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

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