mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
58686f925f
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 |
||
---|---|---|
.. | ||
buffered_terminal.rs | ||
hello.rs | ||
key_tester.rs | ||
line_editor.rs | ||
strip-ansi-escapes.rs | ||
terminal_direct.rs | ||
widgets_basic.rs | ||
widgets_nested.rs |