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/devio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'term/devio.c') diff --git a/term/devio.c b/term/devio.c index 5a2e9904..77b1b240 100644 --- a/term/devio.c +++ b/term/devio.c @@ -762,6 +762,7 @@ const struct bottomhalf devio_bottom = { TERM_ON_MACHDEV, devio_init, + NULL, devio_start_output, devio_set_break, devio_clear_break, -- cgit v1.2.3