mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
config: rename scrollback-indicator-style value 'moving' to 'relative'
This commit is contained in:
parent
c4679e474e
commit
e3be2cbd6f
4 changed files with 7 additions and 7 deletions
2
config.h
2
config.h
|
|
@ -46,7 +46,7 @@ struct config {
|
|||
enum {
|
||||
SCROLLBACK_INDICATOR_STYLE_NONE,
|
||||
SCROLLBACK_INDICATOR_STYLE_STATIC,
|
||||
SCROLLBACK_INDICATOR_STYLE_MOVING
|
||||
SCROLLBACK_INDICATOR_STYLE_RELATIVE
|
||||
} style;
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue