diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-01-16 20:22:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 20:22:01 +0300 |
commit | ed67aa3c081950a55a8dc7fa1bd9c626f6e7a187 (patch) | |
tree | f4b887e3112a7f04698572c30856446d29e3ec4a /CHANGELOG.md | |
parent | 5a3280e8e0184c94e7a3f0a89676090d0694408d (diff) | |
download | alacritty-ed67aa3c081950a55a8dc7fa1bd9c626f6e7a187.tar.gz alacritty-ed67aa3c081950a55a8dc7fa1bd9c626f6e7a187.zip |
Add support for horizontal scrolling
This adds support for horizontal mouse scrolling in mouse mode
and alternative scrolling modes.
Fixes #2185.
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 f2c8ce41..40855955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Uppercase `-T` short form for `--title` +- Support for horizontal scrolling in mouse mode and alternative scrolling modes ### Changed |