summaryrefslogtreecommitdiffstats
path: root/html/src/components/terminal/xterm/addons/overlay.ts
diff options
context:
space:
mode:
Diffstat (limited to 'html/src/components/terminal/xterm/addons/overlay.ts')
-rw-r--r--html/src/components/terminal/xterm/addons/overlay.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/src/components/terminal/xterm/addons/overlay.ts b/html/src/components/terminal/xterm/addons/overlay.ts
index 6fa5a92..74da079 100644
--- a/html/src/components/terminal/xterm/addons/overlay.ts
+++ b/html/src/components/terminal/xterm/addons/overlay.ts
@@ -1,7 +1,7 @@
// ported from hterm.Terminal.prototype.showOverlay
// https://chromium.googlesource.com/apps/libapps/+/master/hterm/js/hterm_terminal.js
import { bind } from 'decko';
-import { ITerminalAddon, Terminal } from 'xterm';
+import { ITerminalAddon, Terminal } from '@xterm/xterm';
export class OverlayAddon implements ITerminalAddon {
private terminal: Terminal;