From 799452dd2ed2007fc8d3a15e4f5e47cf22a54c67 Mon Sep 17 00:00:00 2001 From: Amit Peri Date: Sun, 18 Jan 2026 09:49:41 +0000 Subject: [PATCH] Fix typo --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 99540e85e..1732f613c 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -459,7 +459,7 @@ Control when the scrollbar is displayed. ''') opt('scrollbar_interactive', 'yes', option_type='to_bool', ctype='bool', long_text=''' -If disabled, the scrollbar will not be controllable via th emouse and all mouse events +If disabled, the scrollbar will not be controllable via the mouse and all mouse events will pass through the scrollbar.''') opt('scrollbar_jump_on_click', 'yes', option_type='to_bool', ctype='bool', long_text='''