--- new-features.sgml 2010-01-26 14:42:17.583032000 +0100 +++ patch/new-features.sgml 2010-01-26 15:58:11.067930000 +0100 @@ -382,6 +382,50 @@ Support UTF-8 in console window. +Enhanced support of modified function and keypad keys in console window: +Function keys together with combinations of Shift, Control, Alt send +distinguished escape sequences (compatible with rxvt). +Keypad keys together with Shift, Control, Shift-Control send +distinguished escape sequences (xterm-style); with Alt, an additional +ESC prefix is sent. + + + +Support VT100 line drawing graphics mode in console window (compatible +with xterm and mintty). + + + +Support of combining Alt and AltGr modifiers in console window +(compatible with xterm and mintty), so that e.g. Alt-@ sends ESC @ +also on keyboards where @ is mapped to an AltGr combination. + + + +Support enhanced mouse event reporting in console window (compatible +with xterm and mintty): +Report mouse wheel scroll events in mouse reporting mode 1000 (note: +this doesn't seem to work on all systems, assumedly due to driver +interworking issues). +Add mouse reporting mode 1002 to report mouse drag movement. +Add mouse reporting mode 1003 to report any mouse movement. +Ensure consistence of read() and select() system calls as to whether +a reporting escape sequence is available for input. + + + +Support focus event reporting (mode 1004) in console window +(compatible with xterm and mintty). + + + +Fix escape sequence to select dim attribute in console window +(2 instead of 9 for compatibility with ANSI and other terminals). +Add escape sequences for not bold (22), not invisible (28), not +blinking (25) (compatible with xterm and mintty). + + + In the console window the backspace key now emits DEL (0x7f) instead of BS (0x08), Alt-Backspace emits ESC-DEL (0x1b,0x7f) instead of DEL (0x7f), same as the Linux console and xterm. Control-Space now emits an