From: Christopher Faylor Date: Fri, 27 Dec 2002 03:54:59 +0000 (+0000) Subject: * fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to that X-Git-Tag: cagney-unwind-20030108-branchpoint~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c7f9a322002a5de85608d5be759cb3f8ccf4a25;p=external%2Fbinutils.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 0f3da18..a226b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-12-26 Christopher Faylor + + * 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 * Makefile.tpl (multilib.out): Fix missing space.