Add new lines back in types

This commit is contained in:
npezza93
2018-01-28 13:15:42 -05:00
parent 735ffdd2ce
commit 3313716c87
+1
View File
@@ -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.