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
2 changed files with 2 additions and 2 deletions

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,