mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 13:51:52 +00:00
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
Block a user