mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
config: add mouse.alternate-scroll-mode option
This option controls the initial state of the Alternate Scroll Mode, and defaults to ‘enabled’.
This commit is contained in:
parent
04c1bab7b0
commit
f2497320c6
6 changed files with 31 additions and 0 deletions
1
config.h
1
config.h
|
|
@ -119,6 +119,7 @@ struct config {
|
|||
|
||||
struct {
|
||||
bool hide_when_typing;
|
||||
bool alternate_scroll_mode;
|
||||
} mouse;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue