mirror of
https://github.com/Eugeny/tabby.git
synced 2026-09-25 07:50:12 -05: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({
|
||||
allowTransparency: true,
|
||||
enableBold: true,
|
||||
experimentalCharAtlas: 'dynamic',
|
||||
})
|
||||
this.xtermCore = (this.xterm as any)._core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user