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 using
>    libevent v.2.0.10, does it have any side effect if set EVENT_NOEPOLL=1?
> 
>    On Wed, May 18, 2011 at 4:11 PM, biinn <[1]binml...@gmail.com> wrote:
> 
>      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
> 
>      recently i just upgraded tmux to v1.4 in my gentoo, then 'tmux joinp
>      -s0.0' always hangs if window 0 does not exist when use meta_f key to
>      toggle it. but no issue if I run the script directly from a shell.
> 
>      I have modified the script to work around this issue, but wondering what
>      causes the failure?
>      Or anyone has a better way to toggle a pane to full screen?
> 
>      Thanks,
> 
> References
> 
>    Visible links
>    1. mailto:binml...@gmail.com

> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its 
> next-generation tools to help Windows* and Linux* C/C++ and Fortran 
> developers boost performance applications - including clusters. 
> http://p.sf.net/sfu/intel-dev2devmay

> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to