We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c2080 commit fc22fc3Copy full SHA for fc22fc3
1 file changed
src/xterm.js
@@ -4561,8 +4561,8 @@
4561
break;
4562
case 66:
4563
this.log('Switching back to normal keypad.');
4564
- this.viewport.setApplicationMode(false);
4565
this.applicationKeypad = false;
+ this.viewport.setApplicationMode(false);
4566
4567
case 9: // X10 Mouse
4568
case 1000: // vt200 mouse
@@ -4849,6 +4849,7 @@
4849
this.originMode = false;
4850
this.wraparoundMode = false; // autowrap
4851
this.applicationKeypad = false; // ?
4852
4853
this.applicationCursor = false;
4854
this.scrollTop = 0;
4855
this.scrollBottom = this.rows - 1;
0 commit comments