mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-07 08:21:02 -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
|
|
@ -964,6 +964,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct reaper *reaper,
|
|||
.grid = &term->normal,
|
||||
.composed_count = 0,
|
||||
.composed = NULL,
|
||||
.alt_scrolling = conf->mouse.alternate_scroll_mode,
|
||||
.meta = {
|
||||
.esc_prefix = true,
|
||||
.eight_bit = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue