diff --git a/tabby-terminal/src/components/terminalSettingsTab.component.pug b/tabby-terminal/src/components/terminalSettingsTab.component.pug index 4286d78e..53b54baf 100644 --- a/tabby-terminal/src/components/terminalSettingsTab.component.pug +++ b/tabby-terminal/src/components/terminalSettingsTab.component.pug @@ -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