This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix copy/paste buglet in comment


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e6e66224f382a83c9a9cae6431336645a7986b4a

commit e6e66224f382a83c9a9cae6431336645a7986b4a
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Jan 19 19:22:47 2017 +0100

    Fix copy/paste buglet in comment
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/fhandler_console.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index ced4f4b..13450d8 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]