diff --git a/src/BufferSet.ts b/src/BufferSet.ts index ffa5bc90..9eb14add 100644 --- a/src/BufferSet.ts +++ b/src/BufferSet.ts @@ -5,7 +5,7 @@ import { ITerminal, IBufferSet, IBuffer } from './Types'; import { Buffer } from './Buffer'; -import { EventEmitter2, IEvent } from '../lib/common/EventEmitter2'; +import { EventEmitter2, IEvent } from './common/EventEmitter2'; /** * The BufferSet represents the set of two buffers used by xterm terminals (normal and alt) and diff --git a/src/Types.ts b/src/Types.ts index 38947af5..c9e51939 100644 --- a/src/Types.ts +++ b/src/Types.ts @@ -8,7 +8,7 @@ import { IColorSet, IRenderer } from './renderer/Types'; import { IMouseZoneManager } from './ui/Types'; import { ICharset } from './core/Types'; import { ICircularList } from './common/Types'; -import { IEvent } from '../lib/common/EventEmitter2'; +import { IEvent } from './common/EventEmitter2'; export type CustomKeyEventHandler = (event: KeyboardEvent) => boolean; diff --git a/src/public/Terminal.ts b/src/public/Terminal.ts index 60b275f3..53c3c693 100644 --- a/src/public/Terminal.ts +++ b/src/public/Terminal.ts @@ -7,7 +7,7 @@ import { Terminal as ITerminalApi, ITerminalOptions, IMarker, IDisposable, ILink import { ITerminal } from '../Types'; import { Terminal as TerminalCore } from '../Terminal'; import * as Strings from '../Strings'; -import { IEvent } from '../../lib/common/EventEmitter2'; +import { IEvent } from '../common/EventEmitter2'; export class Terminal implements ITerminalApi { private _core: ITerminal; diff --git a/src/ui/CharMeasure.ts b/src/ui/CharMeasure.ts index c24e82a0..c37df312 100644 --- a/src/ui/CharMeasure.ts +++ b/src/ui/CharMeasure.ts @@ -4,7 +4,7 @@ */ import { ICharMeasure, ITerminalOptions } from '../Types'; -import { EventEmitter2, IEvent } from '../../lib/common/EventEmitter2'; +import { EventEmitter2, IEvent } from '../common/EventEmitter2'; /** * Utility class that measures the size of a character. Measurements are done in