Remove old ITerminalAddon def

This commit is contained in:
Daniel Imms
2019-06-04 11:34:55 -07:00
parent 1a8c7ef596
commit fee08d74e0
@@ -4,14 +4,9 @@
*/
import { Terminal, IDisposable, ILinkMatcherOptions } from 'xterm';
import { Terminal, ILinkMatcherOptions, ITerminalAddon } from 'xterm';
declare module 'xterm-addon-web-links' {
// TODO: This is temporary, link to xterm when the new version is published
export interface ITerminalAddon extends IDisposable {
activate(terminal: Terminal): void;
}
/**
* An xterm.js addon that enables web links.
*/