alacritty: Enabling scrollback buffer
This commit is contained in:
parent
74fbeed89d
commit
00bdf7ad8d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ window:
|
||||||
scrolling:
|
scrolling:
|
||||||
# maximum number of lines in the scrollback buffer. Specifying '0' will
|
# maximum number of lines in the scrollback buffer. Specifying '0' will
|
||||||
# disable scrolling.
|
# disable scrolling.
|
||||||
history: 0
|
history: 8192
|
||||||
|
|
||||||
# Number of lines the viewport will move for every line scrolled when
|
# Number of lines the viewport will move for every line scrolled when
|
||||||
# scrollback is enabled (history > 0).
|
# scrollback is enabled (history > 0).
|
||||||
|
|
Loading…
Reference in a new issue