alacritty/alacritty_terminal
Christian Duerr 3fb631b91c
Fix cut off full width glyphs in last column
This resolves the issue with full width glyphs getting rendered in the
last column. Since they need at least two glyphs, it is not possible to
properly render them in the last column.

Instead of rendering half of the glyph in the last column, with the
other half cut off, an additional spacer is now inserted before the wide
glyph. This means that the specific glyph in question is then three
cells wide.

Fixes #2385.
2020-01-09 23:06:41 +00:00
..
src Fix cut off full width glyphs in last column 2020-01-09 23:06:41 +00:00
tests Update outdated reftests 2020-01-04 23:55:10 +00:00
Cargo.toml Bump version to 0.4.2-dev 2020-01-05 14:42:11 +00:00