diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-19 12:07:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-19 12:07:56 +0000 |
commit | 6716c81c08c10477d2370d7e1ca56e31348a7fa3 (patch) | |
tree | bd35a36361e9c65423a30ce1c0ea37386ee3a3d7 /CHANGELOG.md | |
parent | badc41e1d02eb0ed22520eda529b254216b9a2fc (diff) | |
download | r-alacritty-6716c81c08c10477d2370d7e1ca56e31348a7fa3.tar.gz r-alacritty-6716c81c08c10477d2370d7e1ca56e31348a7fa3.tar.bz2 r-alacritty-6716c81c08c10477d2370d7e1ca56e31348a7fa3.zip |
Fix update_lines performance issues
This resolves performance issues with the `update_lines` method that
were caused by excessive updates without underlines or strikeout
present.
This also resolves a bug that was causing the underline and strikeout to
extend beyond the end of line in some rare cases.
This fixes #114.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eceaa3ec..9dd71e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Unnecessary resize at startup - Text getting blurry after live-reloading shaders with padding active - Resize events are not send to the shell anymore if dimensions haven't changed +- Minor performance issues with underline and strikeout checks +- Rare bug which would extend underline and strikeout beyond the end of line ## Version 0.3.0 |