diff options
author | Lars Francke <lars.francke@stackable.tech> | 2024-01-02 06:55:02 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | a00cb3edc642bf87ec1aecefa4517e2eeeff2ce5 (patch) | |
tree | dee46b605b365365a494be192e3c829aaf718aea /CHANGELOG.md | |
parent | f5ed831c3083438e1dd37e1e5f8aed6136e687e1 (diff) | |
download | alacritty-a00cb3edc642bf87ec1aecefa4517e2eeeff2ce5.tar.gz alacritty-a00cb3edc642bf87ec1aecefa4517e2eeeff2ce5.zip |
Fix number-based mouse bindings
The toml migration introduced a regression which stopped numbered key
binding's from working. This patch implements the required number type
to make things work again.
Fixes #7527.
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 15345e8d..503cb969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Blurry window when using `window.dimensions` on some Wayland compositors - IME input lagging behind on X11 - xdotool modifiers input not working correctly on X11 +- Parsing numbers fails for mouse bindings ## 0.13.0 |