panes do not seem to matter. tmux still handles this. see #145.

This commit is contained in:
Christopher Jeffrey 2015-07-19 03:23:35 -07:00
parent abf7ab2409
commit c766a2dc5c
1 changed files with 2 additions and 0 deletions

View File

@ -3134,6 +3134,8 @@ Program.prototype.tmux = {
},
get panes() {
return 1; // doesn't seem to matter
var panes = -1;
if (!this.used) return panes;