mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
config: add 'show-scrollback-position' option to footrc
This commit is contained in:
parent
b1950ac222
commit
2c6f7adc17
4 changed files with 9 additions and 2 deletions
1
config.h
1
config.h
|
|
@ -40,6 +40,7 @@ struct config {
|
|||
tll(struct config_font) fonts;
|
||||
|
||||
int scrollback_lines;
|
||||
bool show_scrollback_position;
|
||||
|
||||
struct {
|
||||
uint32_t fg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue