diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-06-04 15:13:40 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-06-04 15:13:40 +0000 |
commit | 85401e530caa1cf6f69f91b714b9f38447d03f41 (patch) | |
tree | 976f069b0359bd7d6706c52d6949e0a2e1161f60 | |
parent | 7774a4b029225f4c2a0efb1a3109f148eb1b794d (diff) | |
download | cygnal-85401e530caa1cf6f69f91b714b9f38447d03f41.tar.gz cygnal-85401e530caa1cf6f69f91b714b9f38447d03f41.tar.bz2 cygnal-85401e530caa1cf6f69f91b714b9f38447d03f41.zip |
* new-features.sgml: Add changes to console BS and Space key.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 19f85332c..9be113583 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-06-04 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml: Add changes to console BS and Space key. + 2009-05-26 Christopher Faylor <me+cygwin@cgf.cx> Change explicitely to explicitly throughout. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 2c8107fb3..2e27f0329 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -181,6 +181,11 @@ - Support UTF-8 in console window. +- 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 ASCII NUL (0x0) character. + - Support up to 64 serial interfaces using /dev/ttyS0 - /dev/ttyS63. - Support up to 128 raw disk drives /dev/sda - /dev/sddx. |