mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-30 14:20:18 +08:00
fixed xterm imports
This commit is contained in:
parent
fac5b7bb3f
commit
37fc878f37
@ -7,7 +7,9 @@ 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'
|
||||
import { Attributes } from 'xterm/src/common/buffer/Constants'
|
||||
import { AttributeData } from 'xterm/src/common/buffer/AttributeData'
|
||||
import { CellData } from 'xterm/src/common/buffer/CellData'
|
||||
|
||||
const COLOR_NAMES = [
|
||||
'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white',
|
||||
|
Loading…
Reference in New Issue
Block a user