On Mon, Feb 17, 2014 at 13:47:05 +0000, Nicholas Marriott wrote:
> are you very sure you have latest git?

commit b3de4a3dec85bc84bb83da6b46e2a8e2a634ace3
Merge: 8edbbb9 81db6ba
Author: Thomas Adam <tho...@xteddy.org>
Date:   Sun Feb 16 23:02:07 2014 +0000

does not work and on top of that reverting
f52eac62259c431daac84ddb6c2a5b7ebd528c2c makes things work again.

> are you sure its that commit and not one of the ones to fix xterm-keys
> partials recently?

With that revert making it work again, I'm fairly certain.

> what seq do ctrl arrows send now that modifyOtherKeys is off?

Before the patch:

if [ -z "$TMUX" ]; then
    key[C-Up]='^[Oa'
    key[C-Down]='^[Ob'
    key[C-Left]='^[Od'
    key[C-Right]='^[Oc'
else
    key[C-Up]='^[OA'
    key[C-Down]='^[OB'
    key[C-Left]='^[OD'
    key[C-Right]='^[OC'
fi

after the patch, the 'then' side is what tmux uses as well.

> also what is TERM outside tmux?

rxvt-unicode-256color

> probably the keys look like the start of something else so tmux is
> waiting for them to finish

Probably.

--Ben

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to