diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-06 01:36:28 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 01:36:28 +0400 |
commit | 7c9d9f3b166f2aade76d35408b5acb5d3ccd1c94 (patch) | |
tree | d2d83f5b3d33f508b15020a7bffa7a47334e9eb3 /CHANGELOG.md | |
parent | f94f4fd4bec024a7a189006b77aa8306b3ba3f88 (diff) | |
download | alacritty-7c9d9f3b166f2aade76d35408b5acb5d3ccd1c94.tar.gz alacritty-7c9d9f3b166f2aade76d35408b5acb5d3ccd1c94.zip |
Fix chars usage inside the mouse bindings
Fixes #7413.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d0a70e..238769ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Vi cursor position not redrawn on PageUp/PageDown without scrollback - Cursor not updating when blinking and viewport is scrolled - Failure to start with recent version of mesa's i915 driver +- Error when using `chars` inside the mouse bindings ### Removed |