mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
config: add 'scrollback-indicator-format' option
The value of this option must be either 'percent', or 'line', and determines _how_ we render the scrollback indicator.
This commit is contained in:
parent
e945063620
commit
5b868fd0c9
3 changed files with 20 additions and 0 deletions
1
config.h
1
config.h
|
|
@ -41,6 +41,7 @@ struct config {
|
|||
|
||||
int scrollback_lines;
|
||||
bool scrollback_indicator;
|
||||
enum {SCROLLBACK_INDICATOR_PERCENT, SCROLLBACK_INDICATOR_LINENO} scrollback_indicator_format;
|
||||
|
||||
struct {
|
||||
uint32_t fg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue