From 8856517683eeb5bf6f213b6322e429d54fa2db76 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 25 Jun 2002 15:46:29 +0000 Subject: 2002-06-25 Marcus Brinkmann * term.h (struct bottomhalf): New member GWINSZ. * devio.c (devio_bottom): Add new member. * ptyio.c (ptyio_bottom): Likewise. * hurdio.c (hurdio_bottom): Likewise. (hurdio_gwinsz): New function. (tioc_caps): Change type to unsigned int. (TIOC_CAP_GWINSZ): New symbol. * users.c (open_hook): Call GWINSZ of bottom layer after establishing the carrier. --- term/ptyio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'term/ptyio.c') 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, -- cgit v1.2.3