Forgot to include the ML…

----

I just updated to Debian Jessie so:
$ tmux -V
tmux 1.9

I tested this commands before updating to Jessie and the output for a multipane
window was:
$ tmux list-panes -F "#{?pane_active,yes,no}"
yes
no
no
no
$ tmux list-panes -F "#{pane_height}"
43
48
49
43

Hope that help.

Le 05/11/2015 15:30, Leonardo Sandoval a écrit :


On 11/05/2015 02:28 AM, Benoit Rapidel wrote:
Thanks for the patch, this now works on tmux 1.6 but only if the tmux
windows has no pane. If it has panes, out variable is '48\n49\n48\n49'
and int() fail.

Is it intended ?


It should not fail, so there must be something wrong that we do not consider. 
What is
the output of the following commands in your case?

$ tmux list-panes -F "#{?pane_active,yes,no}"
yes
$ tmux list-panes -F "#{pane_height}"
43
$ tmux -V
tmux 1.6


--
Benoit Rapidel

Co-founder & CTO at ExMachina


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to