1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 19:58:15 +03:00
wezterm/termwiz/examples
Wez Furlong 89d25ccdb6 termwiz: Windows: force CP_UTF8, fix alt-screen and examples
We need to force the codepage to UTF8 this to avoid having our UTF-8
bytestreams be misinterpreted, and to restore the original before we're
done.

refs: https://github.com/wez/wezterm/issues/1435

implement missing alt-screen support and fixup building the examples
while we're in here.

refs: #1244
2021-12-22 12:54:57 -07:00
..
buffered_terminal.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
hello.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
key_tester.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
line_editor.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
strip-ansi-escapes.rs termwiz: add example program that strips escape sequences 2020-05-17 21:30:12 -07:00
terminal_direct.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
widgets_basic.rs termwiz: Windows: force CP_UTF8, fix alt-screen and examples 2021-12-22 12:54:57 -07:00
widgets_nested.rs termwiz: Windows: force CP_UTF8, fix alt-screen and examples 2021-12-22 12:54:57 -07:00