Skip to content

Commit

Permalink
set xterm-webgl as default frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 21, 2022
1 parent c9c1306 commit e1c07e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tabby-terminal/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class TerminalConfigProvider extends ConfigProvider {
'copy-current-path': [],
},
terminal: {
frontend: 'xterm',
frontend: 'xterm-webgl',
fontSize: 14,
fontWeight: 400,
fontWeightBold: 700,
Expand Down

0 comments on commit e1c07e7

Please sign in to comment.