config: rename scrollback-indicator-style value 'moving' to 'relative'

This commit is contained in:
Daniel Eklöf 2020-07-25 14:38:36 +02:00
parent c4679e474e
commit e3be2cbd6f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 7 additions and 7 deletions

View file

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