diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-14 17:46:58 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-14 17:46:58 +0000 |
commit | 5b213f8bd6a0417da92b16c13804600bcc191a13 (patch) | |
tree | a7e73561b0ae54404c4cc3987d11a783c62f5808 /winsup | |
parent | dae01cb624969c8279bcd1289ec6db3a9f5cecf6 (diff) | |
download | newlib-5b213f8bd6a0417da92b16c13804600bcc191a13.zip newlib-5b213f8bd6a0417da92b16c13804600bcc191a13.tar.gz newlib-5b213f8bd6a0417da92b16c13804600bcc191a13.tar.bz2 |
* fhandler_console.cc (fhandler_console::write): Allow characters >= 0177 to be
displayed in the title bar.
Diffstat (limited to 'winsup')
-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 6b07adc..da0dfbb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2002-11-14 Christopher Faylor <cgf@redhat.com> + + * fhandler_console.cc (fhandler_console::write): Allow characters >= + 0177 to be displayed in the title bar. + 2002-11-14 Corinna Vinschen <corinna@vinschen.de> * grp.cc (getgroups32): Don't use access token of current user when |