alacritty/alacritty_terminal/src/term
Kirill Chibisov 12fbd0051c
Draw cursor with rect renderer
This commit makes cursors being drawn via rects, thus it's always above
underlines/strikeouts. Also, since the cursor isn't a glyph anymore, it
can't be obscured due to atlas switching while glyphs are rendered.

Fixes #4404.
Fixes #3471.
2020-12-28 09:45:39 +00:00
..
cell.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00
color.rs Replace serde's derive with custom proc macro 2020-12-21 02:44:38 +00:00
mod.rs Draw cursor with rect renderer 2020-12-28 09:45:39 +00:00
render.rs Draw cursor with rect renderer 2020-12-28 09:45:39 +00:00
search.rs Use dynamic storage for zerowidth characters 2020-11-05 04:45:14 +00:00