mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove old ITerminalAddon def
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user