Re: Cannot does not send multiple control sequences after upgrading 1.7 to 1.8

2014-04-13 Thread James Pickard
Ah that makes sense now. Thanks for clearing it up for me. James On 12 April 2014 10:41, Balazs Kezes wrote: > On 2014-04-09 23:24 -0400, James Pickard wrote: > > This works with tmux 1.7 but in tmux 1.8 the "split window -h" command > > is executed and then a "K" appears in the new pane. > >

Re: Cannot does not send multiple control sequences after upgrading 1.7 to 1.8

2014-04-12 Thread Balazs Kezes
On 2014-04-09 23:24 -0400, James Pickard wrote: > This works with tmux 1.7 but in tmux 1.8 the "split window -h" command > is executed and then a "K" appears in the new pane. tmux 1.8 got a new option called assumed-paste-time: If keys are entered faster than one in milliseconds, they are

Re: Cannot does not send multiple control sequences after upgrading 1.7 to 1.8

2014-04-10 Thread Nicholas Marriott
Please do this: tmux - -Ltest new Then reproduce, exit tmux and send me the tmux-*.log files from the current directory. On Wed, Apr 09, 2014 at 11:24:13PM -0400, James Pickard wrote: >Using tmux 1.7 and iTerm2, I create a new pane to the left of the current >pane by issuing: >s

Cannot does not send multiple control sequences after upgrading 1.7 to 1.8

2014-04-09 Thread James Pickard
Using tmux 1.7 and iTerm2, I create a new pane to the left of the current pane by issuing: split-window -h swap-pane -U This translates (with my configuration) to: % K Which in iTerm2 I can send as hex codes (I'm using Ctrl-A or hex 0x01 as the prefix): 0x01 0x25 0x01 0x4b This works with tmux