mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -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
1
main.c
1
main.c
|
|
@ -387,6 +387,7 @@ main(int argc, char *const *argv)
|
|||
.alt = {.damage = tll_init(), .scroll_damage = tll_init()},
|
||||
.grid = &term.normal,
|
||||
.render = {
|
||||
.scrollback_lines = conf.scrollback_lines,
|
||||
.workers = {
|
||||
.count = conf.render_worker_count,
|
||||
.queue = tll_init(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue