1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/termwiz/examples
Wez Furlong 58686f925f termwiz: fix a widget layout and optimization issue
This commit adds a simple example of nested widgets, which uncovered
an issue with respecting the layout positioning, and adds a secondary
screen buffer to make the widget render cycle more optimal:

```
cargo run --example widgets_nested --features widgets --release
```

refs: https://github.com/wez/wezterm/issues/171
2020-05-18 07:40:09 -07:00
..
buffered_terminal.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
hello.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
key_tester.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
line_editor.rs termwiz: line editor: allow custom editor actions 2020-04-09 07:37:23 -07:00
strip-ansi-escapes.rs termwiz: add example program that strips escape sequences 2020-05-17 21:30:12 -07:00
terminal_direct.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
widgets_basic.rs prep termwiz for a new release 2020-01-09 21:52:47 -08:00
widgets_nested.rs termwiz: fix a widget layout and optimization issue 2020-05-18 07:40:09 -07:00