diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-27 23:27:00 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-27 23:27:00 +0000 |
commit | 92ed67dd7eb00b398f604f93a1dcb2aee2b5f9fc (patch) | |
tree | 66bfc6529caccf6fd4a243d49158bd6f3733f255 | |
parent | 08fe4973cd86a1862797948599eac1e9e52e3669 (diff) | |
download | newlib-92ed67dd7eb00b398f604f93a1dcb2aee2b5f9fc.zip newlib-92ed67dd7eb00b398f604f93a1dcb2aee2b5f9fc.tar.gz newlib-92ed67dd7eb00b398f604f93a1dcb2aee2b5f9fc.tar.bz2 |
Move ChangeLog entry from toplevel, where it didn't belong.
-rw-r--r-- | winsup/cygwin/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 40970c4..e012624 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,20 @@ +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 + to that of console in which tty is operating. + (process_input): Semi-revert previous change. Need to just use current + terminfo settings since this function is running in a thread, blocked + when the terminfo changes. + 2002-12-26 Christopher Faylor <cgf@redhat.com> * fhandler.h (fhandler_termios::line_edit): Replace third argument with |