* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.

* fhandler_console.cc (fhandler_console::send_winch_maybe): If appropriate,
call tty master function to handle screen size change.
* fhandler_tty.cc (fhandler_tty_master::set_winsize): New function.
(fhandler_tty_master::init): Call set_winsize to set initial screen size.
This commit is contained in:
Christopher Faylor 2002-12-27 05:31:29 +00:00
parent 2c7f9a3220
commit 59e2218b35
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2002-12-27 Christopher Faylor <cgf@redhat.com>
* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.
* fhandler_console.cc (fhandler_console::send_winch_maybe): If
appropriate, call tty master function to handle screen size change.
* fhandler_tty.cc (fhandler_tty_master::set_winsize): New function.
(fhandler_tty_master::init): Call set_winsize to set initial screen
size.
2002-12-26 Christopher Faylor <cgf@redhat.com>
* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty