mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
c6a1c31dec
commit
99e0657355
@ -1081,7 +1081,7 @@ AnsiTerminal.prototype.styles = function (){
|
||||
AnsiTerminal.prototype.toString = function (type){
|
||||
var s = '';
|
||||
var i, j, node;
|
||||
var rows = this.cursor.row + 1;
|
||||
var rows = this.rows;
|
||||
var cols = this.cols;
|
||||
|
||||
if (type === 'html') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user