Fix some imports to point at ts files, not lib/

This commit is contained in:
Daniel Imms
2019-04-02 16:45:43 -07:00
parent 60113fa155
commit 7b9a718af0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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