1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 02:42:05 +03:00
wezterm/termwiz/src
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
..
caps termwiz: allow using terminfo on Windows 2020-04-04 17:52:53 -07:00
escape termwiz: use long form ST when rendering OSC 2020-05-16 11:01:26 -07:00
lineedit termwiz: line editor: fix a couple of bugs 2020-04-10 21:10:42 -07:00
render termwiz: windows: fixup viewport handling 2020-04-06 09:33:52 -07:00
surface termwiz: line editor: add ChangeSequence helper 2020-04-10 20:42:02 -07:00
terminal termwiz: windows: toggle autonewline when toggling cooked/raw 2020-04-08 08:57:26 -07:00
widgets termwiz: fix a widget layout and optimization issue 2020-05-18 07:40:09 -07:00
cell.rs cargo fmt 2020-05-02 17:39:45 -07:00
cellcluster.rs update termwiz to 2018 edition 2019-02-18 23:26:41 -08:00
color.rs termwiz: remove dep on palette 2020-02-11 07:45:50 -08:00
hyperlink.rs serde_derive -> serde with derive feature 2020-01-05 14:37:17 -08:00
image.rs serde_derive -> serde with derive feature 2020-01-05 14:37:17 -08:00
input.rs termwiz: fix categorization of F keys 2020-05-16 17:25:23 -07:00
istty.rs remove some extern crates 2019-05-26 08:27:43 -07:00
keymap.rs clippy 2019-02-24 12:01:08 -08:00
lib.rs termwiz: do not depend on derive_builder 2020-02-11 07:45:50 -08:00
macros.rs termwiz: do not depend on derive_builder 2020-02-11 07:45:50 -08:00
readbuf.rs restructure termwiz tree prior to merging into wezterm repo 2018-08-05 07:55:30 -07:00
rgb.txt Remove dep on palette for resolving color names 2020-02-07 08:58:53 -08:00