diff options
author | Christopher Faylor <me@cgf.cx> | 2002-12-27 03:54:59 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-12-27 03:54:59 +0000 |
commit | 3bfed277d69246e7ae67caec77969180d9e51538 (patch) | |
tree | d49c2c500f59cb9391138774d99f9910ba880f34 /ChangeLog | |
parent | 740c81ed4e501cfe00e46449016f5f720ea35883 (diff) | |
download | newlib-3bfed277d69246e7ae67caec77969180d9e51538.zip newlib-3bfed277d69246e7ae67caec77969180d9e51538.tar.gz newlib-3bfed277d69246e7ae67caec77969180d9e51538.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.
Diffstat (limited to 'ChangeLog')
-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. |