No, it is fine with libevent2.
On Wed, May 18, 2011 at 04:50:49PM -0500, biinn wrote:
>while searching the mailing list, i fond the post "if-shell 'tmux
>has-session' hangs", which seems have the same issue as mine.
>
>'export EVENT_NOEPOLL=1' does make the issue disappeared. I am us
while searching the mailing list, i fond the post "if-shell 'tmux
has-session' hangs", which seems have the same issue as mine.
'export EVENT_NOEPOLL=1' does make the issue disappeared. I am using
libevent v.2.0.10, does it have any side effect if set EVENT_NOEPOLL=1?
On Wed, May 18, 2011 at 4:1
Hi,
I am using a shell script (fstmux) similar to below to toggle a pane to full
screen.
#!/bin/bash
tmux joinp -s0.0 || tmux breakp \; movew -t0
and in ~/.tmux.conf:
# toggle pane to full screen
bind-key f run-shell fstmux
# window 0 is reserved for full screen pane
set-option -g base-index 1