1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/termwiz/CHANGELOG.md
Wez Furlong 42f855d912 termwiz: request xterm modifyOtherKeys
When in raw mode, go to level 2, but use level 1 for cooked
so that we don't obfuscate ctrl-c.

A consequnce of this is that CTRL-C is now reported to the app
as CTRL-lowercase-c where we previously reported as CTRL-uppercase-C.
Made a note of the breaking nature of this change in a new changelog
file.

Fixed recognizing SHIFT-TAB

refs: https://github.com/wez/wezterm/issues/2511
2022-09-21 21:07:10 -07:00

294 B

main:

  • BREAKING: We now request modifyOtherKeys when setting up the unix terminal. As a consequence, CTRL keys like CTRL-C are now reported as CTRL-lower-case-c rather than CTRL-upper-case-C. We do this even when modifyOtherKeys isn't active for the sake of overall consistency.