summaryrefslogtreecommitdiff
path: root/sysutils/tmux/files/extra-patch-tty-keys.c
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-09-04 10:11:01 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-09-04 10:11:01 +0000
commitcaa51509a15f86eab623f03715e5f59c74598a49 (patch)
tree604fd28f5d8c64fff007838940f03e5430e03988 /sysutils/tmux/files/extra-patch-tty-keys.c
parentRegister conflict with new zathura-pdf-mupdf port. (diff)
- Revert r363450, it's causing more problems than it solves
Notes
Notes: svn path=/head/; revision=367254
Diffstat (limited to 'sysutils/tmux/files/extra-patch-tty-keys.c')
-rw-r--r--sysutils/tmux/files/extra-patch-tty-keys.c11
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;
+