summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-25 20:01:23 +0000
committerGitHub <noreply@github.com>2019-04-25 20:01:23 +0000
commit494348abe80f591dfdd68fd4987bafc59fcb32c1 (patch)
tree6045c1e4f1e846962d0fe4d2c925c14c4805a98d /CHANGELOG.md
parente964af8a5ea390d96667e80873060d33079134fd (diff)
downloadalacritty-494348abe80f591dfdd68fd4987bafc59fcb32c1.tar.gz
alacritty-494348abe80f591dfdd68fd4987bafc59fcb32c1.zip
Fix cursor disappearing
The cfc20d4f34dca535654cc32df18e785296af4cc5 commit introduced a regression which would cause the cursor to disappear after the glyph cache has been filled. Since the cursor was not cached on the glyph cache, the cursor would quickly fill up the OpenGL texture with lots of cursor textures and then things would break after the atlas was filled completely. This adds a separate cursor cache which is keyed by the cursor style that will persist the texture without flooding the atlas. This fixes #2355.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 345f8a8c..a6febd06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- PTY size not getting updated when message bar is shown
+- Text Cursor disappearing
## Version 0.3.2