mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
use dynamic xterm atlas for faster startup
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user