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

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