ports/sysutils/tmux/files/extra-patch-tty-keys.c
Mathieu Arnold 16bcc031de Update to 2.0.
Now links with libutempter (libulog).

Changes:	http://heanet.dl.sourceforge.net/project/tmux/tmux/tmux-2.0/tmux-2.0-readme
Sponsored by:	Absolight
2015-05-07 14:18:24 +00:00

11 lines
273 B
C

--- tty-keys.c.orig 2015-05-05 20:21:51 UTC
+++ tty-keys.c
@@ -556,8 +556,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;