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