Re: Delete key not working after upgrade from 1.8 to 1.9a

2014-09-02 Thread Rhialto
On Tue 02 Sep 2014 at 11:33:07 -0700, Patrick wrote: > Never mind; for some reason, FreeBSD adds the following patch when it > builds tmux: > - if (bspace != _POSIX_VDISABLE && key == bspace) > - key = KEYC_BSPACE; The reason for that patch is that it makes it impossible to ty

Re: Delete key not working after upgrade from 1.8 to 1.9a

2014-09-02 Thread Rhialto
On Tue 02 Sep 2014 at 20:49:24 +0200, Rhialto wrote: > On Tue 02 Sep 2014 at 11:33:07 -0700, Patrick wrote: > > Never mind; for some reason, FreeBSD adds the following patch when it > > builds tmux: > > > - if (bspace != _POSIX_VDISABLE && key == bspace) > > - key = KEYC_BSPACE

Re: Delete key not working after upgrade from 1.8 to 1.9a

2014-09-02 Thread Patrick
Never mind; for some reason, FreeBSD adds the following patch when it builds tmux: --- tty-keys.c.orig 2013-03-27 14:37:25.0 +0100 +++ tty-keys.c 2013-03-27 14:37:44.0 +0100 @@ -529,8 +529,6 @@ * used. termios should have a better idea. */ bspace