conf: make number of scrollback lines configurable

This commit is contained in:
Daniel Eklöf 2019-08-01 19:28:14 +02:00
parent 67b4b9401d
commit 4801e39eae
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 17 additions and 2 deletions

1
main.c
View file

@ -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(),