panes do not seem to matter. tmux still handles this. see #145.
This commit is contained in:
parent
abf7ab2409
commit
c766a2dc5c
|
@ -3134,6 +3134,8 @@ Program.prototype.tmux = {
|
|||
},
|
||||
|
||||
get panes() {
|
||||
return 1; // doesn't seem to matter
|
||||
|
||||
var panes = -1;
|
||||
if (!this.used) return panes;
|
||||
|
||||
|
|
Loading…
Reference in New Issue