1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/termwiz/examples
Wez Furlong 5d360ae365 termwiz: Remove anyhow::Result from public API
It's been replaced with an opaque termwiz error type instead.

This is a bit of a more conservative approach than that in (refs: #407)
and has less of an impact on the surrounding code, which appeals to
me from a maintenance perspective.

refs: #406
refs: #407
2021-01-08 00:32:30 -08: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: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
widgets_nested.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00