From: Christopher Faylor Date: Fri, 27 Dec 2002 05:31:29 +0000 (+0000) Subject: * fhandler.h (fhandler_tty_master::set_winsize): Declare new function. X-Git-Tag: cagney-unwind-20030108-branchpoint~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59e2218b35c5bb1c4b547133668a3385fe91cc23;p=thirdparty%2Fbinutils-gdb.git * 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. --- diff --git a/ChangeLog b/ChangeLog index a226b2e96f9..694be0b9f7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-12-27 Christopher Faylor + + * 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 * fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty