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>2017-01-19 21:22:47 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-01-19 21:22:47 +0300
commite6e66224f382a83c9a9cae6431336645a7986b4a (patch)
tree223ee0bf2ef24e799d5294fe706f18e8587ac45a
parentdd353aa6882d05260d63aca59660de3ee8123a3c (diff)
Fix copy/paste buglet in comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/fhandler_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index ced4f4b35..13450d892 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -418,7 +418,7 @@ fhandler_console::read (void *pv, size_t& buflen)
continue;
/* Ignore Alt+Numpad keys. These are used to enter codepoints not
available in the current keyboard layout. They are eventually
- handled in the key-up case below. For details see
+ handled below after releasing the Alt key. For details see
http://www.fileformat.info/tip/microsoft/enter_unicode.htm */
if (input_rec.Event.KeyEvent.bKeyDown
&& wch == 0