Merge pull request #498 from Tyriar/259_fix_setupStops_in_resize

Fix setupStops call in resize
This commit is contained in:
Daniel Imms
2017-01-20 14:29:13 -08:00
committed by GitHub
+1 -1
View File
@@ -2003,8 +2003,8 @@ Terminal.prototype.resize = function(x, y) {
}
}
}
this.setupStops(j);
this.cols = x;
this.setupStops(this.cols);
// resize rows
j = this.rows;