Merge pull request #2056 from xtermjs/Tyriar-patch-1

Add missing space to typings
This commit is contained in:
Daniel Imms
2019-05-09 10:12:29 -07:00
committed by GitHub
+1
View File
@@ -594,6 +594,7 @@ declare module 'xterm' {
* @return An IDisposable you can call to remove this handler.
*/
addOscHandler(ident: number, callback: (data: string) => boolean): IDisposable;
/**
* (EXPERIMENTAL) Registers a link matcher, allowing custom link patterns to
* be matched and handled.