diff --git a/src/term.js b/src/term.js index f542dd0..5e4eb00 100644 --- a/src/term.js +++ b/src/term.js @@ -2948,9 +2948,9 @@ Terminal.prototype.resize = function(x, y) { } } } - this.setupStops(j); this.cols = x; this.columns = x; + this.setupStops(j); // resize rows j = this.rows;