diff options
author | Christopher Faylor <me@cgf.cx> | 2002-08-30 16:03:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-08-30 16:03:52 +0000 |
commit | f80e156de95bbf723355cde3d9ba1d2a66eefef0 (patch) | |
tree | c38244f40cdc06dea9c729b78689f0358275643a /winsup/cygwin/ChangeLog | |
parent | 91edb60487810ad14f6baea6140ff4ff2cc60f59 (diff) | |
download | cygnal-f80e156de95bbf723355cde3d9ba1d2a66eefef0.tar.gz cygnal-f80e156de95bbf723355cde3d9ba1d2a66eefef0.tar.bz2 cygnal-f80e156de95bbf723355cde3d9ba1d2a66eefef0.zip |
Christopher Faylor <cgf@redhat.com>
* tty.cc (tty_list::allocate_tty): Use GetConsoleWindow, if available. Call
FindWindow in a loop.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1b2b73df1..3877a8506 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2002-08-30 Christopher January <chris@atomice.net> + Christopher Faylor <cgf@redhat.com> + + * tty.cc (tty_list::allocate_tty): Use GetConsoleWindow, if available. + Call FindWindow in a loop. + 2002-08-30 Christopher Faylor <cgf@redhat.com> * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero |