set xterm-webgl as default frontend

This commit is contained in:
Eugene Pankov 2022-10-21 20:41:04 +02:00
parent c9c1306bf3
commit e1c07e7844
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@ export class TerminalConfigProvider extends ConfigProvider {
'copy-current-path': [],
},
terminal: {
frontend: 'xterm',
frontend: 'xterm-webgl',
fontSize: 14,
fontWeight: 400,
fontWeightBold: 700,