mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
doc: foot.ini: mention that ‘lines’ is rounded up to nearest power of 2
This commit is contained in:
parent
8257954bfa
commit
9de744ae39
1 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,9 @@ in this order:
|
||||||
# SECTION: scrollback
|
# SECTION: scrollback
|
||||||
|
|
||||||
*lines*
|
*lines*
|
||||||
Number of scrollback lines. Default: _1000_.
|
Number of scrollback lines. The maximum number of allocated lines
|
||||||
|
will be this value plus the number of visible lines, rounded up to
|
||||||
|
the nearest power of 2. Default: _1000_.
|
||||||
|
|
||||||
*multiplier*
|
*multiplier*
|
||||||
Amount to multiply mouse scrolling with. It is a decimal number,
|
Amount to multiply mouse scrolling with. It is a decimal number,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue