We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abfcf27 + fc22fc3 commit b56ad5eCopy full SHA for b56ad5e
1 file changed
src/xterm.js
@@ -4153,8 +4153,8 @@ import { Viewport } from './Viewport.js';
4153
break;
4154
case 66:
4155
this.log('Switching back to normal keypad.');
4156
- this.viewport.setApplicationMode(false);
4157
this.applicationKeypad = false;
+ this.viewport.setApplicationMode(false);
4158
4159
case 9: // X10 Mouse
4160
case 1000: // vt200 mouse
@@ -4441,6 +4441,7 @@ import { Viewport } from './Viewport.js';
4441
this.originMode = false;
4442
this.wraparoundMode = false; // autowrap
4443
this.applicationKeypad = false; // ?
4444
4445
this.applicationCursor = false;
4446
this.scrollTop = 0;
4447
this.scrollBottom = this.rows - 1;
0 commit comments