mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
config: rename scrollback-indicator to scrollback-indicator-style
And turn it from a boolean to an enum. It can be set to: * `none` - disables the indicator * `static` - always rendered near the top of the window * `moving` - position reflects the scrollback position
This commit is contained in:
parent
5b868fd0c9
commit
c4679e474e
6 changed files with 54 additions and 20 deletions
2
footrc
2
footrc
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
# font=monospace
|
||||
# scrollback=1000
|
||||
# scrollback-indicator-style=moving
|
||||
# scrollback-indicator-format=percent
|
||||
# geometry=700x500
|
||||
# pad=2x2
|
||||
# initial-window-mode=windowed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue