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