diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-25 01:17:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-25 01:17:51 +0000 |
commit | 45dbfc2611b05754d8ca5162854d5930f03ceb9b (patch) | |
tree | 161f9813ebeffbc197689a80165c4f52a0705828 /winsup/cygwin/ChangeLog | |
parent | 81632e9e5535d7b9b0da142dc15037ca7eb239c2 (diff) | |
download | newlib-45dbfc2611b05754d8ca5162854d5930f03ceb9b.zip newlib-45dbfc2611b05754d8ca5162854d5930f03ceb9b.tar.gz newlib-45dbfc2611b05754d8ca5162854d5930f03ceb9b.tar.bz2 |
* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region
if size changes.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b4d954c..0e5a318 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-01-24 Christopher Faylor <cgf@redhat.com> + + * fhandler_console.cc (fhandler_console::send_winch_maybe): Reset + scroll region if size changes. + 2003-01-24 Pierre Humblet <pierre.humblet@ieee.org> Jason Tishler <jason@tishler.net> |