7e66cdfd32
- Support libevent2 [1] - Add an option to use patch-tty-key.c [2] PR: ports/155909 [1], ports/153942 [2] Submitted by: mm@ [1], Brandon Low <lostlogic@lostlogicx.com> [2], randy.belk@gmail.com(via email) [2]
11 lines
316 B
C
11 lines
316 B
C
--- tty-keys.c.orig 2010-06-04 08:45:52.000000000 +0800
|
|
+++ tty-keys.c 2010-06-04 08:46:45.000000000 +0800
|
|
@@ -456,8 +456,6 @@
|
|
* used. termios should have a better idea.
|
|
*/
|
|
bspace = tty->tio.c_cc[VERASE];
|
|
- if (bspace != _POSIX_VDISABLE && key == bspace)
|
|
- key = KEYC_BSPACE;
|
|
goto handle_key;
|
|
}
|
|
|