mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
config: rename scrollback-indicator-style value 'static' to 'fixed'
This commit is contained in:
parent
e3be2cbd6f
commit
9edd71a741
3 changed files with 6 additions and 6 deletions
2
config.h
2
config.h
|
|
@ -45,7 +45,7 @@ struct config {
|
|||
struct {
|
||||
enum {
|
||||
SCROLLBACK_INDICATOR_STYLE_NONE,
|
||||
SCROLLBACK_INDICATOR_STYLE_STATIC,
|
||||
SCROLLBACK_INDICATOR_STYLE_FIXED,
|
||||
SCROLLBACK_INDICATOR_STYLE_RELATIVE
|
||||
} style;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue