mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
11 lines
273 B
C
11 lines
273 B
C
--- tty-keys.c.orig 2023-06-02 17:59:27 UTC
|
|
+++ tty-keys.c
|
|
@@ -572,8 +572,6 @@ first_key:
|
|
* used. termios should have a better idea.
|
|
*/
|
|
bspace = tty->tio.c_cc[VERASE];
|
|
- if (bspace != _POSIX_VDISABLE && key == bspace)
|
|
- key = KEYC_BSPACE;
|
|
|
|
goto complete_key;
|
|
|