mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-26 12:03:31 +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({
|
this.xterm = new Terminal({
|
||||||
allowTransparency: true,
|
allowTransparency: true,
|
||||||
enableBold: true,
|
enableBold: true,
|
||||||
|
experimentalCharAtlas: 'dynamic',
|
||||||
})
|
})
|
||||||
this.xtermCore = (this.xterm as any)._core
|
this.xtermCore = (this.xterm as any)._core
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user