Need tmux to inherit and pass on environment to a subshell

2014-05-31 Thread Jesse Molina
I have a problem. I have a bash script which calls tmux to create new sessions, in which it runs another application or script. This first bash script has a number of environmental variables which I need to exist in the new-session env to get passed on to the application/script in which the n

Re: [tmux:tickets] #128 Do not send scroll-wheel release events to clients.

2014-05-31 Thread Balazs Kezes
On 2014-05-08 06:31 +, Timothy Allen wrote: > Some terminals (including older versions of gnome-terminal, and PuTTY > 0.63) also immediately send a corresponding button-release event, > which is incorrect but an understandable mistake. For reference I now add links where other people bumped in

Re: [PATCH] Fix off by one error

2014-05-31 Thread Balazs Kezes
On 2014-05-27 14:11 +0100, Nicholas Marriott wrote: > 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. I've tested this at EOL and it seems to be working as expected. Can you explain how does it break for you? A

Re: [PATCH] Mouse wheel support v6

2014-05-31 Thread Balazs Kezes
On 2014-05-27 13:58 +0100, Nicholas Marriott wrote: > --- tty-keys.c8 May 2014 07:54:47 - 1.66 > +++ tty-keys.c27 May 2014 12:58:40 - > @@ -782,8 +782,8 @@ tty_keys_mouse(struct tty *tty, const ch > m->sy = y; > m->event = MO