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/ChangeLog | |
| 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/ChangeLog')
| -rw-r--r-- | term/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index 3d8bf18f..94bda53c 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,15 @@ +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. + 2002-06-13 Roland McGrath <roland@frob.com> * ptyio.c (pty_io_readable): int -> size_t in argument type. |
