ports/sysutils/tmate/files/extra-patch-tty-keys.c
Yasuhiro Kimura aeb0a1d7f1 sysutils/tmate: Add BACKSPACE option
- Add LICENSE

PR:		248511
2023-06-03 15:18:11 -05:00

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;