From 3e9186a04218e1093d0ed72160f4167a142c5b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 15 Sep 2020 19:29:38 +0200 Subject: [PATCH] changelog: mouse events -> mouse scroll events --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e4facb..974d217a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,8 +75,8 @@ bindings. They scroll up/down a single line in the scrollback. * **mouse.alternate-scroll-mode** option to `foot.ini`. This option controls the initial state of the _Alternate Scroll Mode_, and - defaults to `yes`. When enabled, mouse events are translated to - up/down key events in the alternate screen, letting you scroll in + defaults to `yes`. When enabled, mouse scroll events are translated + to up/down key events in the alternate screen, letting you scroll in e.g. `less` and other applications without enabling native mouse support in them (https://codeberg.org/dnkl/foot/issues/135).