diff options
Diffstat (limited to 'term/ptyio.c')
-rw-r--r-- | term/ptyio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/ptyio.c b/term/ptyio.c index ee9db4a9..98fb5052 100644 --- a/term/ptyio.c +++ b/term/ptyio.c @@ -276,6 +276,7 @@ const struct bottomhalf ptyio_bottom = { TERM_ON_MASTERPTY, ptyio_init, + NULL, ptyio_start_output, ptyio_set_break, ptyio_clear_break, |