Re: [PATCH 3d/3] Allow custom key tables for e.g. multiple keystroke bindings.

2014-05-27 Thread Nicholas Marriott
Hi Sorry for the delay. Here is an updated version of the diff with some changes, mostly style changes but a few bigger: - Added -T to lsk. It should possibly grow -n as well. - I don't see a need for a for (;;) loop and break/continue in server_client_handle_key - it looks like we can only l

Re: [PATCH] Fix off by one error

2014-05-27 Thread Nicholas Marriott
Hi I see the problem but looks like this fix changes the behaviour if you are at EOL, moving up puts you one character in from the end. On Sat, May 24, 2014 at 11:02:02AM +0100, Balazs Kezes wrote: > On 2014-05-23 11:58 +0100, Nicholas Marriott wrote: > > Can you give me an example? It seems fin

Re: [tmux:tickets] #120 Alt+Arrow binding no longer respected in 1.9

2014-05-27 Thread Nicholas Marriott
On Sat, May 24, 2014 at 12:06:18PM +0100, Balazs Kezes wrote: > On 2014-05-23 12:48 +0100, Nicholas Marriott wrote: > > I think this can be made neater by making xterm_keys_modifiers do all > > the work directly rather than searching for the _ all over again, > > please look at this: > > Yes, this

Re: [PATCH] Mouse wheel support v6

2014-05-27 Thread Nicholas Marriott
Hmm, can you try this please instead? I don't have a mouse wheel... Index: tty-keys.c === RCS file: /cvs/src/usr.bin/tmux/tty-keys.c,v retrieving revision 1.66 diff -u -p -r1.66 tty-keys.c --- tty-keys.c 8 May 2014 07:54:47 -