tmux 1.9a released

2014-02-22 Thread Thomas Adam
Hi all, Yes, I know it's been a whole two days since 1.9, but we felt that there were a couple of things which warranted fixing before the next major release. Hence 1.9a has been released to fix the following: * Fix crash due to uninitialized lastwp member of layout_cell * Fix -fg/-bg/-s

Re: FAQ: xterm-keys and editors

2014-02-22 Thread Nicholas Marriott
applied, thanks On Tue, Feb 18, 2014 at 06:27:57PM -0500, Mark Oteiza wrote: > Nicholas Marriott writes: > > > Ok I think it is better not to include tmux.el at all then, instead just > > put the bit to copy in FAQ like this: > > > > diff --git a/FAQ b/FAQ > > index da72d43..c5abf01 100644 > >

Re: PS1 Not Wrapping

2014-02-22 Thread Nicholas Marriott
Hmm. Are you starting a new terminal each time you test or logging in and out or what? Can you show me the output of "set" in your shell? On Fri, Feb 21, 2014 at 10:42:19AM -0500, Tim Visher wrote: > On Fri, Feb 21, 2014 at 10:33 AM, Nicholas Marriott > wrote: > > You can just copy setaf and se

[tmux:tickets] #101 Full mouse support without shift and modes

2014-02-22 Thread Sergey Vlasov
--- ** [tickets:#101] Full mouse support without shift and modes** **Status:** open **Labels:** mouse **Created:** Fri Feb 21, 2014 03:50 PM UTC by Sergey Vlasov **Last Updated:** Fri Feb 21, 2014 03:50 PM UTC **Owner:** nobody That's very inconvenient that I need to toggle between several m

Re: Tmux and redirecting to /dev/null

2014-02-22 Thread Trevor Suarez
Oh, its because you just released it <24 hours ago. :P - Trevor On Fri, Feb 21, 2014 at 4:42 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > epoll on Linux doesn't support /dev/null, you are probably hitting that. Do > > export EVENT_NOEPOLL=1 > > Before starting tmux. Or use 1.9

Re: Tmux and redirecting to /dev/null

2014-02-22 Thread Trevor Suarez
I didn't know 1.9 existed, haha. I'll try it out. - Trevor On Fri, Feb 21, 2014 at 4:42 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > epoll on Linux doesn't support /dev/null, you are probably hitting that. Do > > export EVENT_NOEPOLL=1 > > Before starting tmux. Or use 1.9 which

Re: 1.9 default-path

2014-02-22 Thread Carsten Mattner
On Fri, Feb 21, 2014 at 2:14 PM, Thomas Adam wrote: > On 21 February 2014 12:56, Carsten Mattner wrote: >> ok I won't try this today so if anyone posts the configuration for >> that I'll try it sooner and report success/fail. else I'll have first >> have to figure out the configuration. > > I did