alacritty/alacritty_terminal/src/term
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
..
cell.rs Unify the grid line indexing types 2021-03-30 23:25:38 +00:00
color.rs Update dependencies 2021-02-13 18:15:57 +00:00
mod.rs Fix cursor expansion across wide chars 2021-04-22 20:08:58 +00:00
search.rs Add vi/mouse hint highlighting support 2021-04-13 03:24:42 +00:00