1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-27 08:09:45 +03:00
wezterm/termwiz/examples
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_terminal.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
gennerdfonts.rs docs: embed nerd fonts symbols on the nerdfonts page 2022-02-03 08:19:51 -07:00
hello.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
key_tester.rs termwiz: request xterm modifyOtherKeys 2022-09-21 21:07:10 -07:00
line_editor.rs termwiz: ColorSpec now allows for alpha to be tracked 2022-07-26 19:39:53 -07:00
strip-ansi-escapes.rs Fix typo in strip-ansi-escapes --help output 2022-01-18 06:18:15 -08:00
terminal_direct.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
widgets_basic.rs fix termwiz --all-features build 2022-07-26 21:26:20 -07:00
widgets_nested.rs really fix termwiz --all-features build 2022-07-26 22:35:49 -07:00