summaryrefslogtreecommitdiff
path: root/term/ptyio.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/ptyio.c')
-rw-r--r--term/ptyio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term/ptyio.c b/term/ptyio.c
index 98fb5052..9c1509ff 100644
--- a/term/ptyio.c
+++ b/term/ptyio.c
@@ -276,7 +276,8 @@ const struct bottomhalf ptyio_bottom =
{
TERM_ON_MASTERPTY,
ptyio_init,
- NULL,
+ NULL, /* fini */
+ NULL, /* gwinsz */
ptyio_start_output,
ptyio_set_break,
ptyio_clear_break,