mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
config: change default multiplier from 1.0 -> 3.0
This commit is contained in:
parent
08c1b35614
commit
ebd1476baf
3 changed files with 3 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -1869,7 +1869,7 @@ config_load(struct config *conf, const char *conf_path,
|
||||||
.format = SCROLLBACK_INDICATOR_FORMAT_TEXT,
|
.format = SCROLLBACK_INDICATOR_FORMAT_TEXT,
|
||||||
.text = wcsdup(L""),
|
.text = wcsdup(L""),
|
||||||
},
|
},
|
||||||
.multiplier = 1.,
|
.multiplier = 3.,
|
||||||
},
|
},
|
||||||
.colors = {
|
.colors = {
|
||||||
.fg = default_foreground,
|
.fg = default_foreground,
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ in this order:
|
||||||
|
|
||||||
*multiplier*
|
*multiplier*
|
||||||
Amount to multiply mouse scrolling with. It is a decimal number,
|
Amount to multiply mouse scrolling with. It is a decimal number,
|
||||||
i.e. fractions are allowed. Default: _1.0_.
|
i.e. fractions are allowed. Default: _3.0_.
|
||||||
|
|
||||||
*indicator-position*
|
*indicator-position*
|
||||||
Configures the style of the scrollback position indicator. One of
|
Configures the style of the scrollback position indicator. One of
|
||||||
|
|
|
||||||
2
foot.ini
2
foot.ini
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
[scrollback]
|
[scrollback]
|
||||||
# lines=1000
|
# lines=1000
|
||||||
# multiplier=1.0
|
# multiplier=3.0
|
||||||
# indicator-position=relative
|
# indicator-position=relative
|
||||||
# indicator-format=
|
# indicator-format=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue