update files

This commit is contained in:
nuintun 2016-01-14 16:08:16 +08:00
parent c6a1c31dec
commit 99e0657355

View File

@ -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') {