Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-06-04 18:59:47 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-06-04 18:59:47 +0400
commit7774a4b029225f4c2a0efb1a3109f148eb1b794d (patch)
treea5ed7cc8bad61c70139829b4b70167b847ae998b /winsup/cygwin/ChangeLog
parentf17f20c13900f4575412b831061733d2ef9dc699 (diff)
* fhandler_console.cc (set_console_title): Convert title string to
wchar_t and call SetConsoleTitleW.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fe3d94572..4558c81fc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2009-06-04 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_console.cc (set_console_title): Convert title string to
+ wchar_t and call SetConsoleTitleW.
+
+2009-06-04 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_console.cc (fhandler_console::read): Allow Ctrl-Space to
emit a NUL byte.