mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05:00
config: add 'scrollback-indicator-format' option
The value of this option must be either 'percent', or 'line', and determines _how_ we render the scrollback indicator.
This commit is contained in:
parent
e945063620
commit
5b868fd0c9
3 changed files with 20 additions and 0 deletions
|
|
@ -72,6 +72,11 @@ in this order:
|
|||
Boolean. Enables a position indicator when the viewport is not at
|
||||
the bottom of the scrollback history. Default: _yes_.
|
||||
|
||||
*scrollback-indicator-format*
|
||||
Which format to use when displaying the scrollback position
|
||||
indicator. Either _percent_ or _line_. This option is ignored if
|
||||
*scrollback-indicator=no*. Default: _percent_.
|
||||
|
||||
*workers*
|
||||
Number of threads to use for rendering. Set to 0 to disable
|
||||
multithreading. Default: the number of available logical CPUs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue