aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-14 17:46:58 +0000
committerChristopher Faylor <me@cgf.cx>2002-11-14 17:46:58 +0000
commit5b213f8bd6a0417da92b16c13804600bcc191a13 (patch)
treea7e73561b0ae54404c4cc3987d11a783c62f5808
parentdae01cb624969c8279bcd1289ec6db3a9f5cecf6 (diff)
downloadnewlib-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.
-rw-r--r--winsup/cygwin/ChangeLog5
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