alacritty/alacritty_terminal
Christian Duerr c688adc7b5
Fix cursor expansion across wide chars
This fixes a regression introduced in 0.7.0 where the block cursor would
not expand across both cells anymore when on top of a wide char spacer
cell.

The logic to always move the cursor on the wide char instead of the
spacer has been moved to the alacritty_terminal crate, making sure it is
always performed before any processing in the UI.
2021-04-22 20:08:58 +00:00
..
src Fix cursor expansion across wide chars 2021-04-22 20:08:58 +00:00
tests Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
Cargo.toml Update dependencies 2021-04-17 01:53:21 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00