summaryrefslogtreecommitdiff
path: root/sysutils/tmux/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-06-04 01:26:22 +0000
committerWen Heping <wen@FreeBSD.org>2010-06-04 01:26:22 +0000
commit271057f0f166ae162886ccdc40a085dca9cf4df3 (patch)
tree22c28d2b2cef26684aa135528aaeb56c3926c7d1 /sysutils/tmux/files
parent- Update to 2.1.0 (diff)
- Fix the bug that tmux don't assume \177 as backspace char
PR: ports/140339 Submitted by: Anonymous <swell.k@gmail.com>
Notes
Notes: svn path=/head/; revision=255691
Diffstat (limited to 'sysutils/tmux/files')
-rw-r--r--sysutils/tmux/files/patch-tty-keys.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/tmux/files/patch-tty-keys.c b/sysutils/tmux/files/patch-tty-keys.c
new file mode 100644
index 000000000000..6a8bf625c9cc
--- /dev/null
+++ b/sysutils/tmux/files/patch-tty-keys.c
@@ -0,0 +1,11 @@
+--- tty-keys.c.orig 2010-06-04 08:45:52.000000000 +0800
++++ tty-keys.c 2010-06-04 08:46:45.000000000 +0800
+@@ -456,8 +456,6 @@
+ * used. termios should have a better idea.
+ */
+ bspace = tty->tio.c_cc[VERASE];
+- if (bspace != _POSIX_VDISABLE && key == bspace)
+- key = KEYC_BSPACE;
+ goto handle_key;
+ }
+