mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
config: add unlimited scrollback option
Adds a boolean configuration option for expanding the scrollback memory the output grows.
This commit is contained in:
parent
ed5717c4cd
commit
5e344d2b86
2 changed files with 4 additions and 0 deletions
1
config.h
1
config.h
|
|
@ -175,6 +175,7 @@ struct config {
|
|||
|
||||
struct {
|
||||
uint32_t lines;
|
||||
bool unlimited;
|
||||
|
||||
struct {
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue