mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
42f855d912
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
294 B
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 asCTRL-lower-case-c
rather thanCTRL-upper-case-C
. We do this even when modifyOtherKeys isn't active for the sake of overall consistency.