mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 14:52:45 +00:00
1e5cfd1d4b
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
13 lines
508 B
Diff
13 lines
508 B
Diff
diff --git a/node_modules/xterm/src/common/CircularList.ts b/node_modules/xterm/src/common/CircularList.ts
|
|
index 8ab80d5..622a1ef 100644
|
|
--- a/node_modules/xterm/src/common/CircularList.ts
|
|
+++ b/node_modules/xterm/src/common/CircularList.ts
|
|
@@ -4,7 +4,7 @@
|
|
*/
|
|
|
|
import { ICircularList } from 'common/Types';
|
|
-import { EventEmitter, IEvent } from 'common/EventEmitter';
|
|
+import { EventEmitter } from 'common/EventEmitter';
|
|
import { Disposable } from 'common/Lifecycle';
|
|
|
|
export interface IInsertEvent {
|