expose the terminal.scrollbackLines setting

This commit is contained in:
Eugene Pankov 2021-12-21 23:37:22 +01:00
parent 7900134f67
commit 39786e023e
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -13,6 +13,16 @@ div
option(value='xterm') xterm
option(value='xterm-webgl') xterm (WebGL)
.form-line
.header
.title Scrollback
.description Number of lines kept in the buffer
input.form-control(
type='number',
[(ngModel)]='config.store.terminal.scrollbackLines',
(ngModelChange)='config.save()',
)
div.mt-4
h3 Keyboard