]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/InputHandler.ts
Merge pull request #843 from Tyriar/842_resize_buffers_bug
[mirror_xterm.js.git] / src / InputHandler.ts
index 64da3b3f152505a468c3d5603eae74e914dc24db..b915f2c0b942fc7053cfd152e36486a7eb610c4c 100644 (file)
@@ -954,7 +954,6 @@ export class InputHandler implements IInputHandler {
         case 47: // alt screen buffer
         case 1047: // alt screen buffer
           this._terminal.buffers.activateAltBuffer();
-          this._terminal.reset();
           this._terminal.viewport.syncScrollArea();
           this._terminal.showCursor();
           break;