alacritty/alacritty/src/renderer
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
..
mod.rs Draw cursor with rect renderer 2020-12-28 09:45:39 +00:00
rects.rs Draw cursor with rect renderer 2020-12-28 09:45:39 +00:00