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