Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/xterm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4561,8 +4561,8 @@
break;
case 66:
this.log('Switching back to normal keypad.');
this.viewport.setApplicationMode(false);
this.applicationKeypad = false;
this.viewport.setApplicationMode(false);
break;
case 9: // X10 Mouse
case 1000: // vt200 mouse
Expand Down Expand Up @@ -4849,6 +4849,7 @@
this.originMode = false;
this.wraparoundMode = false; // autowrap
this.applicationKeypad = false; // ?
this.viewport.setApplicationMode(false);
this.applicationCursor = false;
this.scrollTop = 0;
this.scrollBottom = this.rows - 1;
Expand Down