]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler_console.cc (get_nonascii_key): Generate ESC prefix
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 21 Dec 2009 10:11:27 +0000 (10:11 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 21 Dec 2009 10:11:27 +0000 (10:11 +0000)
commitb2d6e5dfd3641b3cd1ffab814faa5f90b58a34c1
tree85c2ec13c0f30e81b053635383130db4ab79431c
parent1b71ce005c0c57d94d74d8eb5b889d0676112f5d
* fhandler_console.cc (get_nonascii_key): Generate ESC prefix
for Alt modifier generically for function keys and keypad keys.
Distinguish Normal, Ctrl, Shift, Ctrl-Shift rather
than Normal, Ctrl, Shift, Alt, so that in combination with generic
Alt handling all 8 combinations of these modifiers are distinguished.
(keytable): Add escape sequences for remaining modified
function keys as a compatible extension using rxvt escape codes.
Also distinguish keypad keys modified with Ctrl, Shift, Ctrl-Shift
using xterm-style modifier coding.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_console.cc
This page took 0.032675 seconds and 5 git commands to generate.