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 <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,
>
------------------------------------------------------------------------------
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