Fix setupStops call in resize

Fixes #259
This commit is contained in:
Daniel Imms
2017-01-20 14:23:45 -08:00
parent 1c759f1d6f
commit 9a86e4e109
+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;