mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 22:44:55 +00:00
bumped xterm
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user