From e32b707b863366a89dbd912437b75562ae53ab76 Mon Sep 17 00:00:00 2001 From: corinna Date: Tue, 26 Jan 2010 16:09:46 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.2): Add console enhancements. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 41 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index f6508248f1..79d0e63053 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-26 Thomas Wolff + + * new-features.sgml (ov-new1.7.2): Add console enhancements. + 2010-01-25 Corinna Vinschen * faq-setup.xml: Drop references to non-NT systems. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index d49505585b..856cffa3a6 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -61,12 +61,47 @@ Support open(2) flags O_CLOEXEC and O_TTY_INIT flags. Support fcntl flag F_DUPFD_CLOEXEC. Support socket flags SOCK_CLOEXEC and SOCK_NONBLOCK. - - - Add new Linux-compatible API calls accept4(2), dup3(2), and pipe2(2). +Enhanced console window support. + + + + + Function keys send distinguished escape sequences compatible with rxvt. + Keypad keys send distinguished escape sequences, xterm-style. + + + + 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. + + + + 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. + Add focus event reporting (mode 1004), compatible with xterm and mintty. + + + + Add escape sequences for not bold (22), not invisible (28), not + blinking (25) (compatible with xterm and mintty). + + + + Support VT100 line drawing graphics mode in console window (compatible + with xterm and mintty). + + + + + + Recognize NWFS filesystem and workaround broken OS call. -- 2.11.0