* new-features.sgml: Add changes to console BS and Space key.
This commit is contained in:
parent
7774a4b029
commit
85401e530c
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue