mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
Now links with libutempter (libulog). Changes: http://heanet.dl.sourceforge.net/project/tmux/tmux/tmux-2.0/tmux-2.0-readme Sponsored by: Absolight
11 lines
273 B
C
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;
|
|
|