mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
config: add scrollback section
* Move 'scrollback' to 'scrollback.lines' * Move (the new) 'scrollback-indicator-*' options to 'scrollback.indicator-*' Log a deprecation warning when the old 'scrollback' option is used, but don't remove it, yet.
This commit is contained in:
parent
25e745cd8a
commit
d11d374252
4 changed files with 53 additions and 17 deletions
8
footrc
8
footrc
|
|
@ -1,9 +1,6 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# font=monospace
|
||||
# scrollback=1000
|
||||
# scrollback-indicator-position=relative
|
||||
# scrollback-indicator-format=
|
||||
# geometry=700x500
|
||||
# pad=2x2
|
||||
# initial-window-mode=windowed
|
||||
|
|
@ -12,6 +9,11 @@
|
|||
# login-shell=no
|
||||
# workers=<number of logical CPUs>
|
||||
|
||||
[scrollback]
|
||||
# lines=1000
|
||||
# indicator-position=relative
|
||||
# indicator-format=
|
||||
|
||||
[cursor]
|
||||
# style=block
|
||||
# color=111111 dcdccc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue