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:
Daniel Eklöf 2020-07-24 18:34:19 +02:00
parent e945063620
commit 5b868fd0c9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 20 additions and 0 deletions

View file

@ -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