mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
conf: make number of scrollback lines configurable
This commit is contained in:
parent
67b4b9401d
commit
4801e39eae
5 changed files with 17 additions and 2 deletions
2
config.h
2
config.h
|
|
@ -11,6 +11,8 @@ struct config {
|
|||
char *shell;
|
||||
tll(char *) fonts;
|
||||
|
||||
int scrollback_lines;
|
||||
|
||||
struct {
|
||||
uint32_t fg;
|
||||
uint32_t bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue