Never mind; for some reason, FreeBSD adds the following patch when it
builds tmux:

--- tty-keys.c.orig     2013-03-27 14:37:25.000000000 +0100

+++ tty-keys.c  2013-03-27 14:37:44.000000000 +0100

@@ -529,8 +529,6 @@

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


Disabling that restores sane behaviour.


On Tue, Sep 2, 2014 at 11:17 AM, Patrick <gibblert...@gmail.com> wrote:

> I just upgraded my tmux install on my FreeBSD server from 1.8 to 1.9a.
> Since doing so, when I SSH in, my backspace (delete key on a Mac keyboard)
> no longer functions within the tmux command prompt. My 256 color support
> also stopped working with my TERM=xterm-256color, and I had to set it to
> either TERM=screen-256color or TERM=xterm and invoke with tmux -2 to get it
> back. I thought it might be related, but it also doesn't work with any
> other TERM setting.
>
> Any tips on where I could look to restore this crucial key support within
> the tmux command prompt would be greatly appreciated.
>
> Thanks,
>
> Patrick
>
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to