diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-25 15:46:29 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-25 15:46:29 +0000 |
commit | 8856517683eeb5bf6f213b6322e429d54fa2db76 (patch) | |
tree | 630330fa85431dcc36c0b56feacb11ce8b4f8784 /term/devio.c | |
parent | 536cecf4f43ba2474d6bf576eb787ceb8a731e48 (diff) |
2002-06-25 Marcus Brinkmann <marcus@gnu.org>
* 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.
Diffstat (limited to 'term/devio.c')
-rw-r--r-- | term/devio.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |