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
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
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