Re: windows within panes?

2011-02-18 Thread hubert depesz lubaczewski
On Thu, Feb 17, 2011 at 09:51:29PM +, Stroller wrote: > > On 17/2/2011, at 9:29pm, Harish Narayanappa wrote: > > ... > > http://tmux.sourceforge.net/tmux5.png is one of the screen shots on the > > tmux home page. On the upperleft pane one see that it has 3 windows. > > > > How can this be ac

tmux output >/dev/null, hangs command

2011-02-18 Thread mbm329
Seems like if I run a command that gives output, and I try to send that output to /dev/null, it hangs the command. This occurs with at least "set" and "setw" commands. I'm running tmux v1.4. I'm not sure if the following output will help, but thought I'd include it anyways. Example: $ tmux setw

Re: tmux output >/dev/null, hangs command

2011-02-18 Thread Nicholas Marriott
this is a linux bug in epoll unfortunately there is a bug in libevent 1.4 which means we can't drop back to poll or select on linux until libevent 2 becomes widespread if you use libevent 2 instead of 1.4 you can export EVENT_NOEPOLL=1 and that should fix this On Fri, Feb 18, 2011 at 06:16:03PM