diff options
Diffstat (limited to 'sysutils/tmux/files/extra-patch-tty-keys.c')
-rw-r--r-- | sysutils/tmux/files/extra-patch-tty-keys.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/tmux/files/extra-patch-tty-keys.c b/sysutils/tmux/files/extra-patch-tty-keys.c new file mode 100644 index 000000000000..df926d8fb9ca --- /dev/null +++ b/sysutils/tmux/files/extra-patch-tty-keys.c @@ -0,0 +1,11 @@ +--- tty-keys.c.orig 2013-03-27 14:37:25.000000000 +0100 ++++ tty-keys.c 2013-03-27 14:37:44.000000000 +0100 +@@ -529,8 +529,6 @@ + * 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; + |