diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2002-12-27 03:54:59 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2002-12-27 03:54:59 +0000 |
commit | 2c7f9a322002a5de85608d5be759cb3f8ccf4a25 (patch) | |
tree | d7f84bd8b8ea933b5b5ea4c2da193a26089fa4da | |
parent | 3549b250e7b5a2600bd5dded6bfcf354e38e0fe8 (diff) | |
download | gdb-2c7f9a322002a5de85608d5be759cb3f8ccf4a25.zip gdb-2c7f9a322002a5de85608d5be759cb3f8ccf4a25.tar.gz gdb-2c7f9a322002a5de85608d5be759cb3f8ccf4a25.tar.bz2 |
* 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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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-24 Andreas Schwab <schwab@suse.de> * Makefile.tpl (multilib.out): Fix missing space. |