CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2009-12-21 10:11:29

Modified files:
        winsup/cygwin  : ChangeLog fhandler_console.cc 

Log message:
        * 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4748&r2=1.4749
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.211&r2=1.212

Reply via email to