bumped xterm

This commit is contained in:
Eugene Pankov
2019-06-18 17:20:31 +02:00
parent 7624405bb4
commit ff860fbb0c
3 changed files with 13 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ import { getCSSFontFamily } from '../utils'
import { FitAddon } from 'xterm-addon-fit'
import { enableLigatures } from 'xterm-addon-ligatures'
import { SearchAddon } from 'xterm-addon-search'
import { WebglAddon } from 'xterm-addon-webgl'
import './xterm.css'
import deepEqual from 'deep-equal'
import { Attributes, AttributeData, CellData } from 'xterm/src/common/buffer/BufferLine'
@@ -100,7 +101,7 @@ export class XTermFrontend extends Frontend {
this.opened = true
if (this.enableWebGL) {
(this.xterm as any).loadWebgl(false)
this.xterm.loadAddon(new WebglAddon())
}
if (this.configService.store.terminal.ligatures) {