From 85401e530caa1cf6f69f91b714b9f38447d03f41 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 4 Jun 2009 15:13:40 +0000 Subject: [PATCH] * new-features.sgml: Add changes to console BS and Space key. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 5 +++++ 2 files changed, 9 insertions(+) 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 + + * new-features.sgml: Add changes to console BS and Space key. + 2009-05-26 Christopher Faylor 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.