diff options
author | Christopher Faylor <me@cgf.cx> | 2006-04-21 18:53:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-04-21 18:53:05 +0000 |
commit | f09acf77dea138412eebf78d361ba94433f4a375 (patch) | |
tree | fceeda93289dfe25af40420ac7fa13f9bb18ea58 /winsup/cygwin/ChangeLog | |
parent | 33b0abd1c32ac1c49c31039a89ebf00480b64439 (diff) | |
download | cygnal-f09acf77dea138412eebf78d361ba94433f4a375.tar.gz cygnal-f09acf77dea138412eebf78d361ba94433f4a375.tar.bz2 cygnal-f09acf77dea138412eebf78d361ba94433f4a375.zip |
* tty.h (tty::hwnd): Move to tty_min.
(tty::gethwnd): Ditto.
(tty::sethwnd): Ditto.
(tty_min::hwnd): Receive variable from tty class.
(tty_min::gethwnd): Receive function from tty classs.
(tty_min::sethwnd): Ditto.
* dtable.cc (dtable::stdio_init): Only call init_console_handler when we
actually own the console.
* fhandler_console.cc (fhandler_console::get_tty_stuff): Set tty's hwnd to
non-zero value.
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Semi-reinstate handling of
console when pgrp is set.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d4efcd112..c81194ac8 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +2006-04-21 Christopher Faylor <cgf@timesys.com> + + * tty.h (tty::hwnd): Move to tty_min. + (tty::gethwnd): Ditto. + (tty::sethwnd): Ditto. + (tty_min::hwnd): Receive variable from tty class. + (tty_min::gethwnd): Receive function from tty classs. + (tty_min::sethwnd): Ditto. + * dtable.cc (dtable::stdio_init): Only call init_console_handler when + we actually own the console. + * fhandler_console.cc (fhandler_console::get_tty_stuff): Set tty's hwnd + to non-zero value. + * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Semi-reinstate + handling of console when pgrp is set. + 2006-04-21 Pierre Humblet <Pierre.Humblet@ieee.org> Corinna Vinschen <corinna@vinschen.de> |