Re: tmux and Shift+Return combination

2013-07-05 Thread patrick keshishian
On Fri, Jul 5, 2013 at 6:50 PM, Andres Perera wrote: > according to key_string_set_modifiers() in key-string.c, :bind-key -n > s-enter send-key enter thank you kind sir! --patrick > On Fri, Jul 5, 2013 at 9:13 PM, patrick keshishian wrote: >> On Fri, Jul 5, 2013 at 5:56 PM, patrick keshishian

Re: tmux and Shift+Return combination

2013-07-05 Thread Andres Perera
according to key_string_set_modifiers() in key-string.c, :bind-key -n s-enter send-key enter On Fri, Jul 5, 2013 at 9:13 PM, patrick keshishian wrote: > On Fri, Jul 5, 2013 at 5:56 PM, patrick keshishian wrote: >> On Fri, Jul 5, 2013 at 5:52 PM, Nicholas Marriott >> wrote: >>> Ok so Return and

Re: tmux and Shift+Return combination

2013-07-05 Thread patrick keshishian
On Fri, Jul 5, 2013 at 5:56 PM, patrick keshishian wrote: > On Fri, Jul 5, 2013 at 5:52 PM, Nicholas Marriott > wrote: >> Ok so Return and Shift-Return never did anything different, you are just >> wondering why Shift-Return no longer sends the same as Return. >> >> This is because tmux now treat

Re: tmux and Shift+Return combination

2013-07-05 Thread patrick keshishian
On Fri, Jul 5, 2013 at 5:52 PM, Nicholas Marriott wrote: > Ok so Return and Shift-Return never did anything different, you are just > wondering why Shift-Return no longer sends the same as Return. > > This is because tmux now treats it as a separate key by turning on the > xterm modifyOtherKeys fe

Re: tmux and Shift+Return combination

2013-07-05 Thread Nicholas Marriott
Ok so Return and Shift-Return never did anything different, you are just wondering why Shift-Return no longer sends the same as Return. This is because tmux now treats it as a separate key by turning on the xterm modifyOtherKeys feature. This means you can bind Return and Shift-Return separately i

Re: tmux and Shift+Return combination

2013-07-05 Thread patrick keshishian
Hi, On Fri, Jul 5, 2013 at 5:07 PM, Nicholas Marriott wrote: > What did Shift-Return used to send? Run cat outside tmux and tell me > what it shows when you press Shift-Return. Not sure what you mean by running "cat outside tmux". Running `hexdump -C' (within xterm) shows 0a sent with Return an

Re: tmux and Shift+Return combination

2013-07-05 Thread Nicholas Marriott
What did Shift-Return used to send? Run cat outside tmux and tell me what it shows when you press Shift-Return. On Fri, Jul 05, 2013 at 03:42:39PM -0700, patrick keshishian wrote: > Hi, > > Was running 2013-FEB-12 amd64 snapshot. Installed 2013-JUN-27 amd64 > snapshot a couple of days ago. > >