alacritty/alacritty_terminal
Kirill Chibisov 40160c5da1
Damage only terminal inside `alacritty_terminal`
The damage tracking was including selection and vi_cursor which were
rendering viewport related, however all the damage tracking inside
the `alacritty_terminal` was _terminal viewport_ related, meaning that
it should be affected by `display_offset`.

Refactor the damage tracking so `alacritty_terminal` is only tracking
actual terminal updates and properly applying display offset to them,
while `alacritty` pulls this damage into its own UI damage state.

Fixes #7111.
2023-11-23 16:48:09 +04:00
..
src Damage only terminal inside `alacritty_terminal` 2023-11-23 16:48:09 +04:00
tests Add `--option` argument to `create-window` 2023-11-11 20:33:06 +01:00
Cargo.toml Update VTE to 0.13.0 2023-11-23 16:28:15 +04:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00