mirror of
https://github.com/nuintun/command-manager.git
synced 2025-07-19 17:09:37 +08:00
update files
This commit is contained in:
parent
4d7cf10922
commit
c18da568f0
@ -1033,7 +1033,7 @@ AnsiTerminal.prototype.toString = function (type){
|
||||
var styleBuffer;
|
||||
var stylesBuffer = this.stylesBuffer || [];
|
||||
|
||||
this.stylesBuffer = stylesBuffer.slice(0, rows);
|
||||
stylesBuffer = stylesBuffer.slice(0, rows);
|
||||
|
||||
for (i = 0; i < rows; ++i) {
|
||||
stylesBuffer[i] = stylesBuffer[i] || [];
|
||||
@ -1054,6 +1054,8 @@ AnsiTerminal.prototype.toString = function (type){
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.stylesBuffer = stylesBuffer;
|
||||
} else {
|
||||
for (i = 0; i < rows; ++i) {
|
||||
// FIXME: quick and dirty fill up from left
|
||||
|
Loading…
x
Reference in New Issue
Block a user