From 3313716c87f9c1a25bf8d37c0895503ed0ca276c Mon Sep 17 00:00:00 2001 From: npezza93 Date: Sun, 28 Jan 2018 13:15:42 -0500 Subject: [PATCH] Add new lines back in types --- src/Types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Types.ts b/src/Types.ts index df52dd8a..da3cc9d2 100644 --- a/src/Types.ts +++ b/src/Types.ts @@ -189,6 +189,7 @@ export interface ITerminal extends PublicTerminal, IElementAccessor, IBufferAcce mouseHelper: IMouseHelper; bracketedPasteMode: boolean; applicationCursor: boolean; + /** * Emit the 'data' event and populate the given data. * @param data The data to populate in the event.