tabby/tabby-terminal/patches/xterm+5.1.0.patch
Eugene 1e5cfd1d4b
bootstrap 5 WIP (#7891)
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
2023-02-26 20:42:31 +01:00

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 {