]> sourceware.org Git - newlib-cygwin.git/commitdiff
Move ChangeLog entry from toplevel, where it didn't belong.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 27 Dec 2002 23:27:00 +0000 (23:27 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 27 Dec 2002 23:27:00 +0000 (23:27 +0000)
winsup/cygwin/ChangeLog

index 40970c45d19885611d40380fe0e6bde049613a8f..e012624bf3c650a9ad0cd9588977b171bce27f60 100644 (file)
@@ -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
This page took 0.033519 seconds and 5 git commands to generate.