mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
config: scrollback-indicator-format: percent -> percentage
This commit is contained in:
parent
9a9e876d6e
commit
50d116dcb9
5 changed files with 13 additions and 11 deletions
2
config.h
2
config.h
|
|
@ -50,7 +50,7 @@ struct config {
|
|||
} style;
|
||||
|
||||
enum {
|
||||
SCROLLBACK_INDICATOR_FORMAT_PERCENT,
|
||||
SCROLLBACK_INDICATOR_FORMAT_PERCENTAGE,
|
||||
SCROLLBACK_INDICATOR_FORMAT_LINENO
|
||||
} format;
|
||||
} indicator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue