foot: increase scrollback buffer
This commit is contained in:
parent
5a49f4b74d
commit
8cc583358b
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ in
|
||||||
dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
scrollback = {
|
||||||
|
lines = 100000;
|
||||||
|
};
|
||||||
|
|
||||||
mouse = {
|
mouse = {
|
||||||
hide-when-typing = "yes";
|
hide-when-typing = "yes";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue