mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user