diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-31 16:52:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 16:52:29 +0000 |
commit | 9ffaac8ee7c5586f0faa62401b9de76cff81130f (patch) | |
tree | 3f9e959c15e80b2203e1b8115bfd49eab3d1a337 /CHANGELOG.md | |
parent | f1bc6802e1d0d03feaa43e61c2bf465795a96da9 (diff) | |
download | alacritty-9ffaac8ee7c5586f0faa62401b9de76cff81130f.tar.gz alacritty-9ffaac8ee7c5586f0faa62401b9de76cff81130f.zip |
Fix underline interruption with empty cells
Since completely empty cells are not reported by the renderable cells
iterator, the line renderer has incorrectly assumed that these cells did
not cause any change in cell state, leading to underlines spanning empty
cells.
Instead of assuming that the line state is unchanged, the line
calculation now correctly interprets a jump in the renderable cells
column as an interruption of the line.
This fixes #1960.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions