Re: Control+arrow keys delay

2014-02-17 Thread Ben Boeckel
On Mon, Feb 17, 2014 at 18:28:35 +, Nicholas Marriott wrote: > Seems like you are missing c52548f: > > commit c52548f6fd311e4df3076ba4cc6f6ab8849557ac > Author: nicm > Date: Mon Feb 10 11:20:41 2014 + > > The last fix to xterm keys meant that some keys such as \033OA were > bei

Re: Control+arrow keys delay

2014-02-17 Thread Nicholas Marriott
Seems like you are missing c52548f: commit c52548f6fd311e4df3076ba4cc6f6ab8849557ac Author: nicm Date: Mon Feb 10 11:20:41 2014 + The last fix to xterm keys meant that some keys such as \033OA were being wrongly treated as partial matches. So both check xterm keys after standar

Re: Control+arrow keys delay

2014-02-17 Thread Ben Boeckel
On Mon, Feb 17, 2014 at 18:08:47 +, Nicholas Marriott wrote: > Yes, I know, it changes the keys that are sent entirely. But tmux should > work with either set of keys. And this happened in October. I haven't been tracking git HEAD as closely as in the past. The previous update on this machine

Re: Control+arrow keys delay

2014-02-17 Thread Nicholas Marriott
Yes, I know, it changes the keys that are sent entirely. But tmux should work with either set of keys. And this happened in October. Why don't you just check and see if reverting c52548f and 72d1be5 fixes it instead? On Mon, Feb 17, 2014 at 12:46:44PM -0500, Ben Boeckel wrote: > On Mon, Feb 17,

Re: Control+arrow keys delay

2014-02-17 Thread Ben Boeckel
On Mon, Feb 17, 2014 at 16:51:32 +, Nicholas Marriott wrote: > Right but that commit changes a lot. What if you don't revert it but > revert the two xterm-keys partial fixes? Last two or so changes to > xterm-keys.c and tty-keys.c,  I can't look up thm now but they should > obviously mention pa

Re: Control+arrow keys delay

2014-02-17 Thread Nicholas Marriott
en Boeckel Date: 17/02/2014 16:20 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: Control+arrow keys delay On Mon, Feb 17, 2014 at 13:47:05 +, Nicholas Marriott wrote: > are you very sure you have latest git? commit b3de4a3dec85bc84bb83da6b46e2a8e2a

Re: Control+arrow keys delay

2014-02-17 Thread Ben Boeckel
On Mon, Feb 17, 2014 at 13:47:05 +, Nicholas Marriott wrote: > are you very sure you have latest git? commit b3de4a3dec85bc84bb83da6b46e2a8e2a634ace3 Merge: 8edbbb9 81db6ba Author: Thomas Adam Date: Sun Feb 16 23:02:07 2014 + does not work and on top of that reverting f52eac62259c431da

Re: Control+arrow keys delay

2014-02-17 Thread Nicholas Marriott
hi are you very sure you have latest git? are you sure its that commit and not one of the ones to fix xterm-keys partials recently? what seq do ctrl arrows send now that modifyOtherKeys is off? also what is TERM outside tmux? probably the keys look like the start of something else so tmux is w

Control+arrow keys delay

2014-02-16 Thread Ben Boeckel
After commit: commit f52eac62259c431daac84ddb6c2a5b7ebd528c2c Author: nicm Date: Sun Oct 20 09:37:50 2013 + Don't turn on modifyOtherKeys by default, it is annoying if tmux is killed and it's left on and we can't turn it on and off like we do for attribu