Re: [PATCH] Mouse wheel support v6

2014-05-16 Thread Balazs Kezes
On 2014-03-05 11:50 +0100, Marcel Partap wrote: > diff --git a/input-keys.c b/input-keys.c > index 7582a63..b76dd6c 100644 > --- a/input-keys.c > +++ b/input-keys.c > @@ -244,7 +260,7 @@ input_mouse(struct window_pane *wp, struct session *s, > struct mouse_event *m) > paste_s

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

2014-05-16 Thread Balazs Kezes
On 2014-05-16 09:48 +0100, Balazs Kezes wrote: > Now that I managed to reproduce this on my machine, I realized that > the fix is a bit more complicated than I expected. I can try to gather > some time in the future to fix it unless you beat me to it. :) OK, I've actually managed to create a worki

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

2014-05-16 Thread Balazs Kezes
On 2014-05-08 07:20 +0100, Nicholas Marriott wrote: > If they are some other modifier not included in the xterm 1-8 set, then > we don't want to convert \033[1;9A into Up if it's not actually Up but > actually Weird-Apple-Only-Key+Up. Actually the bit 0x08 means "meta" in xterm and apparently iTer