Skip to content

Commit

Permalink
add XTQMODKEYS to DECRQSS (#1189, xterm 389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Feb 24, 2024
1 parent 7c46b89 commit a36a271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/termout.c
Original file line number Diff line number Diff line change
Expand Up @@ -3997,6 +3997,8 @@ do_dcs(void)
child_printf("\eP1$r%u$}\e\\", term.st_active);
} else if (!strcmp(s, "-p")) { // DECARR (auto repeat rate)
child_printf("\eP1$r%u-p\e\\", term.repeat_rate);
} else if (!strcmp(s, ">4m")) { // XTQMODKEYS
child_printf("\eP1$r>4;%um\e\\", term.modify_other_keys);
} else {
child_printf("\eP0$r\e\\");
}
Expand Down
1 change: 1 addition & 0 deletions wiki/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Terminal features
* Fix status area refresh, especially after restoring a minimized window.
* Workaround for rendering failure of top-left background text on background image.
* Fix invisible and blinking attributes on background image.
* Added XTQMODKEYS to DECRQSS (#1189, xterm 389).

Misc
* Fix handling of options to be saved (#1246, #1247).
Expand Down

0 comments on commit a36a271

Please sign in to comment.