diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-16 21:18:19 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-22 00:16:10 +0100 |
commit | 3539afc759c268880c5b3027bbc97e5c02dd1263 (patch) | |
tree | e6b252931d98e64bf637a34a221709cb13050bb6 /src/prefs.h | |
parent | 6392699316bbdfd027862fa28050cd54253f25d4 (diff) |
Add scroll_switches_tabs option
By default, scrolling the mouse wheel over the tabs will switch among
tabs. The option allows users to disable the feature.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 004b2850..9b9ee392 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -106,6 +106,7 @@ typedef struct { bool_t enterpress_forces_submit; bool_t middle_click_opens_new_tab; bool_t right_click_closes_tab; + bool_t scroll_switches_tabs; bool_t search_url_idx; Dlist *search_urls; char *save_dir; |