mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-24 10:11:51 +00:00
set xterm-webgl as default frontend
This commit is contained in:
@@ -10,8 +10,8 @@ div
|
||||
[(ngModel)]='config.store.terminal.frontend',
|
||||
(ngModelChange)='config.save()',
|
||||
)
|
||||
option(value='xterm') xterm
|
||||
option(value='xterm-webgl') xterm (WebGL)
|
||||
option(value='xterm') xterm (canvas)
|
||||
|
||||
.form-line
|
||||
.header
|
||||
|
@@ -7,7 +7,7 @@ export class TerminalConfigProvider extends ConfigProvider {
|
||||
'copy-current-path': [],
|
||||
},
|
||||
terminal: {
|
||||
frontend: 'xterm',
|
||||
frontend: 'xterm-webgl',
|
||||
fontSize: 14,
|
||||
fontWeight: 400,
|
||||
fontWeightBold: 700,
|
||||
|
Reference in New Issue
Block a user