1
1
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:
Eugene Pankov 2019-03-18 22:23:44 +01:00
parent 3a6eb8cb2f
commit eb02752cbf

View File

@ -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