* cygwin/include/sys/termios.h: Make default erase character "^?".

This commit is contained in:
Christopher Faylor 2009-05-30 17:21:22 +00:00
parent bfa7707bce
commit 025e4859af
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-05-30 Christopher Faylor <me+cygwin@cgf.cx>
* cygwin/include/sys/termios.h: Make default erase character "^?".
2009-05-30 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler_console.cc (fhandler_console::read): Convert backspace key

View File

@ -77,7 +77,7 @@ POSIX commands */
#define CESC '\\'
#define CINTR CTRL('C')
#define CQUIT 0x0001c
#define CERASE CTRL('H')
#define CERASE CDEL
#define CKILL CTRL('U')
#define CEOT CTRL('D')
#define CEOL 0