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