mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 23:27:19 +00:00
expose the terminal.scrollbackLines setting
This commit is contained in:
parent
7900134f67
commit
39786e023e
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@ div
|
||||||
option(value='xterm') xterm
|
option(value='xterm') xterm
|
||||||
option(value='xterm-webgl') xterm (WebGL)
|
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
|
div.mt-4
|
||||||
h3 Keyboard
|
h3 Keyboard
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue