mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-25 11:33:35 +03:00
use dynamic xterm atlas for faster startup
This commit is contained in:
parent
3a6eb8cb2f
commit
eb02752cbf
@ -25,6 +25,7 @@ export class XTermFrontend extends Frontend {
|
||||
this.xterm = new Terminal({
|
||||
allowTransparency: true,
|
||||
enableBold: true,
|
||||
experimentalCharAtlas: 'dynamic',
|
||||
})
|
||||
this.xtermCore = (this.xterm as any)._core
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user