alacritty/alacritty_terminal/src
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
..
config Update dependencies 2021-02-13 18:15:57 +00:00
grid Fix automatic scrolling on resize 2021-04-08 20:29:47 +00:00
term Fix cursor expansion across wide chars 2021-04-22 20:08:58 +00:00
tty Unify the grid line indexing types 2021-03-30 23:25:38 +00:00
ansi.rs Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
event.rs Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
event_loop.rs Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
index.rs Unify the grid line indexing types 2021-03-30 23:25:38 +00:00
lib.rs Remove all rustc benchmarks 2021-01-21 19:45:33 +00:00
selection.rs Unify the grid line indexing types 2021-03-30 23:25:38 +00:00
sync.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Unify the grid line indexing types 2021-03-30 23:25:38 +00:00