We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 445728b + 2bfbdb1 commit 23472e6Copy full SHA for 23472e6
1 file changed
src/xterm.js
@@ -4144,6 +4144,7 @@ Terminal.prototype.setMode = function(params) {
4144
// charsets: this.charsets
4145
};
4146
this.reset();
4147
+ this.viewport.syncScrollArea();
4148
this.normal = normal;
4149
this.showCursor();
4150
}
@@ -4324,6 +4325,7 @@ Terminal.prototype.resetMode = function(params) {
4324
4325
// this.y = this.savedY;
4326
// }
4327
this.refresh(0, this.rows - 1);
4328
4329
4330
4331
break;
0 commit comments