summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-01-16 20:22:01 +0300
committerGitHub <noreply@github.com>2023-01-16 20:22:01 +0300
commited67aa3c081950a55a8dc7fa1bd9c626f6e7a187 (patch)
treef4b887e3112a7f04698572c30856446d29e3ec4a /CHANGELOG.md
parent5a3280e8e0184c94e7a3f0a89676090d0694408d (diff)
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.md1
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