From caa51509a15f86eab623f03715e5f59c74598a49 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 4 Sep 2014 10:11:01 +0000 Subject: - Revert r363450, it's causing more problems than it solves --- sysutils/tmux/files/extra-patch-tty-keys.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/tmux/files/extra-patch-tty-keys.c (limited to 'sysutils/tmux/files/extra-patch-tty-keys.c') 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; + -- cgit v1.2.3