update files

This commit is contained in:
nuintun 2016-01-14 16:03:18 +08:00
parent 42e4d54da2
commit c6a1c31dec

View File

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