1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-30 14:49:26 +03:00
wezterm/termwiz/src/terminal
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
..
buffered.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
mod.rs Docs change Duration::new(0, 0) to Duration::ZERO 2022-03-18 07:50:10 -07:00
unix.rs termwiz: request xterm modifyOtherKeys 2022-09-21 21:07:10 -07:00
windows.rs fix: properly restore cooked mode in windows 2022-06-23 13:01:49 -07:00