diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-06-04 01:26:22 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-06-04 01:26:22 +0000 |
commit | 271057f0f166ae162886ccdc40a085dca9cf4df3 (patch) | |
tree | 22c28d2b2cef26684aa135528aaeb56c3926c7d1 /sysutils/tmux | |
parent | e4ebd0202a21202bb382b7696ae75821774849c8 (diff) |
Notes
Diffstat (limited to 'sysutils/tmux')
-rw-r--r-- | sysutils/tmux/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tmux/files/patch-tty-keys.c | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/tmux/Makefile b/sysutils/tmux/Makefile index 57326456288b..391b4d2de861 100644 --- a/sysutils/tmux/Makefile +++ b/sysutils/tmux/Makefile @@ -7,7 +7,7 @@ PORTNAME= tmux PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} 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; + } + |