1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/termwiz/src/widgets
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
..
layout.rs clippy 2019-12-21 23:13:26 -08:00
mod.rs termwiz: fix a widget layout and optimization issue 2020-05-18 07:40:09 -07:00