alacritty/font
Christian Duerr cfc20d4f34
Fix cursor dimensions with font offset
Previously cursor dimensions were not calculated correctly when a font
offset was specified, since the font offset was completely ignored.

This has been fixed by moving all the cursor logic from the font into
the Alacritty crate, applying the config's offsets before rasterizing
the cursors.

This has also fixed an issue with some cursors not being rendered as
double-width correctly when over double-width glyphs.

This fixes #2209.
2019-04-19 18:00:24 +00:00
..
src Fix cursor dimensions with font offset 2019-04-19 18:00:24 +00:00
Cargo.toml Set maximum Rust version to 1.31.0 2019-04-09 19:29:46 +00:00