diff kitten: Fix wheel_scroll_multiplier not being respected

Fixes #9054
This commit is contained in:
Kovid Goyal
2025-10-01 17:07:47 +05:30
parent 7f24dd68c9
commit 9a4b52f8b9
2 changed files with 8 additions and 4 deletions

View File

@@ -661,7 +661,7 @@ var QueryNames = []string{{ {query_names} }}
var CommentedOutDefaultConfig = "{serialize_as_go_string(commented_out_default_config())}"
var KittyConfigDefaults = struct {{
Term, Shell_integration, Select_by_word_characters, Url_excluded_characters, Shell string
Wheel_scroll_multiplier int
Wheel_scroll_multiplier float64
Url_prefixes []string
}}{{
Term: "{Options.term}", Shell_integration: "{' '.join(Options.shell_integration)}", Url_prefixes: []string{{ {url_prefixes} }},