mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* cygwin/include/sys/termios.h: Make default erase character "^?".
This commit is contained in:
parent
bfa7707bce
commit
025e4859af
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user