summaryrefslogtreecommitdiff
path: root/sysutils/tmate/files/extra-patch-tty-keys.c
blob: ac106ab4e1d8590c94a537c27771a27c8c18a4ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;