@desktalk/core 0.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +82 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/frontend/assets/frontend-B3QNYf3p.js +413 -0
- package/dist/frontend/assets/frontend-B3QNYf3p.js.map +1 -0
- package/dist/frontend/assets/frontend-B4aeXn9d.js +416 -0
- package/dist/frontend/assets/frontend-B4aeXn9d.js.map +1 -0
- package/dist/frontend/assets/frontend-BwyRSlHp.js +6513 -0
- package/dist/frontend/assets/frontend-BwyRSlHp.js.map +1 -0
- package/dist/frontend/assets/frontend-Dix2OWTT.js +229 -0
- package/dist/frontend/assets/frontend-Dix2OWTT.js.map +1 -0
- package/dist/frontend/assets/frontend-Dx41dEM9.js +407 -0
- package/dist/frontend/assets/frontend-Dx41dEM9.js.map +1 -0
- package/dist/frontend/assets/frontend-WpQng8Mt.js +1991 -0
- package/dist/frontend/assets/frontend-WpQng8Mt.js.map +1 -0
- package/dist/frontend/assets/frontend-rTwBdJbn.js +2123 -0
- package/dist/frontend/assets/frontend-rTwBdJbn.js.map +1 -0
- package/dist/frontend/assets/highlighted-body-TPN3WLV5-DD4wpkf4.js +2 -0
- package/dist/frontend/assets/highlighted-body-TPN3WLV5-DD4wpkf4.js.map +1 -0
- package/dist/frontend/assets/index-C5-XUOS7.js +1863 -0
- package/dist/frontend/assets/index-C5-XUOS7.js.map +1 -0
- package/dist/frontend/assets/index-C_e3_6yE.css +1 -0
- package/dist/frontend/index.html +22 -0
- package/dist/frontend/pcm-capture-processor.js +65 -0
- package/dist/i18n/manifest.json +34 -0
- package/dist/i18n/zh-CN.json +7 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/dist/server/admin-routes.d.ts +14 -0
- package/dist/server/admin-routes.d.ts.map +1 -0
- package/dist/server/admin-routes.js +118 -0
- package/dist/server/admin-routes.js.map +1 -0
- package/dist/server/api-routes.d.ts +8 -0
- package/dist/server/api-routes.d.ts.map +1 -0
- package/dist/server/api-routes.js +203 -0
- package/dist/server/api-routes.js.map +1 -0
- package/dist/server/auth-routes.d.ts +19 -0
- package/dist/server/auth-routes.d.ts.map +1 -0
- package/dist/server/auth-routes.js +155 -0
- package/dist/server/auth-routes.js.map +1 -0
- package/dist/server/dtfs-routes.d.ts +3 -0
- package/dist/server/dtfs-routes.d.ts.map +1 -0
- package/dist/server/dtfs-routes.js +183 -0
- package/dist/server/dtfs-routes.js.map +1 -0
- package/dist/server/index.d.ts +15 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/server/index.js +158 -0
- package/dist/server/index.js.map +1 -0
- package/dist/server/monaco-routes.d.ts +3 -0
- package/dist/server/monaco-routes.d.ts.map +1 -0
- package/dist/server/monaco-routes.js +45 -0
- package/dist/server/monaco-routes.js.map +1 -0
- package/dist/server/voice-routes.d.ts +7 -0
- package/dist/server/voice-routes.d.ts.map +1 -0
- package/dist/server/voice-routes.js +142 -0
- package/dist/server/voice-routes.js.map +1 -0
- package/dist/server/ws-routes.d.ts +29 -0
- package/dist/server/ws-routes.d.ts.map +1 -0
- package/dist/server/ws-routes.js +334 -0
- package/dist/server/ws-routes.js.map +1 -0
- package/dist/services/ai/action-tool.d.ts +9 -0
- package/dist/services/ai/action-tool.d.ts.map +1 -0
- package/dist/services/ai/action-tool.js +51 -0
- package/dist/services/ai/action-tool.js.map +1 -0
- package/dist/services/ai/app-tools.d.ts +15 -0
- package/dist/services/ai/app-tools.d.ts.map +1 -0
- package/dist/services/ai/app-tools.js +119 -0
- package/dist/services/ai/app-tools.js.map +1 -0
- package/dist/services/ai/chat-service.d.ts +27 -0
- package/dist/services/ai/chat-service.d.ts.map +1 -0
- package/dist/services/ai/chat-service.js +213 -0
- package/dist/services/ai/chat-service.js.map +1 -0
- package/dist/services/ai/create-liveapp-tool.d.ts +15 -0
- package/dist/services/ai/create-liveapp-tool.d.ts.map +1 -0
- package/dist/services/ai/create-liveapp-tool.js +142 -0
- package/dist/services/ai/create-liveapp-tool.js.map +1 -0
- package/dist/services/ai/desktop-tool.d.ts +27 -0
- package/dist/services/ai/desktop-tool.d.ts.map +1 -0
- package/dist/services/ai/desktop-tool.js +106 -0
- package/dist/services/ai/desktop-tool.js.map +1 -0
- package/dist/services/ai/edit-history.d.ts +16 -0
- package/dist/services/ai/edit-history.d.ts.map +1 -0
- package/dist/services/ai/edit-history.js +137 -0
- package/dist/services/ai/edit-history.js.map +1 -0
- package/dist/services/ai/edit-tool.d.ts +9 -0
- package/dist/services/ai/edit-tool.d.ts.map +1 -0
- package/dist/services/ai/edit-tool.js +113 -0
- package/dist/services/ai/edit-tool.js.map +1 -0
- package/dist/services/ai/generate-html-tool.d.ts +15 -0
- package/dist/services/ai/generate-html-tool.d.ts.map +1 -0
- package/dist/services/ai/generate-html-tool.js +140 -0
- package/dist/services/ai/generate-html-tool.js.map +1 -0
- package/dist/services/ai/generate-icon-tool.d.ts +10 -0
- package/dist/services/ai/generate-icon-tool.d.ts.map +1 -0
- package/dist/services/ai/generate-icon-tool.js +58 -0
- package/dist/services/ai/generate-icon-tool.js.map +1 -0
- package/dist/services/ai/html-bridge-script.d.ts +2 -0
- package/dist/services/ai/html-bridge-script.d.ts.map +1 -0
- package/dist/services/ai/html-bridge-script.js +2 -0
- package/dist/services/ai/html-bridge-script.js.map +1 -0
- package/dist/services/ai/html-guidelines-tool.d.ts +3 -0
- package/dist/services/ai/html-guidelines-tool.d.ts.map +1 -0
- package/dist/services/ai/html-guidelines-tool.js +157 -0
- package/dist/services/ai/html-guidelines-tool.js.map +1 -0
- package/dist/services/ai/html-stream-coordinator.d.ts +92 -0
- package/dist/services/ai/html-stream-coordinator.d.ts.map +1 -0
- package/dist/services/ai/html-stream-coordinator.js +314 -0
- package/dist/services/ai/html-stream-coordinator.js.map +1 -0
- package/dist/services/ai/html-theme-link.d.ts +9 -0
- package/dist/services/ai/html-theme-link.d.ts.map +1 -0
- package/dist/services/ai/html-theme-link.js +12 -0
- package/dist/services/ai/html-theme-link.js.map +1 -0
- package/dist/services/ai/html-ui-script.d.ts +9 -0
- package/dist/services/ai/html-ui-script.d.ts.map +1 -0
- package/dist/services/ai/html-ui-script.js +9 -0
- package/dist/services/ai/html-ui-script.js.map +1 -0
- package/dist/services/ai/image-generation-service.d.ts +26 -0
- package/dist/services/ai/image-generation-service.d.ts.map +1 -0
- package/dist/services/ai/image-generation-service.js +205 -0
- package/dist/services/ai/image-generation-service.js.map +1 -0
- package/dist/services/ai/manual-pages/desktop-actions.md +36 -0
- package/dist/services/ai/manual-pages/desktop-windows.md +24 -0
- package/dist/services/ai/manual-pages/dt-badge.md +36 -0
- package/dist/services/ai/manual-pages/dt-button.md +38 -0
- package/dist/services/ai/manual-pages/dt-card.md +22 -0
- package/dist/services/ai/manual-pages/dt-chart.md +261 -0
- package/dist/services/ai/manual-pages/dt-divider.md +25 -0
- package/dist/services/ai/manual-pages/dt-grid.md +29 -0
- package/dist/services/ai/manual-pages/dt-list-view.md +96 -0
- package/dist/services/ai/manual-pages/dt-markdown-editor.md +90 -0
- package/dist/services/ai/manual-pages/dt-markdown.md +86 -0
- package/dist/services/ai/manual-pages/dt-select.md +21 -0
- package/dist/services/ai/manual-pages/dt-stack.md +31 -0
- package/dist/services/ai/manual-pages/dt-stat.md +43 -0
- package/dist/services/ai/manual-pages/dt-table-view.md +120 -0
- package/dist/services/ai/manual-pages/dt-tooltip.md +18 -0
- package/dist/services/ai/manual-pages/editing-preview.md +25 -0
- package/dist/services/ai/manual-pages/html-actions.md +74 -0
- package/dist/services/ai/manual-pages/html-bridge.md +187 -0
- package/dist/services/ai/manual-pages/html-components.md +66 -0
- package/dist/services/ai/manual-pages/html-examples.md +185 -0
- package/dist/services/ai/manual-pages/html-layouts.md +128 -0
- package/dist/services/ai/manual-pages/html-storage.md +153 -0
- package/dist/services/ai/manual-pages/html-tokens.md +26 -0
- package/dist/services/ai/manual-pages/index.d.ts +10 -0
- package/dist/services/ai/manual-pages/index.d.ts.map +1 -0
- package/dist/services/ai/manual-pages/index.js +186 -0
- package/dist/services/ai/manual-pages/index.js.map +1 -0
- package/dist/services/ai/manual-tool.d.ts +3 -0
- package/dist/services/ai/manual-tool.d.ts.map +1 -0
- package/dist/services/ai/manual-tool.js +104 -0
- package/dist/services/ai/manual-tool.js.map +1 -0
- package/dist/services/ai/pi-session-service.d.ts +101 -0
- package/dist/services/ai/pi-session-service.d.ts.map +1 -0
- package/dist/services/ai/pi-session-service.js +697 -0
- package/dist/services/ai/pi-session-service.js.map +1 -0
- package/dist/services/ai/providers.d.ts +21 -0
- package/dist/services/ai/providers.d.ts.map +1 -0
- package/dist/services/ai/providers.js +93 -0
- package/dist/services/ai/providers.js.map +1 -0
- package/dist/services/ai/redo-edit-tool.d.ts +9 -0
- package/dist/services/ai/redo-edit-tool.d.ts.map +1 -0
- package/dist/services/ai/redo-edit-tool.js +44 -0
- package/dist/services/ai/redo-edit-tool.js.map +1 -0
- package/dist/services/ai/system-prompt.d.ts +7 -0
- package/dist/services/ai/system-prompt.d.ts.map +1 -0
- package/dist/services/ai/system-prompt.js +72 -0
- package/dist/services/ai/system-prompt.js.map +1 -0
- package/dist/services/ai/undo-edit-tool.d.ts +9 -0
- package/dist/services/ai/undo-edit-tool.d.ts.map +1 -0
- package/dist/services/ai/undo-edit-tool.js +44 -0
- package/dist/services/ai/undo-edit-tool.js.map +1 -0
- package/dist/services/ai/window-tools.d.ts +27 -0
- package/dist/services/ai/window-tools.d.ts.map +1 -0
- package/dist/services/ai/window-tools.js +155 -0
- package/dist/services/ai/window-tools.js.map +1 -0
- package/dist/services/backend-host.d.ts +10 -0
- package/dist/services/backend-host.d.ts.map +1 -0
- package/dist/services/backend-host.js +117 -0
- package/dist/services/backend-host.js.map +1 -0
- package/dist/services/backend-ipc.d.ts +60 -0
- package/dist/services/backend-ipc.d.ts.map +1 -0
- package/dist/services/backend-ipc.js +2 -0
- package/dist/services/backend-ipc.js.map +1 -0
- package/dist/services/backend-process-manager.d.ts +60 -0
- package/dist/services/backend-process-manager.d.ts.map +1 -0
- package/dist/services/backend-process-manager.js +203 -0
- package/dist/services/backend-process-manager.js.map +1 -0
- package/dist/services/filesystem.d.ts +8 -0
- package/dist/services/filesystem.d.ts.map +1 -0
- package/dist/services/filesystem.js +94 -0
- package/dist/services/filesystem.js.map +1 -0
- package/dist/services/i18n.d.ts +28 -0
- package/dist/services/i18n.d.ts.map +1 -0
- package/dist/services/i18n.js +76 -0
- package/dist/services/i18n.js.map +1 -0
- package/dist/services/liveapp-icon.d.ts +9 -0
- package/dist/services/liveapp-icon.d.ts.map +1 -0
- package/dist/services/liveapp-icon.js +28 -0
- package/dist/services/liveapp-icon.js.map +1 -0
- package/dist/services/liveapps.d.ts +12 -0
- package/dist/services/liveapps.d.ts.map +1 -0
- package/dist/services/liveapps.js +84 -0
- package/dist/services/liveapps.js.map +1 -0
- package/dist/services/logger.d.ts +34 -0
- package/dist/services/logger.d.ts.map +1 -0
- package/dist/services/logger.js +74 -0
- package/dist/services/logger.js.map +1 -0
- package/dist/services/messaging.d.ts +14 -0
- package/dist/services/messaging.d.ts.map +1 -0
- package/dist/services/messaging.js +41 -0
- package/dist/services/messaging.js.map +1 -0
- package/dist/services/miniapp-icon.d.ts +9 -0
- package/dist/services/miniapp-icon.d.ts.map +1 -0
- package/dist/services/miniapp-icon.js +25 -0
- package/dist/services/miniapp-icon.js.map +1 -0
- package/dist/services/miniapp-registry.d.ts +73 -0
- package/dist/services/miniapp-registry.d.ts.map +1 -0
- package/dist/services/miniapp-registry.js +144 -0
- package/dist/services/miniapp-registry.js.map +1 -0
- package/dist/services/onboarding-config.d.ts +37 -0
- package/dist/services/onboarding-config.d.ts.map +1 -0
- package/dist/services/onboarding-config.js +76 -0
- package/dist/services/onboarding-config.js.map +1 -0
- package/dist/services/preferences.d.ts +10 -0
- package/dist/services/preferences.d.ts.map +1 -0
- package/dist/services/preferences.js +48 -0
- package/dist/services/preferences.js.map +1 -0
- package/dist/services/proxy-dispatcher.d.ts +18 -0
- package/dist/services/proxy-dispatcher.d.ts.map +1 -0
- package/dist/services/proxy-dispatcher.js +33 -0
- package/dist/services/proxy-dispatcher.js.map +1 -0
- package/dist/services/storage.d.ts +7 -0
- package/dist/services/storage.d.ts.map +1 -0
- package/dist/services/storage.js +55 -0
- package/dist/services/storage.js.map +1 -0
- package/dist/services/theme-css.d.ts +21 -0
- package/dist/services/theme-css.d.ts.map +1 -0
- package/dist/services/theme-css.js +213 -0
- package/dist/services/theme-css.js.map +1 -0
- package/dist/services/user-db.d.ts +69 -0
- package/dist/services/user-db.d.ts.map +1 -0
- package/dist/services/user-db.js +175 -0
- package/dist/services/user-db.js.map +1 -0
- package/dist/services/voice/audio-format.d.ts +5 -0
- package/dist/services/voice/audio-format.d.ts.map +1 -0
- package/dist/services/voice/audio-format.js +27 -0
- package/dist/services/voice/audio-format.js.map +1 -0
- package/dist/services/voice/azure-openai-whisper-adapter.d.ts +23 -0
- package/dist/services/voice/azure-openai-whisper-adapter.d.ts.map +1 -0
- package/dist/services/voice/azure-openai-whisper-adapter.js +60 -0
- package/dist/services/voice/azure-openai-whisper-adapter.js.map +1 -0
- package/dist/services/voice/openai-whisper-adapter.d.ts +22 -0
- package/dist/services/voice/openai-whisper-adapter.d.ts.map +1 -0
- package/dist/services/voice/openai-whisper-adapter.js +61 -0
- package/dist/services/voice/openai-whisper-adapter.js.map +1 -0
- package/dist/services/voice/stt-adapter.d.ts +31 -0
- package/dist/services/voice/stt-adapter.d.ts.map +1 -0
- package/dist/services/voice/stt-adapter.js +8 -0
- package/dist/services/voice/stt-adapter.js.map +1 -0
- package/dist/services/voice/vad-segmenter.d.ts +68 -0
- package/dist/services/voice/vad-segmenter.d.ts.map +1 -0
- package/dist/services/voice/vad-segmenter.js +159 -0
- package/dist/services/voice/vad-segmenter.js.map +1 -0
- package/dist/services/voice/voice-session.d.ts +54 -0
- package/dist/services/voice/voice-session.d.ts.map +1 -0
- package/dist/services/voice/voice-session.js +137 -0
- package/dist/services/voice/voice-session.js.map +1 -0
- package/dist/services/window-manager.d.ts +94 -0
- package/dist/services/window-manager.d.ts.map +1 -0
- package/dist/services/window-manager.js +282 -0
- package/dist/services/window-manager.js.map +1 -0
- package/dist/services/workspace.d.ts +51 -0
- package/dist/services/workspace.d.ts.map +1 -0
- package/dist/services/workspace.js +144 -0
- package/dist/services/workspace.js.map +1 -0
- package/package.json +89 -0
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
import{W as Pe,a as He,u as ne,d as Le,A as Fe,b as de}from"./index-C5-XUOS7.js";(()=>{if(typeof document>"u")return;const z="desktalk-style-desktalk-miniapp-terminal-diqr18";if(document.getElementById(z))return;const q=document.createElement("style");q.id=z,q.textContent=`/* src/components/TerminalTabBar.module.css */
|
|
2
|
+
.TerminalTabBar_tabBar {
|
|
3
|
+
display: flex;
|
|
4
|
+
height: 36px;
|
|
5
|
+
flex-shrink: 0;
|
|
6
|
+
align-items: stretch;
|
|
7
|
+
background: #252526;
|
|
8
|
+
border-bottom: 1px solid #3c3c3c;
|
|
9
|
+
overflow-x: auto;
|
|
10
|
+
}
|
|
11
|
+
.TerminalTabBar_tabBar::-webkit-scrollbar {
|
|
12
|
+
height: 0;
|
|
13
|
+
}
|
|
14
|
+
.TerminalTabBar_tab {
|
|
15
|
+
display: flex;
|
|
16
|
+
min-width: 100px;
|
|
17
|
+
max-width: 200px;
|
|
18
|
+
align-items: center;
|
|
19
|
+
gap: 6px;
|
|
20
|
+
padding: 0 12px;
|
|
21
|
+
border-right: 1px solid #3c3c3c;
|
|
22
|
+
background: #2d2d2d;
|
|
23
|
+
color: #969696;
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
font-size: 12px;
|
|
26
|
+
transition: background 0.15s, color 0.15s;
|
|
27
|
+
white-space: nowrap;
|
|
28
|
+
}
|
|
29
|
+
.TerminalTabBar_tab:hover {
|
|
30
|
+
background: #333333;
|
|
31
|
+
color: #cccccc;
|
|
32
|
+
}
|
|
33
|
+
.TerminalTabBar_tabActive {
|
|
34
|
+
background: #1e1e1e;
|
|
35
|
+
color: #ffffff;
|
|
36
|
+
border-bottom: 2px solid #007acc;
|
|
37
|
+
}
|
|
38
|
+
.TerminalTabBar_tabLabel {
|
|
39
|
+
flex: 1;
|
|
40
|
+
overflow: hidden;
|
|
41
|
+
text-overflow: ellipsis;
|
|
42
|
+
}
|
|
43
|
+
.TerminalTabBar_tabCloseBtn {
|
|
44
|
+
display: flex;
|
|
45
|
+
width: 18px;
|
|
46
|
+
height: 18px;
|
|
47
|
+
flex-shrink: 0;
|
|
48
|
+
align-items: center;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
padding: 0;
|
|
51
|
+
border: none;
|
|
52
|
+
border-radius: 3px;
|
|
53
|
+
background: transparent;
|
|
54
|
+
color: #969696;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
line-height: 1;
|
|
58
|
+
opacity: 0;
|
|
59
|
+
transition:
|
|
60
|
+
opacity 0.15s,
|
|
61
|
+
background 0.15s,
|
|
62
|
+
color 0.15s;
|
|
63
|
+
}
|
|
64
|
+
.TerminalTabBar_tab:hover .TerminalTabBar_tabCloseBtn,
|
|
65
|
+
.TerminalTabBar_tabActive:hover .TerminalTabBar_tabCloseBtn {
|
|
66
|
+
opacity: 1;
|
|
67
|
+
}
|
|
68
|
+
.TerminalTabBar_tabCloseBtn:hover {
|
|
69
|
+
background: #444444;
|
|
70
|
+
color: #ffffff;
|
|
71
|
+
}
|
|
72
|
+
.TerminalTabBar_newTabBtn {
|
|
73
|
+
display: flex;
|
|
74
|
+
width: 36px;
|
|
75
|
+
flex-shrink: 0;
|
|
76
|
+
align-items: center;
|
|
77
|
+
justify-content: center;
|
|
78
|
+
padding: 0;
|
|
79
|
+
border: none;
|
|
80
|
+
background: transparent;
|
|
81
|
+
color: #969696;
|
|
82
|
+
cursor: pointer;
|
|
83
|
+
font-size: 18px;
|
|
84
|
+
transition: color 0.15s, background 0.15s;
|
|
85
|
+
}
|
|
86
|
+
.TerminalTabBar_newTabBtn:hover {
|
|
87
|
+
background: #333333;
|
|
88
|
+
color: #ffffff;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* src/components/TerminalContainer.module.css */
|
|
92
|
+
.TerminalContainer_container {
|
|
93
|
+
position: relative;
|
|
94
|
+
flex: 1;
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
}
|
|
97
|
+
.TerminalContainer_terminalWrapper {
|
|
98
|
+
position: absolute;
|
|
99
|
+
inset: 0;
|
|
100
|
+
padding: 4px;
|
|
101
|
+
}
|
|
102
|
+
.TerminalContainer_terminalHidden {
|
|
103
|
+
visibility: hidden;
|
|
104
|
+
pointer-events: none;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* src/components/SafetyConfirmDialog.module.css */
|
|
108
|
+
.SafetyConfirmDialog_overlay {
|
|
109
|
+
position: fixed;
|
|
110
|
+
inset: 0;
|
|
111
|
+
z-index: 1000;
|
|
112
|
+
display: flex;
|
|
113
|
+
align-items: center;
|
|
114
|
+
justify-content: center;
|
|
115
|
+
background: rgba(0, 0, 0, 0.6);
|
|
116
|
+
}
|
|
117
|
+
.SafetyConfirmDialog_dialog {
|
|
118
|
+
width: 420px;
|
|
119
|
+
max-width: 90vw;
|
|
120
|
+
padding: 24px;
|
|
121
|
+
border: 1px solid #555555;
|
|
122
|
+
border-radius: 12px;
|
|
123
|
+
background: #2d2d2d;
|
|
124
|
+
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
|
|
125
|
+
color: #cccccc;
|
|
126
|
+
}
|
|
127
|
+
.SafetyConfirmDialog_header {
|
|
128
|
+
display: flex;
|
|
129
|
+
align-items: center;
|
|
130
|
+
gap: 10px;
|
|
131
|
+
margin-bottom: 16px;
|
|
132
|
+
}
|
|
133
|
+
.SafetyConfirmDialog_warningIcon {
|
|
134
|
+
color: #e0a30b;
|
|
135
|
+
font-size: 24px;
|
|
136
|
+
line-height: 1;
|
|
137
|
+
}
|
|
138
|
+
.SafetyConfirmDialog_title {
|
|
139
|
+
color: #ffffff;
|
|
140
|
+
font-size: 16px;
|
|
141
|
+
font-weight: 600;
|
|
142
|
+
}
|
|
143
|
+
.SafetyConfirmDialog_commandBlock {
|
|
144
|
+
margin-bottom: 16px;
|
|
145
|
+
padding: 10px 14px;
|
|
146
|
+
border-radius: 6px;
|
|
147
|
+
background: #1e1e1e;
|
|
148
|
+
font-family: var(--font-mono, "Menlo", "Monaco", "Courier New", monospace);
|
|
149
|
+
font-size: 13px;
|
|
150
|
+
line-height: 1.5;
|
|
151
|
+
overflow-wrap: break-word;
|
|
152
|
+
}
|
|
153
|
+
.SafetyConfirmDialog_riskText {
|
|
154
|
+
margin-bottom: 20px;
|
|
155
|
+
color: #bbbbbb;
|
|
156
|
+
font-size: 13px;
|
|
157
|
+
line-height: 1.5;
|
|
158
|
+
}
|
|
159
|
+
.SafetyConfirmDialog_buttons {
|
|
160
|
+
display: flex;
|
|
161
|
+
justify-content: flex-end;
|
|
162
|
+
gap: 10px;
|
|
163
|
+
}
|
|
164
|
+
.SafetyConfirmDialog_cancelBtn {
|
|
165
|
+
padding: 6px 18px;
|
|
166
|
+
border: 1px solid #555555;
|
|
167
|
+
border-radius: 6px;
|
|
168
|
+
background: transparent;
|
|
169
|
+
color: #cccccc;
|
|
170
|
+
cursor: pointer;
|
|
171
|
+
font-size: 13px;
|
|
172
|
+
transition: background 0.15s, border-color 0.15s;
|
|
173
|
+
}
|
|
174
|
+
.SafetyConfirmDialog_cancelBtn:hover {
|
|
175
|
+
background: #3c3c3c;
|
|
176
|
+
border-color: #777777;
|
|
177
|
+
}
|
|
178
|
+
.SafetyConfirmDialog_confirmBtn {
|
|
179
|
+
padding: 6px 18px;
|
|
180
|
+
border: 1px solid transparent;
|
|
181
|
+
border-radius: 6px;
|
|
182
|
+
background: #cc6633;
|
|
183
|
+
color: #ffffff;
|
|
184
|
+
cursor: pointer;
|
|
185
|
+
font-size: 13px;
|
|
186
|
+
font-weight: 600;
|
|
187
|
+
transition: background 0.15s;
|
|
188
|
+
}
|
|
189
|
+
.SafetyConfirmDialog_confirmBtn:hover {
|
|
190
|
+
background: #dd7744;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/* src/TerminalApp.module.css */
|
|
194
|
+
.TerminalApp_root {
|
|
195
|
+
display: flex;
|
|
196
|
+
height: 100%;
|
|
197
|
+
flex-direction: column;
|
|
198
|
+
overflow: hidden;
|
|
199
|
+
background: #1e1e1e;
|
|
200
|
+
color: #cccccc;
|
|
201
|
+
font-family: var(--font-mono, "Menlo", "Monaco", "Courier New", monospace);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/* ../../node_modules/.pnpm/@xterm+xterm@5.5.0/node_modules/@xterm/xterm/css/xterm.css */
|
|
205
|
+
.xterm {
|
|
206
|
+
cursor: text;
|
|
207
|
+
position: relative;
|
|
208
|
+
user-select: none;
|
|
209
|
+
-ms-user-select: none;
|
|
210
|
+
-webkit-user-select: none;
|
|
211
|
+
}
|
|
212
|
+
.xterm.focus,
|
|
213
|
+
.xterm:focus {
|
|
214
|
+
outline: none;
|
|
215
|
+
}
|
|
216
|
+
.xterm .xterm-helpers {
|
|
217
|
+
position: absolute;
|
|
218
|
+
top: 0;
|
|
219
|
+
z-index: 5;
|
|
220
|
+
}
|
|
221
|
+
.xterm .xterm-helper-textarea {
|
|
222
|
+
padding: 0;
|
|
223
|
+
border: 0;
|
|
224
|
+
margin: 0;
|
|
225
|
+
position: absolute;
|
|
226
|
+
opacity: 0;
|
|
227
|
+
left: -9999em;
|
|
228
|
+
top: 0;
|
|
229
|
+
width: 0;
|
|
230
|
+
height: 0;
|
|
231
|
+
z-index: -5;
|
|
232
|
+
white-space: nowrap;
|
|
233
|
+
overflow: hidden;
|
|
234
|
+
resize: none;
|
|
235
|
+
}
|
|
236
|
+
.xterm .composition-view {
|
|
237
|
+
background: #000;
|
|
238
|
+
color: #FFF;
|
|
239
|
+
display: none;
|
|
240
|
+
position: absolute;
|
|
241
|
+
white-space: nowrap;
|
|
242
|
+
z-index: 1;
|
|
243
|
+
}
|
|
244
|
+
.xterm .composition-view.active {
|
|
245
|
+
display: block;
|
|
246
|
+
}
|
|
247
|
+
.xterm .xterm-viewport {
|
|
248
|
+
background-color: #000;
|
|
249
|
+
overflow-y: scroll;
|
|
250
|
+
cursor: default;
|
|
251
|
+
position: absolute;
|
|
252
|
+
right: 0;
|
|
253
|
+
left: 0;
|
|
254
|
+
top: 0;
|
|
255
|
+
bottom: 0;
|
|
256
|
+
}
|
|
257
|
+
.xterm .xterm-screen {
|
|
258
|
+
position: relative;
|
|
259
|
+
}
|
|
260
|
+
.xterm .xterm-screen canvas {
|
|
261
|
+
position: absolute;
|
|
262
|
+
left: 0;
|
|
263
|
+
top: 0;
|
|
264
|
+
}
|
|
265
|
+
.xterm .xterm-scroll-area {
|
|
266
|
+
visibility: hidden;
|
|
267
|
+
}
|
|
268
|
+
.xterm-char-measure-element {
|
|
269
|
+
display: inline-block;
|
|
270
|
+
visibility: hidden;
|
|
271
|
+
position: absolute;
|
|
272
|
+
top: 0;
|
|
273
|
+
left: -9999em;
|
|
274
|
+
line-height: normal;
|
|
275
|
+
}
|
|
276
|
+
.xterm.enable-mouse-events {
|
|
277
|
+
cursor: default;
|
|
278
|
+
}
|
|
279
|
+
.xterm.xterm-cursor-pointer,
|
|
280
|
+
.xterm .xterm-cursor-pointer {
|
|
281
|
+
cursor: pointer;
|
|
282
|
+
}
|
|
283
|
+
.xterm.column-select.focus {
|
|
284
|
+
cursor: crosshair;
|
|
285
|
+
}
|
|
286
|
+
.xterm .xterm-accessibility:not(.debug),
|
|
287
|
+
.xterm .xterm-message {
|
|
288
|
+
position: absolute;
|
|
289
|
+
left: 0;
|
|
290
|
+
top: 0;
|
|
291
|
+
bottom: 0;
|
|
292
|
+
right: 0;
|
|
293
|
+
z-index: 10;
|
|
294
|
+
color: transparent;
|
|
295
|
+
pointer-events: none;
|
|
296
|
+
}
|
|
297
|
+
.xterm .xterm-accessibility-tree:not(.debug) *::selection {
|
|
298
|
+
color: transparent;
|
|
299
|
+
}
|
|
300
|
+
.xterm .xterm-accessibility-tree {
|
|
301
|
+
user-select: text;
|
|
302
|
+
white-space: pre;
|
|
303
|
+
}
|
|
304
|
+
.xterm .live-region {
|
|
305
|
+
position: absolute;
|
|
306
|
+
left: -9999px;
|
|
307
|
+
width: 1px;
|
|
308
|
+
height: 1px;
|
|
309
|
+
overflow: hidden;
|
|
310
|
+
}
|
|
311
|
+
.xterm-dim {
|
|
312
|
+
opacity: 1 !important;
|
|
313
|
+
}
|
|
314
|
+
.xterm-underline-1 {
|
|
315
|
+
text-decoration: underline;
|
|
316
|
+
}
|
|
317
|
+
.xterm-underline-2 {
|
|
318
|
+
text-decoration: double underline;
|
|
319
|
+
}
|
|
320
|
+
.xterm-underline-3 {
|
|
321
|
+
text-decoration: wavy underline;
|
|
322
|
+
}
|
|
323
|
+
.xterm-underline-4 {
|
|
324
|
+
text-decoration: dotted underline;
|
|
325
|
+
}
|
|
326
|
+
.xterm-underline-5 {
|
|
327
|
+
text-decoration: dashed underline;
|
|
328
|
+
}
|
|
329
|
+
.xterm-overline {
|
|
330
|
+
text-decoration: overline;
|
|
331
|
+
}
|
|
332
|
+
.xterm-overline.xterm-underline-1 {
|
|
333
|
+
text-decoration: overline underline;
|
|
334
|
+
}
|
|
335
|
+
.xterm-overline.xterm-underline-2 {
|
|
336
|
+
text-decoration: overline double underline;
|
|
337
|
+
}
|
|
338
|
+
.xterm-overline.xterm-underline-3 {
|
|
339
|
+
text-decoration: overline wavy underline;
|
|
340
|
+
}
|
|
341
|
+
.xterm-overline.xterm-underline-4 {
|
|
342
|
+
text-decoration: overline dotted underline;
|
|
343
|
+
}
|
|
344
|
+
.xterm-overline.xterm-underline-5 {
|
|
345
|
+
text-decoration: overline dashed underline;
|
|
346
|
+
}
|
|
347
|
+
.xterm-strikethrough {
|
|
348
|
+
text-decoration: line-through;
|
|
349
|
+
}
|
|
350
|
+
.xterm-screen .xterm-decoration-container .xterm-decoration {
|
|
351
|
+
z-index: 6;
|
|
352
|
+
position: absolute;
|
|
353
|
+
}
|
|
354
|
+
.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
|
|
355
|
+
z-index: 7;
|
|
356
|
+
}
|
|
357
|
+
.xterm-decoration-overview-ruler {
|
|
358
|
+
z-index: 8;
|
|
359
|
+
position: absolute;
|
|
360
|
+
top: 0;
|
|
361
|
+
right: 0;
|
|
362
|
+
pointer-events: none;
|
|
363
|
+
}
|
|
364
|
+
.xterm-decoration-top {
|
|
365
|
+
z-index: 2;
|
|
366
|
+
position: relative;
|
|
367
|
+
}
|
|
368
|
+
/*! Bundled license information:
|
|
369
|
+
|
|
370
|
+
@xterm/xterm/css/xterm.css:
|
|
371
|
+
(**
|
|
372
|
+
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
373
|
+
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
374
|
+
* https://github.com/chjj/term.js
|
|
375
|
+
* @license MIT
|
|
376
|
+
*
|
|
377
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
378
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
379
|
+
* in the Software without restriction, including without limitation the rights
|
|
380
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
381
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
382
|
+
* furnished to do so, subject to the following conditions:
|
|
383
|
+
*
|
|
384
|
+
* The above copyright notice and this permission notice shall be included in
|
|
385
|
+
* all copies or substantial portions of the Software.
|
|
386
|
+
*
|
|
387
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
388
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
389
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
390
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
391
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
392
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
393
|
+
* THE SOFTWARE.
|
|
394
|
+
*
|
|
395
|
+
* Originally forked from (with the author's permission):
|
|
396
|
+
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
397
|
+
* http://bellard.org/jslinux/
|
|
398
|
+
* Copyright (c) 2011 Fabrice Bellard
|
|
399
|
+
* The original design remains. The terminal itself
|
|
400
|
+
* has been extended to include xterm CSI codes, among
|
|
401
|
+
* other features.
|
|
402
|
+
*)
|
|
403
|
+
*/
|
|
404
|
+
/*# sourceMappingURL=frontend.css.map */
|
|
405
|
+
`,document.head.appendChild(q)})();var We=Object.create,Ae=Object.defineProperty,Ne=Object.getOwnPropertyDescriptor,Te=Object.getOwnPropertyNames,Ue=Object.getPrototypeOf,je=Object.prototype.hasOwnProperty,Re=(z,q)=>function(){return q||(0,z[Te(z)[0]])((q={exports:{}}).exports,q),q.exports},$e=(z,q,G,$)=>{if(q&&typeof q=="object"||typeof q=="function")for(let U of Te(q))!je.call(z,U)&&U!==G&&Ae(z,U,{get:()=>q[U],enumerable:!($=Ne(q,U))||$.enumerable});return z},Be=(z,q,G)=>(G=z!=null?We(Ue(z)):{},$e(Ae(G,"default",{value:z,enumerable:!0}),z)),ze=Re({"../../node_modules/.pnpm/@xterm+xterm@5.5.0/node_modules/@xterm/xterm/lib/xterm.js"(z,q){(function(G,$){if(typeof z=="object"&&typeof q=="object")q.exports=$();else if(typeof define=="function"&&define.amd)define([],$);else{var U=$();for(var X in U)(typeof z=="object"?z:G)[X]=U[X]}})(globalThis,()=>(()=>{var G={4567:function(B,s,o){var h=this&&this.__decorate||function(e,i,a,p){var u,g=arguments.length,l=g<3?i:p===null?p=Object.getOwnPropertyDescriptor(i,a):p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,i,a,p);else for(var m=e.length-1;m>=0;m--)(u=e[m])&&(l=(g<3?u(l):g>3?u(i,a,l):u(i,a))||l);return g>3&&l&&Object.defineProperty(i,a,l),l},_=this&&this.__param||function(e,i){return function(a,p){i(a,p,e)}};Object.defineProperty(s,"__esModule",{value:!0}),s.AccessibilityManager=void 0;const n=o(9042),d=o(9924),f=o(844),v=o(4725),c=o(2585),t=o(3656);let r=s.AccessibilityManager=class extends f.Disposable{constructor(e,i,a,p){super(),this._terminal=e,this._coreBrowserService=a,this._renderService=p,this._rowColumns=new WeakMap,this._liveRegionLineCount=0,this._charsToConsume=[],this._charsToAnnounce="",this._accessibilityContainer=this._coreBrowserService.mainDocument.createElement("div"),this._accessibilityContainer.classList.add("xterm-accessibility"),this._rowContainer=this._coreBrowserService.mainDocument.createElement("div"),this._rowContainer.setAttribute("role","list"),this._rowContainer.classList.add("xterm-accessibility-tree"),this._rowElements=[];for(let u=0;u<this._terminal.rows;u++)this._rowElements[u]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[u]);if(this._topBoundaryFocusListener=u=>this._handleBoundaryFocus(u,0),this._bottomBoundaryFocusListener=u=>this._handleBoundaryFocus(u,1),this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions(),this._accessibilityContainer.appendChild(this._rowContainer),this._liveRegion=this._coreBrowserService.mainDocument.createElement("div"),this._liveRegion.classList.add("live-region"),this._liveRegion.setAttribute("aria-live","assertive"),this._accessibilityContainer.appendChild(this._liveRegion),this._liveRegionDebouncer=this.register(new d.TimeBasedDebouncer(this._renderRows.bind(this))),!this._terminal.element)throw new Error("Cannot enable accessibility before Terminal.open");this._terminal.element.insertAdjacentElement("afterbegin",this._accessibilityContainer),this.register(this._terminal.onResize(u=>this._handleResize(u.rows))),this.register(this._terminal.onRender(u=>this._refreshRows(u.start,u.end))),this.register(this._terminal.onScroll(()=>this._refreshRows())),this.register(this._terminal.onA11yChar(u=>this._handleChar(u))),this.register(this._terminal.onLineFeed(()=>this._handleChar(`
|
|
406
|
+
`))),this.register(this._terminal.onA11yTab(u=>this._handleTab(u))),this.register(this._terminal.onKey(u=>this._handleKey(u.key))),this.register(this._terminal.onBlur(()=>this._clearLiveRegion())),this.register(this._renderService.onDimensionsChange(()=>this._refreshRowsDimensions())),this.register((0,t.addDisposableDomListener)(document,"selectionchange",()=>this._handleSelectionChange())),this.register(this._coreBrowserService.onDprChange(()=>this._refreshRowsDimensions())),this._refreshRows(),this.register((0,f.toDisposable)(()=>{this._accessibilityContainer.remove(),this._rowElements.length=0}))}_handleTab(e){for(let i=0;i<e;i++)this._handleChar(" ")}_handleChar(e){this._liveRegionLineCount<21&&(this._charsToConsume.length>0?this._charsToConsume.shift()!==e&&(this._charsToAnnounce+=e):this._charsToAnnounce+=e,e===`
|
|
407
|
+
`&&(this._liveRegionLineCount++,this._liveRegionLineCount===21&&(this._liveRegion.textContent+=n.tooMuchOutput)))}_clearLiveRegion(){this._liveRegion.textContent="",this._liveRegionLineCount=0}_handleKey(e){this._clearLiveRegion(),/\p{Control}/u.test(e)||this._charsToConsume.push(e)}_refreshRows(e,i){this._liveRegionDebouncer.refresh(e,i,this._terminal.rows)}_renderRows(e,i){const a=this._terminal.buffer,p=a.lines.length.toString();for(let u=e;u<=i;u++){const g=a.lines.get(a.ydisp+u),l=[],m=g?.translateToString(!0,void 0,void 0,l)||"",E=(a.ydisp+u+1).toString(),x=this._rowElements[u];x&&(m.length===0?(x.innerText=" ",this._rowColumns.set(x,[0,1])):(x.textContent=m,this._rowColumns.set(x,l)),x.setAttribute("aria-posinset",E),x.setAttribute("aria-setsize",p))}this._announceCharacters()}_announceCharacters(){this._charsToAnnounce.length!==0&&(this._liveRegion.textContent+=this._charsToAnnounce,this._charsToAnnounce="")}_handleBoundaryFocus(e,i){const a=e.target,p=this._rowElements[i===0?1:this._rowElements.length-2];if(a.getAttribute("aria-posinset")===(i===0?"1":`${this._terminal.buffer.lines.length}`)||e.relatedTarget!==p)return;let u,g;if(i===0?(u=a,g=this._rowElements.pop(),this._rowContainer.removeChild(g)):(u=this._rowElements.shift(),g=a,this._rowContainer.removeChild(u)),u.removeEventListener("focus",this._topBoundaryFocusListener),g.removeEventListener("focus",this._bottomBoundaryFocusListener),i===0){const l=this._createAccessibilityTreeNode();this._rowElements.unshift(l),this._rowContainer.insertAdjacentElement("afterbegin",l)}else{const l=this._createAccessibilityTreeNode();this._rowElements.push(l),this._rowContainer.appendChild(l)}this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._terminal.scrollLines(i===0?-1:1),this._rowElements[i===0?1:this._rowElements.length-2].focus(),e.preventDefault(),e.stopImmediatePropagation()}_handleSelectionChange(){if(this._rowElements.length===0)return;const e=document.getSelection();if(!e)return;if(e.isCollapsed)return void(this._rowContainer.contains(e.anchorNode)&&this._terminal.clearSelection());if(!e.anchorNode||!e.focusNode)return void console.error("anchorNode and/or focusNode are null");let i={node:e.anchorNode,offset:e.anchorOffset},a={node:e.focusNode,offset:e.focusOffset};if((i.node.compareDocumentPosition(a.node)&Node.DOCUMENT_POSITION_PRECEDING||i.node===a.node&&i.offset>a.offset)&&([i,a]=[a,i]),i.node.compareDocumentPosition(this._rowElements[0])&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_FOLLOWING)&&(i={node:this._rowElements[0].childNodes[0],offset:0}),!this._rowContainer.contains(i.node))return;const p=this._rowElements.slice(-1)[0];if(a.node.compareDocumentPosition(p)&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_PRECEDING)&&(a={node:p,offset:p.textContent?.length??0}),!this._rowContainer.contains(a.node))return;const u=({node:m,offset:E})=>{const x=m instanceof Text?m.parentNode:m;let D=parseInt(x?.getAttribute("aria-posinset"),10)-1;if(isNaN(D))return console.warn("row is invalid. Race condition?"),null;const b=this._rowColumns.get(x);if(!b)return console.warn("columns is null. Race condition?"),null;let R=E<b.length?b[E]:b.slice(-1)[0]+1;return R>=this._terminal.cols&&(++D,R=0),{row:D,column:R}},g=u(i),l=u(a);if(g&&l){if(g.row>l.row||g.row===l.row&&g.column>=l.column)throw new Error("invalid range");this._terminal.select(g.column,g.row,(l.row-g.row)*this._terminal.cols-g.column+l.column)}}_handleResize(e){this._rowElements[this._rowElements.length-1].removeEventListener("focus",this._bottomBoundaryFocusListener);for(let i=this._rowContainer.children.length;i<this._terminal.rows;i++)this._rowElements[i]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[i]);for(;this._rowElements.length>e;)this._rowContainer.removeChild(this._rowElements.pop());this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions()}_createAccessibilityTreeNode(){const e=this._coreBrowserService.mainDocument.createElement("div");return e.setAttribute("role","listitem"),e.tabIndex=-1,this._refreshRowDimensions(e),e}_refreshRowsDimensions(){if(this._renderService.dimensions.css.cell.height){this._accessibilityContainer.style.width=`${this._renderService.dimensions.css.canvas.width}px`,this._rowElements.length!==this._terminal.rows&&this._handleResize(this._terminal.rows);for(let e=0;e<this._terminal.rows;e++)this._refreshRowDimensions(this._rowElements[e])}}_refreshRowDimensions(e){e.style.height=`${this._renderService.dimensions.css.cell.height}px`}};s.AccessibilityManager=r=h([_(1,c.IInstantiationService),_(2,v.ICoreBrowserService),_(3,v.IRenderService)],r)},3614:(B,s)=>{function o(d){return d.replace(/\r?\n/g,"\r")}function h(d,f){return f?"\x1B[200~"+d+"\x1B[201~":d}function _(d,f,v,c){d=h(d=o(d),v.decPrivateModes.bracketedPasteMode&&c.rawOptions.ignoreBracketedPasteMode!==!0),v.triggerDataEvent(d,!0),f.value=""}function n(d,f,v){const c=v.getBoundingClientRect(),t=d.clientX-c.left-10,r=d.clientY-c.top-10;f.style.width="20px",f.style.height="20px",f.style.left=`${t}px`,f.style.top=`${r}px`,f.style.zIndex="1000",f.focus()}Object.defineProperty(s,"__esModule",{value:!0}),s.rightClickHandler=s.moveTextAreaUnderMouseCursor=s.paste=s.handlePasteEvent=s.copyHandler=s.bracketTextForPaste=s.prepareTextForTerminal=void 0,s.prepareTextForTerminal=o,s.bracketTextForPaste=h,s.copyHandler=function(d,f){d.clipboardData&&d.clipboardData.setData("text/plain",f.selectionText),d.preventDefault()},s.handlePasteEvent=function(d,f,v,c){d.stopPropagation(),d.clipboardData&&_(d.clipboardData.getData("text/plain"),f,v,c)},s.paste=_,s.moveTextAreaUnderMouseCursor=n,s.rightClickHandler=function(d,f,v,c,t){n(d,f,v),t&&c.rightClickSelect(d),f.value=c.selectionText,f.select()}},7239:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.ColorContrastCache=void 0;const h=o(1505);s.ColorContrastCache=class{constructor(){this._color=new h.TwoKeyMap,this._css=new h.TwoKeyMap}setCss(_,n,d){this._css.set(_,n,d)}getCss(_,n){return this._css.get(_,n)}setColor(_,n,d){this._color.set(_,n,d)}getColor(_,n){return this._color.get(_,n)}clear(){this._color.clear(),this._css.clear()}}},3656:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.addDisposableDomListener=void 0,s.addDisposableDomListener=function(o,h,_,n){o.addEventListener(h,_,n);let d=!1;return{dispose:()=>{d||(d=!0,o.removeEventListener(h,_,n))}}}},3551:function(B,s,o){var h=this&&this.__decorate||function(r,e,i,a){var p,u=arguments.length,g=u<3?e:a===null?a=Object.getOwnPropertyDescriptor(e,i):a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")g=Reflect.decorate(r,e,i,a);else for(var l=r.length-1;l>=0;l--)(p=r[l])&&(g=(u<3?p(g):u>3?p(e,i,g):p(e,i))||g);return u>3&&g&&Object.defineProperty(e,i,g),g},_=this&&this.__param||function(r,e){return function(i,a){e(i,a,r)}};Object.defineProperty(s,"__esModule",{value:!0}),s.Linkifier=void 0;const n=o(3656),d=o(8460),f=o(844),v=o(2585),c=o(4725);let t=s.Linkifier=class extends f.Disposable{get currentLink(){return this._currentLink}constructor(r,e,i,a,p){super(),this._element=r,this._mouseService=e,this._renderService=i,this._bufferService=a,this._linkProviderService=p,this._linkCacheDisposables=[],this._isMouseOut=!0,this._wasResized=!1,this._activeLine=-1,this._onShowLinkUnderline=this.register(new d.EventEmitter),this.onShowLinkUnderline=this._onShowLinkUnderline.event,this._onHideLinkUnderline=this.register(new d.EventEmitter),this.onHideLinkUnderline=this._onHideLinkUnderline.event,this.register((0,f.getDisposeArrayDisposable)(this._linkCacheDisposables)),this.register((0,f.toDisposable)(()=>{this._lastMouseEvent=void 0,this._activeProviderReplies?.clear()})),this.register(this._bufferService.onResize(()=>{this._clearCurrentLink(),this._wasResized=!0})),this.register((0,n.addDisposableDomListener)(this._element,"mouseleave",()=>{this._isMouseOut=!0,this._clearCurrentLink()})),this.register((0,n.addDisposableDomListener)(this._element,"mousemove",this._handleMouseMove.bind(this))),this.register((0,n.addDisposableDomListener)(this._element,"mousedown",this._handleMouseDown.bind(this))),this.register((0,n.addDisposableDomListener)(this._element,"mouseup",this._handleMouseUp.bind(this)))}_handleMouseMove(r){this._lastMouseEvent=r;const e=this._positionFromMouseEvent(r,this._element,this._mouseService);if(!e)return;this._isMouseOut=!1;const i=r.composedPath();for(let a=0;a<i.length;a++){const p=i[a];if(p.classList.contains("xterm"))break;if(p.classList.contains("xterm-hover"))return}this._lastBufferCell&&e.x===this._lastBufferCell.x&&e.y===this._lastBufferCell.y||(this._handleHover(e),this._lastBufferCell=e)}_handleHover(r){if(this._activeLine!==r.y||this._wasResized)return this._clearCurrentLink(),this._askForLink(r,!1),void(this._wasResized=!1);this._currentLink&&this._linkAtPosition(this._currentLink.link,r)||(this._clearCurrentLink(),this._askForLink(r,!0))}_askForLink(r,e){this._activeProviderReplies&&e||(this._activeProviderReplies?.forEach(a=>{a?.forEach(p=>{p.link.dispose&&p.link.dispose()})}),this._activeProviderReplies=new Map,this._activeLine=r.y);let i=!1;for(const[a,p]of this._linkProviderService.linkProviders.entries())e?this._activeProviderReplies?.get(a)&&(i=this._checkLinkProviderResult(a,r,i)):p.provideLinks(r.y,u=>{if(this._isMouseOut)return;const g=u?.map(l=>({link:l}));this._activeProviderReplies?.set(a,g),i=this._checkLinkProviderResult(a,r,i),this._activeProviderReplies?.size===this._linkProviderService.linkProviders.length&&this._removeIntersectingLinks(r.y,this._activeProviderReplies)})}_removeIntersectingLinks(r,e){const i=new Set;for(let a=0;a<e.size;a++){const p=e.get(a);if(p)for(let u=0;u<p.length;u++){const g=p[u],l=g.link.range.start.y<r?0:g.link.range.start.x,m=g.link.range.end.y>r?this._bufferService.cols:g.link.range.end.x;for(let E=l;E<=m;E++){if(i.has(E)){p.splice(u--,1);break}i.add(E)}}}}_checkLinkProviderResult(r,e,i){if(!this._activeProviderReplies)return i;const a=this._activeProviderReplies.get(r);let p=!1;for(let u=0;u<r;u++)this._activeProviderReplies.has(u)&&!this._activeProviderReplies.get(u)||(p=!0);if(!p&&a){const u=a.find(g=>this._linkAtPosition(g.link,e));u&&(i=!0,this._handleNewLink(u))}if(this._activeProviderReplies.size===this._linkProviderService.linkProviders.length&&!i)for(let u=0;u<this._activeProviderReplies.size;u++){const g=this._activeProviderReplies.get(u)?.find(l=>this._linkAtPosition(l.link,e));if(g){i=!0,this._handleNewLink(g);break}}return i}_handleMouseDown(){this._mouseDownLink=this._currentLink}_handleMouseUp(r){if(!this._currentLink)return;const e=this._positionFromMouseEvent(r,this._element,this._mouseService);e&&this._mouseDownLink===this._currentLink&&this._linkAtPosition(this._currentLink.link,e)&&this._currentLink.link.activate(r,this._currentLink.link.text)}_clearCurrentLink(r,e){this._currentLink&&this._lastMouseEvent&&(!r||!e||this._currentLink.link.range.start.y>=r&&this._currentLink.link.range.end.y<=e)&&(this._linkLeave(this._element,this._currentLink.link,this._lastMouseEvent),this._currentLink=void 0,(0,f.disposeArray)(this._linkCacheDisposables))}_handleNewLink(r){if(!this._lastMouseEvent)return;const e=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);e&&this._linkAtPosition(r.link,e)&&(this._currentLink=r,this._currentLink.state={decorations:{underline:r.link.decorations===void 0||r.link.decorations.underline,pointerCursor:r.link.decorations===void 0||r.link.decorations.pointerCursor},isHovered:!0},this._linkHover(this._element,r.link,this._lastMouseEvent),r.link.decorations={},Object.defineProperties(r.link.decorations,{pointerCursor:{get:()=>this._currentLink?.state?.decorations.pointerCursor,set:i=>{this._currentLink?.state&&this._currentLink.state.decorations.pointerCursor!==i&&(this._currentLink.state.decorations.pointerCursor=i,this._currentLink.state.isHovered&&this._element.classList.toggle("xterm-cursor-pointer",i))}},underline:{get:()=>this._currentLink?.state?.decorations.underline,set:i=>{this._currentLink?.state&&this._currentLink?.state?.decorations.underline!==i&&(this._currentLink.state.decorations.underline=i,this._currentLink.state.isHovered&&this._fireUnderlineEvent(r.link,i))}}}),this._linkCacheDisposables.push(this._renderService.onRenderedViewportChange(i=>{if(!this._currentLink)return;const a=i.start===0?0:i.start+1+this._bufferService.buffer.ydisp,p=this._bufferService.buffer.ydisp+1+i.end;if(this._currentLink.link.range.start.y>=a&&this._currentLink.link.range.end.y<=p&&(this._clearCurrentLink(a,p),this._lastMouseEvent)){const u=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);u&&this._askForLink(u,!1)}})))}_linkHover(r,e,i){this._currentLink?.state&&(this._currentLink.state.isHovered=!0,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(e,!0),this._currentLink.state.decorations.pointerCursor&&r.classList.add("xterm-cursor-pointer")),e.hover&&e.hover(i,e.text)}_fireUnderlineEvent(r,e){const i=r.range,a=this._bufferService.buffer.ydisp,p=this._createLinkUnderlineEvent(i.start.x-1,i.start.y-a-1,i.end.x,i.end.y-a-1,void 0);(e?this._onShowLinkUnderline:this._onHideLinkUnderline).fire(p)}_linkLeave(r,e,i){this._currentLink?.state&&(this._currentLink.state.isHovered=!1,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(e,!1),this._currentLink.state.decorations.pointerCursor&&r.classList.remove("xterm-cursor-pointer")),e.leave&&e.leave(i,e.text)}_linkAtPosition(r,e){const i=r.range.start.y*this._bufferService.cols+r.range.start.x,a=r.range.end.y*this._bufferService.cols+r.range.end.x,p=e.y*this._bufferService.cols+e.x;return i<=p&&p<=a}_positionFromMouseEvent(r,e,i){const a=i.getCoords(r,e,this._bufferService.cols,this._bufferService.rows);if(a)return{x:a[0],y:a[1]+this._bufferService.buffer.ydisp}}_createLinkUnderlineEvent(r,e,i,a,p){return{x1:r,y1:e,x2:i,y2:a,cols:this._bufferService.cols,fg:p}}};s.Linkifier=t=h([_(1,c.IMouseService),_(2,c.IRenderService),_(3,v.IBufferService),_(4,c.ILinkProviderService)],t)},9042:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.tooMuchOutput=s.promptLabel=void 0,s.promptLabel="Terminal input",s.tooMuchOutput="Too much output to announce, navigate to rows manually to read"},3730:function(B,s,o){var h=this&&this.__decorate||function(c,t,r,e){var i,a=arguments.length,p=a<3?t:e===null?e=Object.getOwnPropertyDescriptor(t,r):e;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,t,r,e);else for(var u=c.length-1;u>=0;u--)(i=c[u])&&(p=(a<3?i(p):a>3?i(t,r,p):i(t,r))||p);return a>3&&p&&Object.defineProperty(t,r,p),p},_=this&&this.__param||function(c,t){return function(r,e){t(r,e,c)}};Object.defineProperty(s,"__esModule",{value:!0}),s.OscLinkProvider=void 0;const n=o(511),d=o(2585);let f=s.OscLinkProvider=class{constructor(c,t,r){this._bufferService=c,this._optionsService=t,this._oscLinkService=r}provideLinks(c,t){const r=this._bufferService.buffer.lines.get(c-1);if(!r)return void t(void 0);const e=[],i=this._optionsService.rawOptions.linkHandler,a=new n.CellData,p=r.getTrimmedLength();let u=-1,g=-1,l=!1;for(let m=0;m<p;m++)if(g!==-1||r.hasContent(m)){if(r.loadCell(m,a),a.hasExtendedAttrs()&&a.extended.urlId){if(g===-1){g=m,u=a.extended.urlId;continue}l=a.extended.urlId!==u}else g!==-1&&(l=!0);if(l||g!==-1&&m===p-1){const E=this._oscLinkService.getLinkData(u)?.uri;if(E){const x={start:{x:g+1,y:c},end:{x:m+(l||m!==p-1?0:1),y:c}};let D=!1;if(!i?.allowNonHttpProtocols)try{const b=new URL(E);["http:","https:"].includes(b.protocol)||(D=!0)}catch{D=!0}D||e.push({text:E,range:x,activate:(b,R)=>i?i.activate(b,R,x):v(0,R),hover:(b,R)=>i?.hover?.(b,R,x),leave:(b,R)=>i?.leave?.(b,R,x)})}l=!1,a.hasExtendedAttrs()&&a.extended.urlId?(g=m,u=a.extended.urlId):(g=-1,u=-1)}}t(e)}};function v(c,t){if(confirm(`Do you want to navigate to ${t}?
|
|
408
|
+
|
|
409
|
+
WARNING: This link could potentially be dangerous`)){const r=window.open();if(r){try{r.opener=null}catch{}r.location.href=t}else console.warn("Opening link blocked as opener could not be cleared")}}s.OscLinkProvider=f=h([_(0,d.IBufferService),_(1,d.IOptionsService),_(2,d.IOscLinkService)],f)},6193:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.RenderDebouncer=void 0,s.RenderDebouncer=class{constructor(o,h){this._renderCallback=o,this._coreBrowserService=h,this._refreshCallbacks=[]}dispose(){this._animationFrame&&(this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)}addRefreshCallback(o){return this._refreshCallbacks.push(o),this._animationFrame||(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>this._innerRefresh())),this._animationFrame}refresh(o,h,_){this._rowCount=_,o=o!==void 0?o:0,h=h!==void 0?h:this._rowCount-1,this._rowStart=this._rowStart!==void 0?Math.min(this._rowStart,o):o,this._rowEnd=this._rowEnd!==void 0?Math.max(this._rowEnd,h):h,this._animationFrame||(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>this._innerRefresh()))}_innerRefresh(){if(this._animationFrame=void 0,this._rowStart===void 0||this._rowEnd===void 0||this._rowCount===void 0)return void this._runRefreshCallbacks();const o=Math.max(this._rowStart,0),h=Math.min(this._rowEnd,this._rowCount-1);this._rowStart=void 0,this._rowEnd=void 0,this._renderCallback(o,h),this._runRefreshCallbacks()}_runRefreshCallbacks(){for(const o of this._refreshCallbacks)o(0);this._refreshCallbacks=[]}}},3236:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.Terminal=void 0;const h=o(3614),_=o(3656),n=o(3551),d=o(9042),f=o(3730),v=o(1680),c=o(3107),t=o(5744),r=o(2950),e=o(1296),i=o(428),a=o(4269),p=o(5114),u=o(8934),g=o(3230),l=o(9312),m=o(4725),E=o(6731),x=o(8055),D=o(8969),b=o(8460),R=o(844),M=o(6114),P=o(8437),N=o(2584),I=o(7399),S=o(5941),w=o(9074),y=o(2585),k=o(5435),T=o(4567),H=o(779);class j extends D.CoreTerminal{get onFocus(){return this._onFocus.event}get onBlur(){return this._onBlur.event}get onA11yChar(){return this._onA11yCharEmitter.event}get onA11yTab(){return this._onA11yTabEmitter.event}get onWillOpen(){return this._onWillOpen.event}constructor(L={}){super(L),this.browser=M,this._keyDownHandled=!1,this._keyDownSeen=!1,this._keyPressHandled=!1,this._unprocessedDeadKey=!1,this._accessibilityManager=this.register(new R.MutableDisposable),this._onCursorMove=this.register(new b.EventEmitter),this.onCursorMove=this._onCursorMove.event,this._onKey=this.register(new b.EventEmitter),this.onKey=this._onKey.event,this._onRender=this.register(new b.EventEmitter),this.onRender=this._onRender.event,this._onSelectionChange=this.register(new b.EventEmitter),this.onSelectionChange=this._onSelectionChange.event,this._onTitleChange=this.register(new b.EventEmitter),this.onTitleChange=this._onTitleChange.event,this._onBell=this.register(new b.EventEmitter),this.onBell=this._onBell.event,this._onFocus=this.register(new b.EventEmitter),this._onBlur=this.register(new b.EventEmitter),this._onA11yCharEmitter=this.register(new b.EventEmitter),this._onA11yTabEmitter=this.register(new b.EventEmitter),this._onWillOpen=this.register(new b.EventEmitter),this._setup(),this._decorationService=this._instantiationService.createInstance(w.DecorationService),this._instantiationService.setService(y.IDecorationService,this._decorationService),this._linkProviderService=this._instantiationService.createInstance(H.LinkProviderService),this._instantiationService.setService(m.ILinkProviderService,this._linkProviderService),this._linkProviderService.registerLinkProvider(this._instantiationService.createInstance(f.OscLinkProvider)),this.register(this._inputHandler.onRequestBell(()=>this._onBell.fire())),this.register(this._inputHandler.onRequestRefreshRows((C,A)=>this.refresh(C,A))),this.register(this._inputHandler.onRequestSendFocus(()=>this._reportFocus())),this.register(this._inputHandler.onRequestReset(()=>this.reset())),this.register(this._inputHandler.onRequestWindowsOptionsReport(C=>this._reportWindowsOptions(C))),this.register(this._inputHandler.onColor(C=>this._handleColorEvent(C))),this.register((0,b.forwardEvent)(this._inputHandler.onCursorMove,this._onCursorMove)),this.register((0,b.forwardEvent)(this._inputHandler.onTitleChange,this._onTitleChange)),this.register((0,b.forwardEvent)(this._inputHandler.onA11yChar,this._onA11yCharEmitter)),this.register((0,b.forwardEvent)(this._inputHandler.onA11yTab,this._onA11yTabEmitter)),this.register(this._bufferService.onResize(C=>this._afterResize(C.cols,C.rows))),this.register((0,R.toDisposable)(()=>{this._customKeyEventHandler=void 0,this.element?.parentNode?.removeChild(this.element)}))}_handleColorEvent(L){if(this._themeService)for(const C of L){let A,O="";switch(C.index){case 256:A="foreground",O="10";break;case 257:A="background",O="11";break;case 258:A="cursor",O="12";break;default:A="ansi",O="4;"+C.index}switch(C.type){case 0:const W=x.color.toColorRGB(A==="ansi"?this._themeService.colors.ansi[C.index]:this._themeService.colors[A]);this.coreService.triggerDataEvent(`${N.C0.ESC}]${O};${(0,S.toRgbString)(W)}${N.C1_ESCAPED.ST}`);break;case 1:if(A==="ansi")this._themeService.modifyColors(F=>F.ansi[C.index]=x.channels.toColor(...C.color));else{const F=A;this._themeService.modifyColors(J=>J[F]=x.channels.toColor(...C.color))}break;case 2:this._themeService.restoreColor(C.index)}}}_setup(){super._setup(),this._customKeyEventHandler=void 0}get buffer(){return this.buffers.active}focus(){this.textarea&&this.textarea.focus({preventScroll:!0})}_handleScreenReaderModeOptionChange(L){L?!this._accessibilityManager.value&&this._renderService&&(this._accessibilityManager.value=this._instantiationService.createInstance(T.AccessibilityManager,this)):this._accessibilityManager.clear()}_handleTextAreaFocus(L){this.coreService.decPrivateModes.sendFocus&&this.coreService.triggerDataEvent(N.C0.ESC+"[I"),this.element.classList.add("focus"),this._showCursor(),this._onFocus.fire()}blur(){return this.textarea?.blur()}_handleTextAreaBlur(){this.textarea.value="",this.refresh(this.buffer.y,this.buffer.y),this.coreService.decPrivateModes.sendFocus&&this.coreService.triggerDataEvent(N.C0.ESC+"[O"),this.element.classList.remove("focus"),this._onBlur.fire()}_syncTextArea(){if(!this.textarea||!this.buffer.isCursorInViewport||this._compositionHelper.isComposing||!this._renderService)return;const L=this.buffer.ybase+this.buffer.y,C=this.buffer.lines.get(L);if(!C)return;const A=Math.min(this.buffer.x,this.cols-1),O=this._renderService.dimensions.css.cell.height,W=C.getWidth(A),F=this._renderService.dimensions.css.cell.width*W,J=this.buffer.y*this._renderService.dimensions.css.cell.height,ee=A*this._renderService.dimensions.css.cell.width;this.textarea.style.left=ee+"px",this.textarea.style.top=J+"px",this.textarea.style.width=F+"px",this.textarea.style.height=O+"px",this.textarea.style.lineHeight=O+"px",this.textarea.style.zIndex="-5"}_initGlobal(){this._bindKeys(),this.register((0,_.addDisposableDomListener)(this.element,"copy",C=>{this.hasSelection()&&(0,h.copyHandler)(C,this._selectionService)}));const L=C=>(0,h.handlePasteEvent)(C,this.textarea,this.coreService,this.optionsService);this.register((0,_.addDisposableDomListener)(this.textarea,"paste",L)),this.register((0,_.addDisposableDomListener)(this.element,"paste",L)),M.isFirefox?this.register((0,_.addDisposableDomListener)(this.element,"mousedown",C=>{C.button===2&&(0,h.rightClickHandler)(C,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)})):this.register((0,_.addDisposableDomListener)(this.element,"contextmenu",C=>{(0,h.rightClickHandler)(C,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)})),M.isLinux&&this.register((0,_.addDisposableDomListener)(this.element,"auxclick",C=>{C.button===1&&(0,h.moveTextAreaUnderMouseCursor)(C,this.textarea,this.screenElement)}))}_bindKeys(){this.register((0,_.addDisposableDomListener)(this.textarea,"keyup",L=>this._keyUp(L),!0)),this.register((0,_.addDisposableDomListener)(this.textarea,"keydown",L=>this._keyDown(L),!0)),this.register((0,_.addDisposableDomListener)(this.textarea,"keypress",L=>this._keyPress(L),!0)),this.register((0,_.addDisposableDomListener)(this.textarea,"compositionstart",()=>this._compositionHelper.compositionstart())),this.register((0,_.addDisposableDomListener)(this.textarea,"compositionupdate",L=>this._compositionHelper.compositionupdate(L))),this.register((0,_.addDisposableDomListener)(this.textarea,"compositionend",()=>this._compositionHelper.compositionend())),this.register((0,_.addDisposableDomListener)(this.textarea,"input",L=>this._inputEvent(L),!0)),this.register(this.onRender(()=>this._compositionHelper.updateCompositionElements()))}open(L){if(!L)throw new Error("Terminal requires a parent element.");if(L.isConnected||this._logService.debug("Terminal.open was called on an element that was not attached to the DOM"),this.element?.ownerDocument.defaultView&&this._coreBrowserService)return void(this.element.ownerDocument.defaultView!==this._coreBrowserService.window&&(this._coreBrowserService.window=this.element.ownerDocument.defaultView));this._document=L.ownerDocument,this.options.documentOverride&&this.options.documentOverride instanceof Document&&(this._document=this.optionsService.rawOptions.documentOverride),this.element=this._document.createElement("div"),this.element.dir="ltr",this.element.classList.add("terminal"),this.element.classList.add("xterm"),L.appendChild(this.element);const C=this._document.createDocumentFragment();this._viewportElement=this._document.createElement("div"),this._viewportElement.classList.add("xterm-viewport"),C.appendChild(this._viewportElement),this._viewportScrollArea=this._document.createElement("div"),this._viewportScrollArea.classList.add("xterm-scroll-area"),this._viewportElement.appendChild(this._viewportScrollArea),this.screenElement=this._document.createElement("div"),this.screenElement.classList.add("xterm-screen"),this.register((0,_.addDisposableDomListener)(this.screenElement,"mousemove",A=>this.updateCursorStyle(A))),this._helperContainer=this._document.createElement("div"),this._helperContainer.classList.add("xterm-helpers"),this.screenElement.appendChild(this._helperContainer),C.appendChild(this.screenElement),this.textarea=this._document.createElement("textarea"),this.textarea.classList.add("xterm-helper-textarea"),this.textarea.setAttribute("aria-label",d.promptLabel),M.isChromeOS||this.textarea.setAttribute("aria-multiline","false"),this.textarea.setAttribute("autocorrect","off"),this.textarea.setAttribute("autocapitalize","off"),this.textarea.setAttribute("spellcheck","false"),this.textarea.tabIndex=0,this._coreBrowserService=this.register(this._instantiationService.createInstance(p.CoreBrowserService,this.textarea,L.ownerDocument.defaultView??window,this._document??typeof window<"u"?window.document:null)),this._instantiationService.setService(m.ICoreBrowserService,this._coreBrowserService),this.register((0,_.addDisposableDomListener)(this.textarea,"focus",A=>this._handleTextAreaFocus(A))),this.register((0,_.addDisposableDomListener)(this.textarea,"blur",()=>this._handleTextAreaBlur())),this._helperContainer.appendChild(this.textarea),this._charSizeService=this._instantiationService.createInstance(i.CharSizeService,this._document,this._helperContainer),this._instantiationService.setService(m.ICharSizeService,this._charSizeService),this._themeService=this._instantiationService.createInstance(E.ThemeService),this._instantiationService.setService(m.IThemeService,this._themeService),this._characterJoinerService=this._instantiationService.createInstance(a.CharacterJoinerService),this._instantiationService.setService(m.ICharacterJoinerService,this._characterJoinerService),this._renderService=this.register(this._instantiationService.createInstance(g.RenderService,this.rows,this.screenElement)),this._instantiationService.setService(m.IRenderService,this._renderService),this.register(this._renderService.onRenderedViewportChange(A=>this._onRender.fire(A))),this.onResize(A=>this._renderService.resize(A.cols,A.rows)),this._compositionView=this._document.createElement("div"),this._compositionView.classList.add("composition-view"),this._compositionHelper=this._instantiationService.createInstance(r.CompositionHelper,this.textarea,this._compositionView),this._helperContainer.appendChild(this._compositionView),this._mouseService=this._instantiationService.createInstance(u.MouseService),this._instantiationService.setService(m.IMouseService,this._mouseService),this.linkifier=this.register(this._instantiationService.createInstance(n.Linkifier,this.screenElement)),this.element.appendChild(C);try{this._onWillOpen.fire(this.element)}catch{}this._renderService.hasRenderer()||this._renderService.setRenderer(this._createRenderer()),this.viewport=this._instantiationService.createInstance(v.Viewport,this._viewportElement,this._viewportScrollArea),this.viewport.onRequestScrollLines(A=>this.scrollLines(A.amount,A.suppressScrollEvent,1)),this.register(this._inputHandler.onRequestSyncScrollBar(()=>this.viewport.syncScrollArea())),this.register(this.viewport),this.register(this.onCursorMove(()=>{this._renderService.handleCursorMove(),this._syncTextArea()})),this.register(this.onResize(()=>this._renderService.handleResize(this.cols,this.rows))),this.register(this.onBlur(()=>this._renderService.handleBlur())),this.register(this.onFocus(()=>this._renderService.handleFocus())),this.register(this._renderService.onDimensionsChange(()=>this.viewport.syncScrollArea())),this._selectionService=this.register(this._instantiationService.createInstance(l.SelectionService,this.element,this.screenElement,this.linkifier)),this._instantiationService.setService(m.ISelectionService,this._selectionService),this.register(this._selectionService.onRequestScrollLines(A=>this.scrollLines(A.amount,A.suppressScrollEvent))),this.register(this._selectionService.onSelectionChange(()=>this._onSelectionChange.fire())),this.register(this._selectionService.onRequestRedraw(A=>this._renderService.handleSelectionChanged(A.start,A.end,A.columnSelectMode))),this.register(this._selectionService.onLinuxMouseSelection(A=>{this.textarea.value=A,this.textarea.focus(),this.textarea.select()})),this.register(this._onScroll.event(A=>{this.viewport.syncScrollArea(),this._selectionService.refresh()})),this.register((0,_.addDisposableDomListener)(this._viewportElement,"scroll",()=>this._selectionService.refresh())),this.register(this._instantiationService.createInstance(c.BufferDecorationRenderer,this.screenElement)),this.register((0,_.addDisposableDomListener)(this.element,"mousedown",A=>this._selectionService.handleMouseDown(A))),this.coreMouseService.areMouseEventsActive?(this._selectionService.disable(),this.element.classList.add("enable-mouse-events")):this._selectionService.enable(),this.options.screenReaderMode&&(this._accessibilityManager.value=this._instantiationService.createInstance(T.AccessibilityManager,this)),this.register(this.optionsService.onSpecificOptionChange("screenReaderMode",A=>this._handleScreenReaderModeOptionChange(A))),this.options.overviewRulerWidth&&(this._overviewRulerRenderer=this.register(this._instantiationService.createInstance(t.OverviewRulerRenderer,this._viewportElement,this.screenElement))),this.optionsService.onSpecificOptionChange("overviewRulerWidth",A=>{!this._overviewRulerRenderer&&A&&this._viewportElement&&this.screenElement&&(this._overviewRulerRenderer=this.register(this._instantiationService.createInstance(t.OverviewRulerRenderer,this._viewportElement,this.screenElement)))}),this._charSizeService.measure(),this.refresh(0,this.rows-1),this._initGlobal(),this.bindMouse()}_createRenderer(){return this._instantiationService.createInstance(e.DomRenderer,this,this._document,this.element,this.screenElement,this._viewportElement,this._helperContainer,this.linkifier)}bindMouse(){const L=this,C=this.element;function A(F){const J=L._mouseService.getMouseReportCoords(F,L.screenElement);if(!J)return!1;let ee,te;switch(F.overrideType||F.type){case"mousemove":te=32,F.buttons===void 0?(ee=3,F.button!==void 0&&(ee=F.button<3?F.button:3)):ee=1&F.buttons?0:4&F.buttons?1:2&F.buttons?2:3;break;case"mouseup":te=0,ee=F.button<3?F.button:3;break;case"mousedown":te=1,ee=F.button<3?F.button:3;break;case"wheel":if(L._customWheelEventHandler&&L._customWheelEventHandler(F)===!1||L.viewport.getLinesScrolled(F)===0)return!1;te=F.deltaY<0?0:1,ee=4;break;default:return!1}return!(te===void 0||ee===void 0||ee>4)&&L.coreMouseService.triggerMouseEvent({col:J.col,row:J.row,x:J.x,y:J.y,button:ee,action:te,ctrl:F.ctrlKey,alt:F.altKey,shift:F.shiftKey})}const O={mouseup:null,wheel:null,mousedrag:null,mousemove:null},W={mouseup:F=>(A(F),F.buttons||(this._document.removeEventListener("mouseup",O.mouseup),O.mousedrag&&this._document.removeEventListener("mousemove",O.mousedrag)),this.cancel(F)),wheel:F=>(A(F),this.cancel(F,!0)),mousedrag:F=>{F.buttons&&A(F)},mousemove:F=>{F.buttons||A(F)}};this.register(this.coreMouseService.onProtocolChange(F=>{F?(this.optionsService.rawOptions.logLevel==="debug"&&this._logService.debug("Binding to mouse events:",this.coreMouseService.explainEvents(F)),this.element.classList.add("enable-mouse-events"),this._selectionService.disable()):(this._logService.debug("Unbinding from mouse events."),this.element.classList.remove("enable-mouse-events"),this._selectionService.enable()),8&F?O.mousemove||(C.addEventListener("mousemove",W.mousemove),O.mousemove=W.mousemove):(C.removeEventListener("mousemove",O.mousemove),O.mousemove=null),16&F?O.wheel||(C.addEventListener("wheel",W.wheel,{passive:!1}),O.wheel=W.wheel):(C.removeEventListener("wheel",O.wheel),O.wheel=null),2&F?O.mouseup||(O.mouseup=W.mouseup):(this._document.removeEventListener("mouseup",O.mouseup),O.mouseup=null),4&F?O.mousedrag||(O.mousedrag=W.mousedrag):(this._document.removeEventListener("mousemove",O.mousedrag),O.mousedrag=null)})),this.coreMouseService.activeProtocol=this.coreMouseService.activeProtocol,this.register((0,_.addDisposableDomListener)(C,"mousedown",F=>{if(F.preventDefault(),this.focus(),this.coreMouseService.areMouseEventsActive&&!this._selectionService.shouldForceSelection(F))return A(F),O.mouseup&&this._document.addEventListener("mouseup",O.mouseup),O.mousedrag&&this._document.addEventListener("mousemove",O.mousedrag),this.cancel(F)})),this.register((0,_.addDisposableDomListener)(C,"wheel",F=>{if(!O.wheel){if(this._customWheelEventHandler&&this._customWheelEventHandler(F)===!1)return!1;if(!this.buffer.hasScrollback){const J=this.viewport.getLinesScrolled(F);if(J===0)return;const ee=N.C0.ESC+(this.coreService.decPrivateModes.applicationCursorKeys?"O":"[")+(F.deltaY<0?"A":"B");let te="";for(let re=0;re<Math.abs(J);re++)te+=ee;return this.coreService.triggerDataEvent(te,!0),this.cancel(F,!0)}return this.viewport.handleWheel(F)?this.cancel(F):void 0}},{passive:!1})),this.register((0,_.addDisposableDomListener)(C,"touchstart",F=>{if(!this.coreMouseService.areMouseEventsActive)return this.viewport.handleTouchStart(F),this.cancel(F)},{passive:!0})),this.register((0,_.addDisposableDomListener)(C,"touchmove",F=>{if(!this.coreMouseService.areMouseEventsActive)return this.viewport.handleTouchMove(F)?void 0:this.cancel(F)},{passive:!1}))}refresh(L,C){this._renderService?.refreshRows(L,C)}updateCursorStyle(L){this._selectionService?.shouldColumnSelect(L)?this.element.classList.add("column-select"):this.element.classList.remove("column-select")}_showCursor(){this.coreService.isCursorInitialized||(this.coreService.isCursorInitialized=!0,this.refresh(this.buffer.y,this.buffer.y))}scrollLines(L,C,A=0){A===1?(super.scrollLines(L,C,A),this.refresh(0,this.rows-1)):this.viewport?.scrollLines(L)}paste(L){(0,h.paste)(L,this.textarea,this.coreService,this.optionsService)}attachCustomKeyEventHandler(L){this._customKeyEventHandler=L}attachCustomWheelEventHandler(L){this._customWheelEventHandler=L}registerLinkProvider(L){return this._linkProviderService.registerLinkProvider(L)}registerCharacterJoiner(L){if(!this._characterJoinerService)throw new Error("Terminal must be opened first");const C=this._characterJoinerService.register(L);return this.refresh(0,this.rows-1),C}deregisterCharacterJoiner(L){if(!this._characterJoinerService)throw new Error("Terminal must be opened first");this._characterJoinerService.deregister(L)&&this.refresh(0,this.rows-1)}get markers(){return this.buffer.markers}registerMarker(L){return this.buffer.addMarker(this.buffer.ybase+this.buffer.y+L)}registerDecoration(L){return this._decorationService.registerDecoration(L)}hasSelection(){return!!this._selectionService&&this._selectionService.hasSelection}select(L,C,A){this._selectionService.setSelection(L,C,A)}getSelection(){return this._selectionService?this._selectionService.selectionText:""}getSelectionPosition(){if(this._selectionService&&this._selectionService.hasSelection)return{start:{x:this._selectionService.selectionStart[0],y:this._selectionService.selectionStart[1]},end:{x:this._selectionService.selectionEnd[0],y:this._selectionService.selectionEnd[1]}}}clearSelection(){this._selectionService?.clearSelection()}selectAll(){this._selectionService?.selectAll()}selectLines(L,C){this._selectionService?.selectLines(L,C)}_keyDown(L){if(this._keyDownHandled=!1,this._keyDownSeen=!0,this._customKeyEventHandler&&this._customKeyEventHandler(L)===!1)return!1;const C=this.browser.isMac&&this.options.macOptionIsMeta&&L.altKey;if(!C&&!this._compositionHelper.keydown(L))return this.options.scrollOnUserInput&&this.buffer.ybase!==this.buffer.ydisp&&this.scrollToBottom(),!1;C||L.key!=="Dead"&&L.key!=="AltGraph"||(this._unprocessedDeadKey=!0);const A=(0,I.evaluateKeyboardEvent)(L,this.coreService.decPrivateModes.applicationCursorKeys,this.browser.isMac,this.options.macOptionIsMeta);if(this.updateCursorStyle(L),A.type===3||A.type===2){const O=this.rows-1;return this.scrollLines(A.type===2?-O:O),this.cancel(L,!0)}return A.type===1&&this.selectAll(),!!this._isThirdLevelShift(this.browser,L)||(A.cancel&&this.cancel(L,!0),!A.key||!!(L.key&&!L.ctrlKey&&!L.altKey&&!L.metaKey&&L.key.length===1&&L.key.charCodeAt(0)>=65&&L.key.charCodeAt(0)<=90)||(this._unprocessedDeadKey?(this._unprocessedDeadKey=!1,!0):(A.key!==N.C0.ETX&&A.key!==N.C0.CR||(this.textarea.value=""),this._onKey.fire({key:A.key,domEvent:L}),this._showCursor(),this.coreService.triggerDataEvent(A.key,!0),!this.optionsService.rawOptions.screenReaderMode||L.altKey||L.ctrlKey?this.cancel(L,!0):void(this._keyDownHandled=!0))))}_isThirdLevelShift(L,C){const A=L.isMac&&!this.options.macOptionIsMeta&&C.altKey&&!C.ctrlKey&&!C.metaKey||L.isWindows&&C.altKey&&C.ctrlKey&&!C.metaKey||L.isWindows&&C.getModifierState("AltGraph");return C.type==="keypress"?A:A&&(!C.keyCode||C.keyCode>47)}_keyUp(L){this._keyDownSeen=!1,this._customKeyEventHandler&&this._customKeyEventHandler(L)===!1||((function(C){return C.keyCode===16||C.keyCode===17||C.keyCode===18})(L)||this.focus(),this.updateCursorStyle(L),this._keyPressHandled=!1)}_keyPress(L){let C;if(this._keyPressHandled=!1,this._keyDownHandled||this._customKeyEventHandler&&this._customKeyEventHandler(L)===!1)return!1;if(this.cancel(L),L.charCode)C=L.charCode;else if(L.which===null||L.which===void 0)C=L.keyCode;else{if(L.which===0||L.charCode===0)return!1;C=L.which}return!(!C||(L.altKey||L.ctrlKey||L.metaKey)&&!this._isThirdLevelShift(this.browser,L)||(C=String.fromCharCode(C),this._onKey.fire({key:C,domEvent:L}),this._showCursor(),this.coreService.triggerDataEvent(C,!0),this._keyPressHandled=!0,this._unprocessedDeadKey=!1,0))}_inputEvent(L){if(L.data&&L.inputType==="insertText"&&(!L.composed||!this._keyDownSeen)&&!this.optionsService.rawOptions.screenReaderMode){if(this._keyPressHandled)return!1;this._unprocessedDeadKey=!1;const C=L.data;return this.coreService.triggerDataEvent(C,!0),this.cancel(L),!0}return!1}resize(L,C){L!==this.cols||C!==this.rows?super.resize(L,C):this._charSizeService&&!this._charSizeService.hasValidSize&&this._charSizeService.measure()}_afterResize(L,C){this._charSizeService?.measure(),this.viewport?.syncScrollArea(!0)}clear(){if(this.buffer.ybase!==0||this.buffer.y!==0){this.buffer.clearAllMarkers(),this.buffer.lines.set(0,this.buffer.lines.get(this.buffer.ybase+this.buffer.y)),this.buffer.lines.length=1,this.buffer.ydisp=0,this.buffer.ybase=0,this.buffer.y=0;for(let L=1;L<this.rows;L++)this.buffer.lines.push(this.buffer.getBlankLine(P.DEFAULT_ATTR_DATA));this._onScroll.fire({position:this.buffer.ydisp,source:0}),this.viewport?.reset(),this.refresh(0,this.rows-1)}}reset(){this.options.rows=this.rows,this.options.cols=this.cols;const L=this._customKeyEventHandler;this._setup(),super.reset(),this._selectionService?.reset(),this._decorationService.reset(),this.viewport?.reset(),this._customKeyEventHandler=L,this.refresh(0,this.rows-1)}clearTextureAtlas(){this._renderService?.clearTextureAtlas()}_reportFocus(){this.element?.classList.contains("focus")?this.coreService.triggerDataEvent(N.C0.ESC+"[I"):this.coreService.triggerDataEvent(N.C0.ESC+"[O")}_reportWindowsOptions(L){if(this._renderService)switch(L){case k.WindowsOptionsReportType.GET_WIN_SIZE_PIXELS:const C=this._renderService.dimensions.css.canvas.width.toFixed(0),A=this._renderService.dimensions.css.canvas.height.toFixed(0);this.coreService.triggerDataEvent(`${N.C0.ESC}[4;${A};${C}t`);break;case k.WindowsOptionsReportType.GET_CELL_SIZE_PIXELS:const O=this._renderService.dimensions.css.cell.width.toFixed(0),W=this._renderService.dimensions.css.cell.height.toFixed(0);this.coreService.triggerDataEvent(`${N.C0.ESC}[6;${W};${O}t`)}}cancel(L,C){if(this.options.cancelEvents||C)return L.preventDefault(),L.stopPropagation(),!1}}s.Terminal=j},9924:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.TimeBasedDebouncer=void 0,s.TimeBasedDebouncer=class{constructor(o,h=1e3){this._renderCallback=o,this._debounceThresholdMS=h,this._lastRefreshMs=0,this._additionalRefreshRequested=!1}dispose(){this._refreshTimeoutID&&clearTimeout(this._refreshTimeoutID)}refresh(o,h,_){this._rowCount=_,o=o!==void 0?o:0,h=h!==void 0?h:this._rowCount-1,this._rowStart=this._rowStart!==void 0?Math.min(this._rowStart,o):o,this._rowEnd=this._rowEnd!==void 0?Math.max(this._rowEnd,h):h;const n=Date.now();if(n-this._lastRefreshMs>=this._debounceThresholdMS)this._lastRefreshMs=n,this._innerRefresh();else if(!this._additionalRefreshRequested){const d=n-this._lastRefreshMs,f=this._debounceThresholdMS-d;this._additionalRefreshRequested=!0,this._refreshTimeoutID=window.setTimeout(()=>{this._lastRefreshMs=Date.now(),this._innerRefresh(),this._additionalRefreshRequested=!1,this._refreshTimeoutID=void 0},f)}}_innerRefresh(){if(this._rowStart===void 0||this._rowEnd===void 0||this._rowCount===void 0)return;const o=Math.max(this._rowStart,0),h=Math.min(this._rowEnd,this._rowCount-1);this._rowStart=void 0,this._rowEnd=void 0,this._renderCallback(o,h)}}},1680:function(B,s,o){var h=this&&this.__decorate||function(r,e,i,a){var p,u=arguments.length,g=u<3?e:a===null?a=Object.getOwnPropertyDescriptor(e,i):a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")g=Reflect.decorate(r,e,i,a);else for(var l=r.length-1;l>=0;l--)(p=r[l])&&(g=(u<3?p(g):u>3?p(e,i,g):p(e,i))||g);return u>3&&g&&Object.defineProperty(e,i,g),g},_=this&&this.__param||function(r,e){return function(i,a){e(i,a,r)}};Object.defineProperty(s,"__esModule",{value:!0}),s.Viewport=void 0;const n=o(3656),d=o(4725),f=o(8460),v=o(844),c=o(2585);let t=s.Viewport=class extends v.Disposable{constructor(r,e,i,a,p,u,g,l){super(),this._viewportElement=r,this._scrollArea=e,this._bufferService=i,this._optionsService=a,this._charSizeService=p,this._renderService=u,this._coreBrowserService=g,this.scrollBarWidth=0,this._currentRowHeight=0,this._currentDeviceCellHeight=0,this._lastRecordedBufferLength=0,this._lastRecordedViewportHeight=0,this._lastRecordedBufferHeight=0,this._lastTouchY=0,this._lastScrollTop=0,this._wheelPartialScroll=0,this._refreshAnimationFrame=null,this._ignoreNextScrollEvent=!1,this._smoothScrollState={startTime:0,origin:-1,target:-1},this._onRequestScrollLines=this.register(new f.EventEmitter),this.onRequestScrollLines=this._onRequestScrollLines.event,this.scrollBarWidth=this._viewportElement.offsetWidth-this._scrollArea.offsetWidth||15,this.register((0,n.addDisposableDomListener)(this._viewportElement,"scroll",this._handleScroll.bind(this))),this._activeBuffer=this._bufferService.buffer,this.register(this._bufferService.buffers.onBufferActivate(m=>this._activeBuffer=m.activeBuffer)),this._renderDimensions=this._renderService.dimensions,this.register(this._renderService.onDimensionsChange(m=>this._renderDimensions=m)),this._handleThemeChange(l.colors),this.register(l.onChangeColors(m=>this._handleThemeChange(m))),this.register(this._optionsService.onSpecificOptionChange("scrollback",()=>this.syncScrollArea())),setTimeout(()=>this.syncScrollArea())}_handleThemeChange(r){this._viewportElement.style.backgroundColor=r.background.css}reset(){this._currentRowHeight=0,this._currentDeviceCellHeight=0,this._lastRecordedBufferLength=0,this._lastRecordedViewportHeight=0,this._lastRecordedBufferHeight=0,this._lastTouchY=0,this._lastScrollTop=0,this._coreBrowserService.window.requestAnimationFrame(()=>this.syncScrollArea())}_refresh(r){if(r)return this._innerRefresh(),void(this._refreshAnimationFrame!==null&&this._coreBrowserService.window.cancelAnimationFrame(this._refreshAnimationFrame));this._refreshAnimationFrame===null&&(this._refreshAnimationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>this._innerRefresh()))}_innerRefresh(){if(this._charSizeService.height>0){this._currentRowHeight=this._renderDimensions.device.cell.height/this._coreBrowserService.dpr,this._currentDeviceCellHeight=this._renderDimensions.device.cell.height,this._lastRecordedViewportHeight=this._viewportElement.offsetHeight;const e=Math.round(this._currentRowHeight*this._lastRecordedBufferLength)+(this._lastRecordedViewportHeight-this._renderDimensions.css.canvas.height);this._lastRecordedBufferHeight!==e&&(this._lastRecordedBufferHeight=e,this._scrollArea.style.height=this._lastRecordedBufferHeight+"px")}const r=this._bufferService.buffer.ydisp*this._currentRowHeight;this._viewportElement.scrollTop!==r&&(this._ignoreNextScrollEvent=!0,this._viewportElement.scrollTop=r),this._refreshAnimationFrame=null}syncScrollArea(r=!1){if(this._lastRecordedBufferLength!==this._bufferService.buffer.lines.length)return this._lastRecordedBufferLength=this._bufferService.buffer.lines.length,void this._refresh(r);this._lastRecordedViewportHeight===this._renderService.dimensions.css.canvas.height&&this._lastScrollTop===this._activeBuffer.ydisp*this._currentRowHeight&&this._renderDimensions.device.cell.height===this._currentDeviceCellHeight||this._refresh(r)}_handleScroll(r){if(this._lastScrollTop=this._viewportElement.scrollTop,!this._viewportElement.offsetParent)return;if(this._ignoreNextScrollEvent)return this._ignoreNextScrollEvent=!1,void this._onRequestScrollLines.fire({amount:0,suppressScrollEvent:!0});const e=Math.round(this._lastScrollTop/this._currentRowHeight)-this._bufferService.buffer.ydisp;this._onRequestScrollLines.fire({amount:e,suppressScrollEvent:!0})}_smoothScroll(){if(this._isDisposed||this._smoothScrollState.origin===-1||this._smoothScrollState.target===-1)return;const r=this._smoothScrollPercent();this._viewportElement.scrollTop=this._smoothScrollState.origin+Math.round(r*(this._smoothScrollState.target-this._smoothScrollState.origin)),r<1?this._coreBrowserService.window.requestAnimationFrame(()=>this._smoothScroll()):this._clearSmoothScrollState()}_smoothScrollPercent(){return this._optionsService.rawOptions.smoothScrollDuration&&this._smoothScrollState.startTime?Math.max(Math.min((Date.now()-this._smoothScrollState.startTime)/this._optionsService.rawOptions.smoothScrollDuration,1),0):1}_clearSmoothScrollState(){this._smoothScrollState.startTime=0,this._smoothScrollState.origin=-1,this._smoothScrollState.target=-1}_bubbleScroll(r,e){const i=this._viewportElement.scrollTop+this._lastRecordedViewportHeight;return!(e<0&&this._viewportElement.scrollTop!==0||e>0&&i<this._lastRecordedBufferHeight)||(r.cancelable&&r.preventDefault(),!1)}handleWheel(r){const e=this._getPixelsScrolled(r);return e!==0&&(this._optionsService.rawOptions.smoothScrollDuration?(this._smoothScrollState.startTime=Date.now(),this._smoothScrollPercent()<1?(this._smoothScrollState.origin=this._viewportElement.scrollTop,this._smoothScrollState.target===-1?this._smoothScrollState.target=this._viewportElement.scrollTop+e:this._smoothScrollState.target+=e,this._smoothScrollState.target=Math.max(Math.min(this._smoothScrollState.target,this._viewportElement.scrollHeight),0),this._smoothScroll()):this._clearSmoothScrollState()):this._viewportElement.scrollTop+=e,this._bubbleScroll(r,e))}scrollLines(r){if(r!==0)if(this._optionsService.rawOptions.smoothScrollDuration){const e=r*this._currentRowHeight;this._smoothScrollState.startTime=Date.now(),this._smoothScrollPercent()<1?(this._smoothScrollState.origin=this._viewportElement.scrollTop,this._smoothScrollState.target=this._smoothScrollState.origin+e,this._smoothScrollState.target=Math.max(Math.min(this._smoothScrollState.target,this._viewportElement.scrollHeight),0),this._smoothScroll()):this._clearSmoothScrollState()}else this._onRequestScrollLines.fire({amount:r,suppressScrollEvent:!1})}_getPixelsScrolled(r){if(r.deltaY===0||r.shiftKey)return 0;let e=this._applyScrollModifier(r.deltaY,r);return r.deltaMode===WheelEvent.DOM_DELTA_LINE?e*=this._currentRowHeight:r.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(e*=this._currentRowHeight*this._bufferService.rows),e}getBufferElements(r,e){let i,a="";const p=[],u=e??this._bufferService.buffer.lines.length,g=this._bufferService.buffer.lines;for(let l=r;l<u;l++){const m=g.get(l);if(!m)continue;const E=g.get(l+1)?.isWrapped;if(a+=m.translateToString(!E),!E||l===g.length-1){const x=document.createElement("div");x.textContent=a,p.push(x),a.length>0&&(i=x),a=""}}return{bufferElements:p,cursorElement:i}}getLinesScrolled(r){if(r.deltaY===0||r.shiftKey)return 0;let e=this._applyScrollModifier(r.deltaY,r);return r.deltaMode===WheelEvent.DOM_DELTA_PIXEL?(e/=this._currentRowHeight+0,this._wheelPartialScroll+=e,e=Math.floor(Math.abs(this._wheelPartialScroll))*(this._wheelPartialScroll>0?1:-1),this._wheelPartialScroll%=1):r.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(e*=this._bufferService.rows),e}_applyScrollModifier(r,e){const i=this._optionsService.rawOptions.fastScrollModifier;return i==="alt"&&e.altKey||i==="ctrl"&&e.ctrlKey||i==="shift"&&e.shiftKey?r*this._optionsService.rawOptions.fastScrollSensitivity*this._optionsService.rawOptions.scrollSensitivity:r*this._optionsService.rawOptions.scrollSensitivity}handleTouchStart(r){this._lastTouchY=r.touches[0].pageY}handleTouchMove(r){const e=this._lastTouchY-r.touches[0].pageY;return this._lastTouchY=r.touches[0].pageY,e!==0&&(this._viewportElement.scrollTop+=e,this._bubbleScroll(r,e))}};s.Viewport=t=h([_(2,c.IBufferService),_(3,c.IOptionsService),_(4,d.ICharSizeService),_(5,d.IRenderService),_(6,d.ICoreBrowserService),_(7,d.IThemeService)],t)},3107:function(B,s,o){var h=this&&this.__decorate||function(c,t,r,e){var i,a=arguments.length,p=a<3?t:e===null?e=Object.getOwnPropertyDescriptor(t,r):e;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,t,r,e);else for(var u=c.length-1;u>=0;u--)(i=c[u])&&(p=(a<3?i(p):a>3?i(t,r,p):i(t,r))||p);return a>3&&p&&Object.defineProperty(t,r,p),p},_=this&&this.__param||function(c,t){return function(r,e){t(r,e,c)}};Object.defineProperty(s,"__esModule",{value:!0}),s.BufferDecorationRenderer=void 0;const n=o(4725),d=o(844),f=o(2585);let v=s.BufferDecorationRenderer=class extends d.Disposable{constructor(c,t,r,e,i){super(),this._screenElement=c,this._bufferService=t,this._coreBrowserService=r,this._decorationService=e,this._renderService=i,this._decorationElements=new Map,this._altBufferIsActive=!1,this._dimensionsChanged=!1,this._container=document.createElement("div"),this._container.classList.add("xterm-decoration-container"),this._screenElement.appendChild(this._container),this.register(this._renderService.onRenderedViewportChange(()=>this._doRefreshDecorations())),this.register(this._renderService.onDimensionsChange(()=>{this._dimensionsChanged=!0,this._queueRefresh()})),this.register(this._coreBrowserService.onDprChange(()=>this._queueRefresh())),this.register(this._bufferService.buffers.onBufferActivate(()=>{this._altBufferIsActive=this._bufferService.buffer===this._bufferService.buffers.alt})),this.register(this._decorationService.onDecorationRegistered(()=>this._queueRefresh())),this.register(this._decorationService.onDecorationRemoved(a=>this._removeDecoration(a))),this.register((0,d.toDisposable)(()=>{this._container.remove(),this._decorationElements.clear()}))}_queueRefresh(){this._animationFrame===void 0&&(this._animationFrame=this._renderService.addRefreshCallback(()=>{this._doRefreshDecorations(),this._animationFrame=void 0}))}_doRefreshDecorations(){for(const c of this._decorationService.decorations)this._renderDecoration(c);this._dimensionsChanged=!1}_renderDecoration(c){this._refreshStyle(c),this._dimensionsChanged&&this._refreshXPosition(c)}_createElement(c){const t=this._coreBrowserService.mainDocument.createElement("div");t.classList.add("xterm-decoration"),t.classList.toggle("xterm-decoration-top-layer",c?.options?.layer==="top"),t.style.width=`${Math.round((c.options.width||1)*this._renderService.dimensions.css.cell.width)}px`,t.style.height=(c.options.height||1)*this._renderService.dimensions.css.cell.height+"px",t.style.top=(c.marker.line-this._bufferService.buffers.active.ydisp)*this._renderService.dimensions.css.cell.height+"px",t.style.lineHeight=`${this._renderService.dimensions.css.cell.height}px`;const r=c.options.x??0;return r&&r>this._bufferService.cols&&(t.style.display="none"),this._refreshXPosition(c,t),t}_refreshStyle(c){const t=c.marker.line-this._bufferService.buffers.active.ydisp;if(t<0||t>=this._bufferService.rows)c.element&&(c.element.style.display="none",c.onRenderEmitter.fire(c.element));else{let r=this._decorationElements.get(c);r||(r=this._createElement(c),c.element=r,this._decorationElements.set(c,r),this._container.appendChild(r),c.onDispose(()=>{this._decorationElements.delete(c),r.remove()})),r.style.top=t*this._renderService.dimensions.css.cell.height+"px",r.style.display=this._altBufferIsActive?"none":"block",c.onRenderEmitter.fire(r)}}_refreshXPosition(c,t=c.element){if(!t)return;const r=c.options.x??0;(c.options.anchor||"left")==="right"?t.style.right=r?r*this._renderService.dimensions.css.cell.width+"px":"":t.style.left=r?r*this._renderService.dimensions.css.cell.width+"px":""}_removeDecoration(c){this._decorationElements.get(c)?.remove(),this._decorationElements.delete(c),c.dispose()}};s.BufferDecorationRenderer=v=h([_(1,f.IBufferService),_(2,n.ICoreBrowserService),_(3,f.IDecorationService),_(4,n.IRenderService)],v)},5871:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.ColorZoneStore=void 0,s.ColorZoneStore=class{constructor(){this._zones=[],this._zonePool=[],this._zonePoolIndex=0,this._linePadding={full:0,left:0,center:0,right:0}}get zones(){return this._zonePool.length=Math.min(this._zonePool.length,this._zones.length),this._zones}clear(){this._zones.length=0,this._zonePoolIndex=0}addDecoration(o){if(o.options.overviewRulerOptions){for(const h of this._zones)if(h.color===o.options.overviewRulerOptions.color&&h.position===o.options.overviewRulerOptions.position){if(this._lineIntersectsZone(h,o.marker.line))return;if(this._lineAdjacentToZone(h,o.marker.line,o.options.overviewRulerOptions.position))return void this._addLineToZone(h,o.marker.line)}if(this._zonePoolIndex<this._zonePool.length)return this._zonePool[this._zonePoolIndex].color=o.options.overviewRulerOptions.color,this._zonePool[this._zonePoolIndex].position=o.options.overviewRulerOptions.position,this._zonePool[this._zonePoolIndex].startBufferLine=o.marker.line,this._zonePool[this._zonePoolIndex].endBufferLine=o.marker.line,void this._zones.push(this._zonePool[this._zonePoolIndex++]);this._zones.push({color:o.options.overviewRulerOptions.color,position:o.options.overviewRulerOptions.position,startBufferLine:o.marker.line,endBufferLine:o.marker.line}),this._zonePool.push(this._zones[this._zones.length-1]),this._zonePoolIndex++}}setPadding(o){this._linePadding=o}_lineIntersectsZone(o,h){return h>=o.startBufferLine&&h<=o.endBufferLine}_lineAdjacentToZone(o,h,_){return h>=o.startBufferLine-this._linePadding[_||"full"]&&h<=o.endBufferLine+this._linePadding[_||"full"]}_addLineToZone(o,h){o.startBufferLine=Math.min(o.startBufferLine,h),o.endBufferLine=Math.max(o.endBufferLine,h)}}},5744:function(B,s,o){var h=this&&this.__decorate||function(i,a,p,u){var g,l=arguments.length,m=l<3?a:u===null?u=Object.getOwnPropertyDescriptor(a,p):u;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")m=Reflect.decorate(i,a,p,u);else for(var E=i.length-1;E>=0;E--)(g=i[E])&&(m=(l<3?g(m):l>3?g(a,p,m):g(a,p))||m);return l>3&&m&&Object.defineProperty(a,p,m),m},_=this&&this.__param||function(i,a){return function(p,u){a(p,u,i)}};Object.defineProperty(s,"__esModule",{value:!0}),s.OverviewRulerRenderer=void 0;const n=o(5871),d=o(4725),f=o(844),v=o(2585),c={full:0,left:0,center:0,right:0},t={full:0,left:0,center:0,right:0},r={full:0,left:0,center:0,right:0};let e=s.OverviewRulerRenderer=class extends f.Disposable{get _width(){return this._optionsService.options.overviewRulerWidth||0}constructor(i,a,p,u,g,l,m){super(),this._viewportElement=i,this._screenElement=a,this._bufferService=p,this._decorationService=u,this._renderService=g,this._optionsService=l,this._coreBrowserService=m,this._colorZoneStore=new n.ColorZoneStore,this._shouldUpdateDimensions=!0,this._shouldUpdateAnchor=!0,this._lastKnownBufferLength=0,this._canvas=this._coreBrowserService.mainDocument.createElement("canvas"),this._canvas.classList.add("xterm-decoration-overview-ruler"),this._refreshCanvasDimensions(),this._viewportElement.parentElement?.insertBefore(this._canvas,this._viewportElement);const E=this._canvas.getContext("2d");if(!E)throw new Error("Ctx cannot be null");this._ctx=E,this._registerDecorationListeners(),this._registerBufferChangeListeners(),this._registerDimensionChangeListeners(),this.register((0,f.toDisposable)(()=>{this._canvas?.remove()}))}_registerDecorationListeners(){this.register(this._decorationService.onDecorationRegistered(()=>this._queueRefresh(void 0,!0))),this.register(this._decorationService.onDecorationRemoved(()=>this._queueRefresh(void 0,!0)))}_registerBufferChangeListeners(){this.register(this._renderService.onRenderedViewportChange(()=>this._queueRefresh())),this.register(this._bufferService.buffers.onBufferActivate(()=>{this._canvas.style.display=this._bufferService.buffer===this._bufferService.buffers.alt?"none":"block"})),this.register(this._bufferService.onScroll(()=>{this._lastKnownBufferLength!==this._bufferService.buffers.normal.lines.length&&(this._refreshDrawHeightConstants(),this._refreshColorZonePadding())}))}_registerDimensionChangeListeners(){this.register(this._renderService.onRender(()=>{this._containerHeight&&this._containerHeight===this._screenElement.clientHeight||(this._queueRefresh(!0),this._containerHeight=this._screenElement.clientHeight)})),this.register(this._optionsService.onSpecificOptionChange("overviewRulerWidth",()=>this._queueRefresh(!0))),this.register(this._coreBrowserService.onDprChange(()=>this._queueRefresh(!0))),this._queueRefresh(!0)}_refreshDrawConstants(){const i=Math.floor(this._canvas.width/3),a=Math.ceil(this._canvas.width/3);t.full=this._canvas.width,t.left=i,t.center=a,t.right=i,this._refreshDrawHeightConstants(),r.full=0,r.left=0,r.center=t.left,r.right=t.left+t.center}_refreshDrawHeightConstants(){c.full=Math.round(2*this._coreBrowserService.dpr);const i=this._canvas.height/this._bufferService.buffer.lines.length,a=Math.round(Math.max(Math.min(i,12),6)*this._coreBrowserService.dpr);c.left=a,c.center=a,c.right=a}_refreshColorZonePadding(){this._colorZoneStore.setPadding({full:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*c.full),left:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*c.left),center:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*c.center),right:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*c.right)}),this._lastKnownBufferLength=this._bufferService.buffers.normal.lines.length}_refreshCanvasDimensions(){this._canvas.style.width=`${this._width}px`,this._canvas.width=Math.round(this._width*this._coreBrowserService.dpr),this._canvas.style.height=`${this._screenElement.clientHeight}px`,this._canvas.height=Math.round(this._screenElement.clientHeight*this._coreBrowserService.dpr),this._refreshDrawConstants(),this._refreshColorZonePadding()}_refreshDecorations(){this._shouldUpdateDimensions&&this._refreshCanvasDimensions(),this._ctx.clearRect(0,0,this._canvas.width,this._canvas.height),this._colorZoneStore.clear();for(const a of this._decorationService.decorations)this._colorZoneStore.addDecoration(a);this._ctx.lineWidth=1;const i=this._colorZoneStore.zones;for(const a of i)a.position!=="full"&&this._renderColorZone(a);for(const a of i)a.position==="full"&&this._renderColorZone(a);this._shouldUpdateDimensions=!1,this._shouldUpdateAnchor=!1}_renderColorZone(i){this._ctx.fillStyle=i.color,this._ctx.fillRect(r[i.position||"full"],Math.round((this._canvas.height-1)*(i.startBufferLine/this._bufferService.buffers.active.lines.length)-c[i.position||"full"]/2),t[i.position||"full"],Math.round((this._canvas.height-1)*((i.endBufferLine-i.startBufferLine)/this._bufferService.buffers.active.lines.length)+c[i.position||"full"]))}_queueRefresh(i,a){this._shouldUpdateDimensions=i||this._shouldUpdateDimensions,this._shouldUpdateAnchor=a||this._shouldUpdateAnchor,this._animationFrame===void 0&&(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>{this._refreshDecorations(),this._animationFrame=void 0}))}};s.OverviewRulerRenderer=e=h([_(2,v.IBufferService),_(3,v.IDecorationService),_(4,d.IRenderService),_(5,v.IOptionsService),_(6,d.ICoreBrowserService)],e)},2950:function(B,s,o){var h=this&&this.__decorate||function(c,t,r,e){var i,a=arguments.length,p=a<3?t:e===null?e=Object.getOwnPropertyDescriptor(t,r):e;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,t,r,e);else for(var u=c.length-1;u>=0;u--)(i=c[u])&&(p=(a<3?i(p):a>3?i(t,r,p):i(t,r))||p);return a>3&&p&&Object.defineProperty(t,r,p),p},_=this&&this.__param||function(c,t){return function(r,e){t(r,e,c)}};Object.defineProperty(s,"__esModule",{value:!0}),s.CompositionHelper=void 0;const n=o(4725),d=o(2585),f=o(2584);let v=s.CompositionHelper=class{get isComposing(){return this._isComposing}constructor(c,t,r,e,i,a){this._textarea=c,this._compositionView=t,this._bufferService=r,this._optionsService=e,this._coreService=i,this._renderService=a,this._isComposing=!1,this._isSendingComposition=!1,this._compositionPosition={start:0,end:0},this._dataAlreadySent=""}compositionstart(){this._isComposing=!0,this._compositionPosition.start=this._textarea.value.length,this._compositionView.textContent="",this._dataAlreadySent="",this._compositionView.classList.add("active")}compositionupdate(c){this._compositionView.textContent=c.data,this.updateCompositionElements(),setTimeout(()=>{this._compositionPosition.end=this._textarea.value.length},0)}compositionend(){this._finalizeComposition(!0)}keydown(c){if(this._isComposing||this._isSendingComposition){if(c.keyCode===229||c.keyCode===16||c.keyCode===17||c.keyCode===18)return!1;this._finalizeComposition(!1)}return c.keyCode!==229||(this._handleAnyTextareaChanges(),!1)}_finalizeComposition(c){if(this._compositionView.classList.remove("active"),this._isComposing=!1,c){const t={start:this._compositionPosition.start,end:this._compositionPosition.end};this._isSendingComposition=!0,setTimeout(()=>{if(this._isSendingComposition){let r;this._isSendingComposition=!1,t.start+=this._dataAlreadySent.length,r=this._isComposing?this._textarea.value.substring(t.start,t.end):this._textarea.value.substring(t.start),r.length>0&&this._coreService.triggerDataEvent(r,!0)}},0)}else{this._isSendingComposition=!1;const t=this._textarea.value.substring(this._compositionPosition.start,this._compositionPosition.end);this._coreService.triggerDataEvent(t,!0)}}_handleAnyTextareaChanges(){const c=this._textarea.value;setTimeout(()=>{if(!this._isComposing){const t=this._textarea.value,r=t.replace(c,"");this._dataAlreadySent=r,t.length>c.length?this._coreService.triggerDataEvent(r,!0):t.length<c.length?this._coreService.triggerDataEvent(`${f.C0.DEL}`,!0):t.length===c.length&&t!==c&&this._coreService.triggerDataEvent(t,!0)}},0)}updateCompositionElements(c){if(this._isComposing){if(this._bufferService.buffer.isCursorInViewport){const t=Math.min(this._bufferService.buffer.x,this._bufferService.cols-1),r=this._renderService.dimensions.css.cell.height,e=this._bufferService.buffer.y*this._renderService.dimensions.css.cell.height,i=t*this._renderService.dimensions.css.cell.width;this._compositionView.style.left=i+"px",this._compositionView.style.top=e+"px",this._compositionView.style.height=r+"px",this._compositionView.style.lineHeight=r+"px",this._compositionView.style.fontFamily=this._optionsService.rawOptions.fontFamily,this._compositionView.style.fontSize=this._optionsService.rawOptions.fontSize+"px";const a=this._compositionView.getBoundingClientRect();this._textarea.style.left=i+"px",this._textarea.style.top=e+"px",this._textarea.style.width=Math.max(a.width,1)+"px",this._textarea.style.height=Math.max(a.height,1)+"px",this._textarea.style.lineHeight=a.height+"px"}c||setTimeout(()=>this.updateCompositionElements(!0),0)}}};s.CompositionHelper=v=h([_(2,d.IBufferService),_(3,d.IOptionsService),_(4,d.ICoreService),_(5,n.IRenderService)],v)},9806:(B,s)=>{function o(h,_,n){const d=n.getBoundingClientRect(),f=h.getComputedStyle(n),v=parseInt(f.getPropertyValue("padding-left")),c=parseInt(f.getPropertyValue("padding-top"));return[_.clientX-d.left-v,_.clientY-d.top-c]}Object.defineProperty(s,"__esModule",{value:!0}),s.getCoords=s.getCoordsRelativeToElement=void 0,s.getCoordsRelativeToElement=o,s.getCoords=function(h,_,n,d,f,v,c,t,r){if(!v)return;const e=o(h,_,n);return e?(e[0]=Math.ceil((e[0]+(r?c/2:0))/c),e[1]=Math.ceil(e[1]/t),e[0]=Math.min(Math.max(e[0],1),d+(r?1:0)),e[1]=Math.min(Math.max(e[1],1),f),e):void 0}},9504:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.moveToCellSequence=void 0;const h=o(2584);function _(t,r,e,i){const a=t-n(t,e),p=r-n(r,e),u=Math.abs(a-p)-(function(g,l,m){let E=0;const x=g-n(g,m),D=l-n(l,m);for(let b=0;b<Math.abs(x-D);b++){const R=d(g,l)==="A"?-1:1;m.buffer.lines.get(x+R*b)?.isWrapped&&E++}return E})(t,r,e);return c(u,v(d(t,r),i))}function n(t,r){let e=0,i=r.buffer.lines.get(t),a=i?.isWrapped;for(;a&&t>=0&&t<r.rows;)e++,i=r.buffer.lines.get(--t),a=i?.isWrapped;return e}function d(t,r){return t>r?"A":"B"}function f(t,r,e,i,a,p){let u=t,g=r,l="";for(;u!==e||g!==i;)u+=a?1:-1,a&&u>p.cols-1?(l+=p.buffer.translateBufferLineToString(g,!1,t,u),u=0,t=0,g++):!a&&u<0&&(l+=p.buffer.translateBufferLineToString(g,!1,0,t+1),u=p.cols-1,t=u,g--);return l+p.buffer.translateBufferLineToString(g,!1,t,u)}function v(t,r){const e=r?"O":"[";return h.C0.ESC+e+t}function c(t,r){t=Math.floor(t);let e="";for(let i=0;i<t;i++)e+=r;return e}s.moveToCellSequence=function(t,r,e,i){const a=e.buffer.x,p=e.buffer.y;if(!e.buffer.hasScrollback)return(function(l,m,E,x,D,b){return _(m,x,D,b).length===0?"":c(f(l,m,l,m-n(m,D),!1,D).length,v("D",b))})(a,p,0,r,e,i)+_(p,r,e,i)+(function(l,m,E,x,D,b){let R;R=_(m,x,D,b).length>0?x-n(x,D):m;const M=x,P=(function(N,I,S,w,y,k){let T;return T=_(S,w,y,k).length>0?w-n(w,y):I,N<S&&T<=w||N>=S&&T<w?"C":"D"})(l,m,E,x,D,b);return c(f(l,R,E,M,P==="C",D).length,v(P,b))})(a,p,t,r,e,i);let u;if(p===r)return u=a>t?"D":"C",c(Math.abs(a-t),v(u,i));u=p>r?"D":"C";const g=Math.abs(p-r);return c((function(l,m){return m.cols-l})(p>r?t:a,e)+(g-1)*e.cols+1+((p>r?a:t)-1),v(u,i))}},1296:function(B,s,o){var h=this&&this.__decorate||function(b,R,M,P){var N,I=arguments.length,S=I<3?R:P===null?P=Object.getOwnPropertyDescriptor(R,M):P;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")S=Reflect.decorate(b,R,M,P);else for(var w=b.length-1;w>=0;w--)(N=b[w])&&(S=(I<3?N(S):I>3?N(R,M,S):N(R,M))||S);return I>3&&S&&Object.defineProperty(R,M,S),S},_=this&&this.__param||function(b,R){return function(M,P){R(M,P,b)}};Object.defineProperty(s,"__esModule",{value:!0}),s.DomRenderer=void 0;const n=o(3787),d=o(2550),f=o(2223),v=o(6171),c=o(6052),t=o(4725),r=o(8055),e=o(8460),i=o(844),a=o(2585),p="xterm-dom-renderer-owner-",u="xterm-rows",g="xterm-fg-",l="xterm-bg-",m="xterm-focus",E="xterm-selection";let x=1,D=s.DomRenderer=class extends i.Disposable{constructor(b,R,M,P,N,I,S,w,y,k,T,H,j){super(),this._terminal=b,this._document=R,this._element=M,this._screenElement=P,this._viewportElement=N,this._helperContainer=I,this._linkifier2=S,this._charSizeService=y,this._optionsService=k,this._bufferService=T,this._coreBrowserService=H,this._themeService=j,this._terminalClass=x++,this._rowElements=[],this._selectionRenderModel=(0,c.createSelectionRenderModel)(),this.onRequestRedraw=this.register(new e.EventEmitter).event,this._rowContainer=this._document.createElement("div"),this._rowContainer.classList.add(u),this._rowContainer.style.lineHeight="normal",this._rowContainer.setAttribute("aria-hidden","true"),this._refreshRowElements(this._bufferService.cols,this._bufferService.rows),this._selectionContainer=this._document.createElement("div"),this._selectionContainer.classList.add(E),this._selectionContainer.setAttribute("aria-hidden","true"),this.dimensions=(0,v.createRenderDimensions)(),this._updateDimensions(),this.register(this._optionsService.onOptionChange(()=>this._handleOptionsChanged())),this.register(this._themeService.onChangeColors(K=>this._injectCss(K))),this._injectCss(this._themeService.colors),this._rowFactory=w.createInstance(n.DomRendererRowFactory,document),this._element.classList.add(p+this._terminalClass),this._screenElement.appendChild(this._rowContainer),this._screenElement.appendChild(this._selectionContainer),this.register(this._linkifier2.onShowLinkUnderline(K=>this._handleLinkHover(K))),this.register(this._linkifier2.onHideLinkUnderline(K=>this._handleLinkLeave(K))),this.register((0,i.toDisposable)(()=>{this._element.classList.remove(p+this._terminalClass),this._rowContainer.remove(),this._selectionContainer.remove(),this._widthCache.dispose(),this._themeStyleElement.remove(),this._dimensionsStyleElement.remove()})),this._widthCache=new d.WidthCache(this._document,this._helperContainer),this._widthCache.setFont(this._optionsService.rawOptions.fontFamily,this._optionsService.rawOptions.fontSize,this._optionsService.rawOptions.fontWeight,this._optionsService.rawOptions.fontWeightBold),this._setDefaultSpacing()}_updateDimensions(){const b=this._coreBrowserService.dpr;this.dimensions.device.char.width=this._charSizeService.width*b,this.dimensions.device.char.height=Math.ceil(this._charSizeService.height*b),this.dimensions.device.cell.width=this.dimensions.device.char.width+Math.round(this._optionsService.rawOptions.letterSpacing),this.dimensions.device.cell.height=Math.floor(this.dimensions.device.char.height*this._optionsService.rawOptions.lineHeight),this.dimensions.device.char.left=0,this.dimensions.device.char.top=0,this.dimensions.device.canvas.width=this.dimensions.device.cell.width*this._bufferService.cols,this.dimensions.device.canvas.height=this.dimensions.device.cell.height*this._bufferService.rows,this.dimensions.css.canvas.width=Math.round(this.dimensions.device.canvas.width/b),this.dimensions.css.canvas.height=Math.round(this.dimensions.device.canvas.height/b),this.dimensions.css.cell.width=this.dimensions.css.canvas.width/this._bufferService.cols,this.dimensions.css.cell.height=this.dimensions.css.canvas.height/this._bufferService.rows;for(const M of this._rowElements)M.style.width=`${this.dimensions.css.canvas.width}px`,M.style.height=`${this.dimensions.css.cell.height}px`,M.style.lineHeight=`${this.dimensions.css.cell.height}px`,M.style.overflow="hidden";this._dimensionsStyleElement||(this._dimensionsStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._dimensionsStyleElement));const R=`${this._terminalSelector} .${u} span { display: inline-block; height: 100%; vertical-align: top;}`;this._dimensionsStyleElement.textContent=R,this._selectionContainer.style.height=this._viewportElement.style.height,this._screenElement.style.width=`${this.dimensions.css.canvas.width}px`,this._screenElement.style.height=`${this.dimensions.css.canvas.height}px`}_injectCss(b){this._themeStyleElement||(this._themeStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._themeStyleElement));let R=`${this._terminalSelector} .${u} { color: ${b.foreground.css}; font-family: ${this._optionsService.rawOptions.fontFamily}; font-size: ${this._optionsService.rawOptions.fontSize}px; font-kerning: none; white-space: pre}`;R+=`${this._terminalSelector} .${u} .xterm-dim { color: ${r.color.multiplyOpacity(b.foreground,.5).css};}`,R+=`${this._terminalSelector} span:not(.xterm-bold) { font-weight: ${this._optionsService.rawOptions.fontWeight};}${this._terminalSelector} span.xterm-bold { font-weight: ${this._optionsService.rawOptions.fontWeightBold};}${this._terminalSelector} span.xterm-italic { font-style: italic;}`;const M=`blink_underline_${this._terminalClass}`,P=`blink_bar_${this._terminalClass}`,N=`blink_block_${this._terminalClass}`;R+=`@keyframes ${M} { 50% { border-bottom-style: hidden; }}`,R+=`@keyframes ${P} { 50% { box-shadow: none; }}`,R+=`@keyframes ${N} { 0% { background-color: ${b.cursor.css}; color: ${b.cursorAccent.css}; } 50% { background-color: inherit; color: ${b.cursor.css}; }}`,R+=`${this._terminalSelector} .${u}.${m} .xterm-cursor.xterm-cursor-blink.xterm-cursor-underline { animation: ${M} 1s step-end infinite;}${this._terminalSelector} .${u}.${m} .xterm-cursor.xterm-cursor-blink.xterm-cursor-bar { animation: ${P} 1s step-end infinite;}${this._terminalSelector} .${u}.${m} .xterm-cursor.xterm-cursor-blink.xterm-cursor-block { animation: ${N} 1s step-end infinite;}${this._terminalSelector} .${u} .xterm-cursor.xterm-cursor-block { background-color: ${b.cursor.css}; color: ${b.cursorAccent.css};}${this._terminalSelector} .${u} .xterm-cursor.xterm-cursor-block:not(.xterm-cursor-blink) { background-color: ${b.cursor.css} !important; color: ${b.cursorAccent.css} !important;}${this._terminalSelector} .${u} .xterm-cursor.xterm-cursor-outline { outline: 1px solid ${b.cursor.css}; outline-offset: -1px;}${this._terminalSelector} .${u} .xterm-cursor.xterm-cursor-bar { box-shadow: ${this._optionsService.rawOptions.cursorWidth}px 0 0 ${b.cursor.css} inset;}${this._terminalSelector} .${u} .xterm-cursor.xterm-cursor-underline { border-bottom: 1px ${b.cursor.css}; border-bottom-style: solid; height: calc(100% - 1px);}`,R+=`${this._terminalSelector} .${E} { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none;}${this._terminalSelector}.focus .${E} div { position: absolute; background-color: ${b.selectionBackgroundOpaque.css};}${this._terminalSelector} .${E} div { position: absolute; background-color: ${b.selectionInactiveBackgroundOpaque.css};}`;for(const[I,S]of b.ansi.entries())R+=`${this._terminalSelector} .${g}${I} { color: ${S.css}; }${this._terminalSelector} .${g}${I}.xterm-dim { color: ${r.color.multiplyOpacity(S,.5).css}; }${this._terminalSelector} .${l}${I} { background-color: ${S.css}; }`;R+=`${this._terminalSelector} .${g}${f.INVERTED_DEFAULT_COLOR} { color: ${r.color.opaque(b.background).css}; }${this._terminalSelector} .${g}${f.INVERTED_DEFAULT_COLOR}.xterm-dim { color: ${r.color.multiplyOpacity(r.color.opaque(b.background),.5).css}; }${this._terminalSelector} .${l}${f.INVERTED_DEFAULT_COLOR} { background-color: ${b.foreground.css}; }`,this._themeStyleElement.textContent=R}_setDefaultSpacing(){const b=this.dimensions.css.cell.width-this._widthCache.get("W",!1,!1);this._rowContainer.style.letterSpacing=`${b}px`,this._rowFactory.defaultSpacing=b}handleDevicePixelRatioChange(){this._updateDimensions(),this._widthCache.clear(),this._setDefaultSpacing()}_refreshRowElements(b,R){for(let M=this._rowElements.length;M<=R;M++){const P=this._document.createElement("div");this._rowContainer.appendChild(P),this._rowElements.push(P)}for(;this._rowElements.length>R;)this._rowContainer.removeChild(this._rowElements.pop())}handleResize(b,R){this._refreshRowElements(b,R),this._updateDimensions(),this.handleSelectionChanged(this._selectionRenderModel.selectionStart,this._selectionRenderModel.selectionEnd,this._selectionRenderModel.columnSelectMode)}handleCharSizeChanged(){this._updateDimensions(),this._widthCache.clear(),this._setDefaultSpacing()}handleBlur(){this._rowContainer.classList.remove(m),this.renderRows(0,this._bufferService.rows-1)}handleFocus(){this._rowContainer.classList.add(m),this.renderRows(this._bufferService.buffer.y,this._bufferService.buffer.y)}handleSelectionChanged(b,R,M){if(this._selectionContainer.replaceChildren(),this._rowFactory.handleSelectionChanged(b,R,M),this.renderRows(0,this._bufferService.rows-1),!b||!R)return;this._selectionRenderModel.update(this._terminal,b,R,M);const P=this._selectionRenderModel.viewportStartRow,N=this._selectionRenderModel.viewportEndRow,I=this._selectionRenderModel.viewportCappedStartRow,S=this._selectionRenderModel.viewportCappedEndRow;if(I>=this._bufferService.rows||S<0)return;const w=this._document.createDocumentFragment();if(M){const y=b[0]>R[0];w.appendChild(this._createSelectionElement(I,y?R[0]:b[0],y?b[0]:R[0],S-I+1))}else{const y=P===I?b[0]:0,k=I===N?R[0]:this._bufferService.cols;w.appendChild(this._createSelectionElement(I,y,k));const T=S-I-1;if(w.appendChild(this._createSelectionElement(I+1,0,this._bufferService.cols,T)),I!==S){const H=N===S?R[0]:this._bufferService.cols;w.appendChild(this._createSelectionElement(S,0,H))}}this._selectionContainer.appendChild(w)}_createSelectionElement(b,R,M,P=1){const N=this._document.createElement("div"),I=R*this.dimensions.css.cell.width;let S=this.dimensions.css.cell.width*(M-R);return I+S>this.dimensions.css.canvas.width&&(S=this.dimensions.css.canvas.width-I),N.style.height=P*this.dimensions.css.cell.height+"px",N.style.top=b*this.dimensions.css.cell.height+"px",N.style.left=`${I}px`,N.style.width=`${S}px`,N}handleCursorMove(){}_handleOptionsChanged(){this._updateDimensions(),this._injectCss(this._themeService.colors),this._widthCache.setFont(this._optionsService.rawOptions.fontFamily,this._optionsService.rawOptions.fontSize,this._optionsService.rawOptions.fontWeight,this._optionsService.rawOptions.fontWeightBold),this._setDefaultSpacing()}clear(){for(const b of this._rowElements)b.replaceChildren()}renderRows(b,R){const M=this._bufferService.buffer,P=M.ybase+M.y,N=Math.min(M.x,this._bufferService.cols-1),I=this._optionsService.rawOptions.cursorBlink,S=this._optionsService.rawOptions.cursorStyle,w=this._optionsService.rawOptions.cursorInactiveStyle;for(let y=b;y<=R;y++){const k=y+M.ydisp,T=this._rowElements[y],H=M.lines.get(k);if(!T||!H)break;T.replaceChildren(...this._rowFactory.createRow(H,k,k===P,S,w,N,I,this.dimensions.css.cell.width,this._widthCache,-1,-1))}}get _terminalSelector(){return`.${p}${this._terminalClass}`}_handleLinkHover(b){this._setCellUnderline(b.x1,b.x2,b.y1,b.y2,b.cols,!0)}_handleLinkLeave(b){this._setCellUnderline(b.x1,b.x2,b.y1,b.y2,b.cols,!1)}_setCellUnderline(b,R,M,P,N,I){M<0&&(b=0),P<0&&(R=0);const S=this._bufferService.rows-1;M=Math.max(Math.min(M,S),0),P=Math.max(Math.min(P,S),0),N=Math.min(N,this._bufferService.cols);const w=this._bufferService.buffer,y=w.ybase+w.y,k=Math.min(w.x,N-1),T=this._optionsService.rawOptions.cursorBlink,H=this._optionsService.rawOptions.cursorStyle,j=this._optionsService.rawOptions.cursorInactiveStyle;for(let K=M;K<=P;++K){const L=K+w.ydisp,C=this._rowElements[K],A=w.lines.get(L);if(!C||!A)break;C.replaceChildren(...this._rowFactory.createRow(A,L,L===y,H,j,k,T,this.dimensions.css.cell.width,this._widthCache,I?K===M?b:0:-1,I?(K===P?R:N)-1:-1))}}};s.DomRenderer=D=h([_(7,a.IInstantiationService),_(8,t.ICharSizeService),_(9,a.IOptionsService),_(10,a.IBufferService),_(11,t.ICoreBrowserService),_(12,t.IThemeService)],D)},3787:function(B,s,o){var h=this&&this.__decorate||function(u,g,l,m){var E,x=arguments.length,D=x<3?g:m===null?m=Object.getOwnPropertyDescriptor(g,l):m;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")D=Reflect.decorate(u,g,l,m);else for(var b=u.length-1;b>=0;b--)(E=u[b])&&(D=(x<3?E(D):x>3?E(g,l,D):E(g,l))||D);return x>3&&D&&Object.defineProperty(g,l,D),D},_=this&&this.__param||function(u,g){return function(l,m){g(l,m,u)}};Object.defineProperty(s,"__esModule",{value:!0}),s.DomRendererRowFactory=void 0;const n=o(2223),d=o(643),f=o(511),v=o(2585),c=o(8055),t=o(4725),r=o(4269),e=o(6171),i=o(3734);let a=s.DomRendererRowFactory=class{constructor(u,g,l,m,E,x,D){this._document=u,this._characterJoinerService=g,this._optionsService=l,this._coreBrowserService=m,this._coreService=E,this._decorationService=x,this._themeService=D,this._workCell=new f.CellData,this._columnSelectMode=!1,this.defaultSpacing=0}handleSelectionChanged(u,g,l){this._selectionStart=u,this._selectionEnd=g,this._columnSelectMode=l}createRow(u,g,l,m,E,x,D,b,R,M,P){const N=[],I=this._characterJoinerService.getJoinedCharacters(g),S=this._themeService.colors;let w,y=u.getNoBgTrimmedLength();l&&y<x+1&&(y=x+1);let k=0,T="",H=0,j=0,K=0,L=!1,C=0,A=!1,O=0;const W=[],F=M!==-1&&P!==-1;for(let J=0;J<y;J++){u.loadCell(J,this._workCell);let ee=this._workCell.getWidth();if(ee===0)continue;let te=!1,re=J,V=this._workCell;if(I.length>0&&J===I[0][0]){te=!0;const Q=I.shift();V=new r.JoinedCellData(this._workCell,u.translateToString(!0,Q[0],Q[1]),Q[1]-Q[0]),re=Q[1]-1,ee=V.getWidth()}const _e=this._isCellInSelection(J,g),we=l&&J===x,ye=F&&J>=M&&J<=P;let Ee=!1;this._decorationService.forEachDecorationAtCell(J,g,void 0,Q=>{Ee=!0});let ge=V.getChars()||d.WHITESPACE_CELL_CHAR;if(ge===" "&&(V.isUnderline()||V.isOverline())&&(ge=" "),O=ee*b-R.get(ge,V.isBold(),V.isItalic()),w){if(k&&(_e&&A||!_e&&!A&&V.bg===H)&&(_e&&A&&S.selectionForeground||V.fg===j)&&V.extended.ext===K&&ye===L&&O===C&&!we&&!te&&!Ee){V.isInvisible()?T+=d.WHITESPACE_CELL_CHAR:T+=ge,k++;continue}k&&(w.textContent=T),w=this._document.createElement("span"),k=0,T=""}else w=this._document.createElement("span");if(H=V.bg,j=V.fg,K=V.extended.ext,L=ye,C=O,A=_e,te&&x>=J&&x<=re&&(x=J),!this._coreService.isCursorHidden&&we&&this._coreService.isCursorInitialized){if(W.push("xterm-cursor"),this._coreBrowserService.isFocused)D&&W.push("xterm-cursor-blink"),W.push(m==="bar"?"xterm-cursor-bar":m==="underline"?"xterm-cursor-underline":"xterm-cursor-block");else if(E)switch(E){case"outline":W.push("xterm-cursor-outline");break;case"block":W.push("xterm-cursor-block");break;case"bar":W.push("xterm-cursor-bar");break;case"underline":W.push("xterm-cursor-underline")}}if(V.isBold()&&W.push("xterm-bold"),V.isItalic()&&W.push("xterm-italic"),V.isDim()&&W.push("xterm-dim"),T=V.isInvisible()?d.WHITESPACE_CELL_CHAR:V.getChars()||d.WHITESPACE_CELL_CHAR,V.isUnderline()&&(W.push(`xterm-underline-${V.extended.underlineStyle}`),T===" "&&(T=" "),!V.isUnderlineColorDefault()))if(V.isUnderlineColorRGB())w.style.textDecorationColor=`rgb(${i.AttributeData.toColorRGB(V.getUnderlineColor()).join(",")})`;else{let Q=V.getUnderlineColor();this._optionsService.rawOptions.drawBoldTextInBrightColors&&V.isBold()&&Q<8&&(Q+=8),w.style.textDecorationColor=S.ansi[Q].css}V.isOverline()&&(W.push("xterm-overline"),T===" "&&(T=" ")),V.isStrikethrough()&&W.push("xterm-strikethrough"),ye&&(w.style.textDecoration="underline");let se=V.getFgColor(),fe=V.getFgColorMode(),oe=V.getBgColor(),pe=V.getBgColorMode();const xe=!!V.isInverse();if(xe){const Q=se;se=oe,oe=Q;const Ie=fe;fe=pe,pe=Ie}let he,me,ce,ve=!1;switch(this._decorationService.forEachDecorationAtCell(J,g,void 0,Q=>{Q.options.layer!=="top"&&ve||(Q.backgroundColorRGB&&(pe=50331648,oe=Q.backgroundColorRGB.rgba>>8&16777215,he=Q.backgroundColorRGB),Q.foregroundColorRGB&&(fe=50331648,se=Q.foregroundColorRGB.rgba>>8&16777215,me=Q.foregroundColorRGB),ve=Q.options.layer==="top")}),!ve&&_e&&(he=this._coreBrowserService.isFocused?S.selectionBackgroundOpaque:S.selectionInactiveBackgroundOpaque,oe=he.rgba>>8&16777215,pe=50331648,ve=!0,S.selectionForeground&&(fe=50331648,se=S.selectionForeground.rgba>>8&16777215,me=S.selectionForeground)),ve&&W.push("xterm-decoration-top"),pe){case 16777216:case 33554432:ce=S.ansi[oe],W.push(`xterm-bg-${oe}`);break;case 50331648:ce=c.channels.toColor(oe>>16,oe>>8&255,255&oe),this._addStyle(w,`background-color:#${p((oe>>>0).toString(16),"0",6)}`);break;default:xe?(ce=S.foreground,W.push(`xterm-bg-${n.INVERTED_DEFAULT_COLOR}`)):ce=S.background}switch(he||V.isDim()&&(he=c.color.multiplyOpacity(ce,.5)),fe){case 16777216:case 33554432:V.isBold()&&se<8&&this._optionsService.rawOptions.drawBoldTextInBrightColors&&(se+=8),this._applyMinimumContrast(w,ce,S.ansi[se],V,he,void 0)||W.push(`xterm-fg-${se}`);break;case 50331648:const Q=c.channels.toColor(se>>16&255,se>>8&255,255&se);this._applyMinimumContrast(w,ce,Q,V,he,me)||this._addStyle(w,`color:#${p(se.toString(16),"0",6)}`);break;default:this._applyMinimumContrast(w,ce,S.foreground,V,he,me)||xe&&W.push(`xterm-fg-${n.INVERTED_DEFAULT_COLOR}`)}W.length&&(w.className=W.join(" "),W.length=0),we||te||Ee?w.textContent=T:k++,O!==this.defaultSpacing&&(w.style.letterSpacing=`${O}px`),N.push(w),J=re}return w&&k&&(w.textContent=T),N}_applyMinimumContrast(u,g,l,m,E,x){if(this._optionsService.rawOptions.minimumContrastRatio===1||(0,e.treatGlyphAsBackgroundColor)(m.getCode()))return!1;const D=this._getContrastCache(m);let b;if(E||x||(b=D.getColor(g.rgba,l.rgba)),b===void 0){const R=this._optionsService.rawOptions.minimumContrastRatio/(m.isDim()?2:1);b=c.color.ensureContrastRatio(E||g,x||l,R),D.setColor((E||g).rgba,(x||l).rgba,b??null)}return!!b&&(this._addStyle(u,`color:${b.css}`),!0)}_getContrastCache(u){return u.isDim()?this._themeService.colors.halfContrastCache:this._themeService.colors.contrastCache}_addStyle(u,g){u.setAttribute("style",`${u.getAttribute("style")||""}${g};`)}_isCellInSelection(u,g){const l=this._selectionStart,m=this._selectionEnd;return!(!l||!m)&&(this._columnSelectMode?l[0]<=m[0]?u>=l[0]&&g>=l[1]&&u<m[0]&&g<=m[1]:u<l[0]&&g>=l[1]&&u>=m[0]&&g<=m[1]:g>l[1]&&g<m[1]||l[1]===m[1]&&g===l[1]&&u>=l[0]&&u<m[0]||l[1]<m[1]&&g===m[1]&&u<m[0]||l[1]<m[1]&&g===l[1]&&u>=l[0])}};function p(u,g,l){for(;u.length<l;)u=g+u;return u}s.DomRendererRowFactory=a=h([_(1,t.ICharacterJoinerService),_(2,v.IOptionsService),_(3,t.ICoreBrowserService),_(4,v.ICoreService),_(5,v.IDecorationService),_(6,t.IThemeService)],a)},2550:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.WidthCache=void 0,s.WidthCache=class{constructor(o,h){this._flat=new Float32Array(256),this._font="",this._fontSize=0,this._weight="normal",this._weightBold="bold",this._measureElements=[],this._container=o.createElement("div"),this._container.classList.add("xterm-width-cache-measure-container"),this._container.setAttribute("aria-hidden","true"),this._container.style.whiteSpace="pre",this._container.style.fontKerning="none";const _=o.createElement("span");_.classList.add("xterm-char-measure-element");const n=o.createElement("span");n.classList.add("xterm-char-measure-element"),n.style.fontWeight="bold";const d=o.createElement("span");d.classList.add("xterm-char-measure-element"),d.style.fontStyle="italic";const f=o.createElement("span");f.classList.add("xterm-char-measure-element"),f.style.fontWeight="bold",f.style.fontStyle="italic",this._measureElements=[_,n,d,f],this._container.appendChild(_),this._container.appendChild(n),this._container.appendChild(d),this._container.appendChild(f),h.appendChild(this._container),this.clear()}dispose(){this._container.remove(),this._measureElements.length=0,this._holey=void 0}clear(){this._flat.fill(-9999),this._holey=new Map}setFont(o,h,_,n){o===this._font&&h===this._fontSize&&_===this._weight&&n===this._weightBold||(this._font=o,this._fontSize=h,this._weight=_,this._weightBold=n,this._container.style.fontFamily=this._font,this._container.style.fontSize=`${this._fontSize}px`,this._measureElements[0].style.fontWeight=`${_}`,this._measureElements[1].style.fontWeight=`${n}`,this._measureElements[2].style.fontWeight=`${_}`,this._measureElements[3].style.fontWeight=`${n}`,this.clear())}get(o,h,_){let n=0;if(!h&&!_&&o.length===1&&(n=o.charCodeAt(0))<256){if(this._flat[n]!==-9999)return this._flat[n];const v=this._measure(o,0);return v>0&&(this._flat[n]=v),v}let d=o;h&&(d+="B"),_&&(d+="I");let f=this._holey.get(d);if(f===void 0){let v=0;h&&(v|=1),_&&(v|=2),f=this._measure(o,v),f>0&&this._holey.set(d,f)}return f}_measure(o,h){const _=this._measureElements[h];return _.textContent=o.repeat(32),_.offsetWidth/32}}},2223:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.TEXT_BASELINE=s.DIM_OPACITY=s.INVERTED_DEFAULT_COLOR=void 0;const h=o(6114);s.INVERTED_DEFAULT_COLOR=257,s.DIM_OPACITY=.5,s.TEXT_BASELINE=h.isFirefox||h.isLegacyEdge?"bottom":"ideographic"},6171:(B,s)=>{function o(_){return 57508<=_&&_<=57558}function h(_){return _>=128512&&_<=128591||_>=127744&&_<=128511||_>=128640&&_<=128767||_>=9728&&_<=9983||_>=9984&&_<=10175||_>=65024&&_<=65039||_>=129280&&_<=129535||_>=127462&&_<=127487}Object.defineProperty(s,"__esModule",{value:!0}),s.computeNextVariantOffset=s.createRenderDimensions=s.treatGlyphAsBackgroundColor=s.allowRescaling=s.isEmoji=s.isRestrictedPowerlineGlyph=s.isPowerlineGlyph=s.throwIfFalsy=void 0,s.throwIfFalsy=function(_){if(!_)throw new Error("value must not be falsy");return _},s.isPowerlineGlyph=o,s.isRestrictedPowerlineGlyph=function(_){return 57520<=_&&_<=57527},s.isEmoji=h,s.allowRescaling=function(_,n,d,f){return n===1&&d>Math.ceil(1.5*f)&&_!==void 0&&_>255&&!h(_)&&!o(_)&&!(function(v){return 57344<=v&&v<=63743})(_)},s.treatGlyphAsBackgroundColor=function(_){return o(_)||(function(n){return 9472<=n&&n<=9631})(_)},s.createRenderDimensions=function(){return{css:{canvas:{width:0,height:0},cell:{width:0,height:0}},device:{canvas:{width:0,height:0},cell:{width:0,height:0},char:{width:0,height:0,left:0,top:0}}}},s.computeNextVariantOffset=function(_,n,d=0){return(_-(2*Math.round(n)-d))%(2*Math.round(n))}},6052:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.createSelectionRenderModel=void 0;class o{constructor(){this.clear()}clear(){this.hasSelection=!1,this.columnSelectMode=!1,this.viewportStartRow=0,this.viewportEndRow=0,this.viewportCappedStartRow=0,this.viewportCappedEndRow=0,this.startCol=0,this.endCol=0,this.selectionStart=void 0,this.selectionEnd=void 0}update(_,n,d,f=!1){if(this.selectionStart=n,this.selectionEnd=d,!n||!d||n[0]===d[0]&&n[1]===d[1])return void this.clear();const v=_.buffers.active.ydisp,c=n[1]-v,t=d[1]-v,r=Math.max(c,0),e=Math.min(t,_.rows-1);r>=_.rows||e<0?this.clear():(this.hasSelection=!0,this.columnSelectMode=f,this.viewportStartRow=c,this.viewportEndRow=t,this.viewportCappedStartRow=r,this.viewportCappedEndRow=e,this.startCol=n[0],this.endCol=d[0])}isCellSelected(_,n,d){return!!this.hasSelection&&(d-=_.buffer.active.viewportY,this.columnSelectMode?this.startCol<=this.endCol?n>=this.startCol&&d>=this.viewportCappedStartRow&&n<this.endCol&&d<=this.viewportCappedEndRow:n<this.startCol&&d>=this.viewportCappedStartRow&&n>=this.endCol&&d<=this.viewportCappedEndRow:d>this.viewportStartRow&&d<this.viewportEndRow||this.viewportStartRow===this.viewportEndRow&&d===this.viewportStartRow&&n>=this.startCol&&n<this.endCol||this.viewportStartRow<this.viewportEndRow&&d===this.viewportEndRow&&n<this.endCol||this.viewportStartRow<this.viewportEndRow&&d===this.viewportStartRow&&n>=this.startCol)}}s.createSelectionRenderModel=function(){return new o}},456:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.SelectionModel=void 0,s.SelectionModel=class{constructor(o){this._bufferService=o,this.isSelectAllActive=!1,this.selectionStartLength=0}clearSelection(){this.selectionStart=void 0,this.selectionEnd=void 0,this.isSelectAllActive=!1,this.selectionStartLength=0}get finalSelectionStart(){return this.isSelectAllActive?[0,0]:this.selectionEnd&&this.selectionStart&&this.areSelectionValuesReversed()?this.selectionEnd:this.selectionStart}get finalSelectionEnd(){if(this.isSelectAllActive)return[this._bufferService.cols,this._bufferService.buffer.ybase+this._bufferService.rows-1];if(this.selectionStart){if(!this.selectionEnd||this.areSelectionValuesReversed()){const o=this.selectionStart[0]+this.selectionStartLength;return o>this._bufferService.cols?o%this._bufferService.cols==0?[this._bufferService.cols,this.selectionStart[1]+Math.floor(o/this._bufferService.cols)-1]:[o%this._bufferService.cols,this.selectionStart[1]+Math.floor(o/this._bufferService.cols)]:[o,this.selectionStart[1]]}if(this.selectionStartLength&&this.selectionEnd[1]===this.selectionStart[1]){const o=this.selectionStart[0]+this.selectionStartLength;return o>this._bufferService.cols?[o%this._bufferService.cols,this.selectionStart[1]+Math.floor(o/this._bufferService.cols)]:[Math.max(o,this.selectionEnd[0]),this.selectionEnd[1]]}return this.selectionEnd}}areSelectionValuesReversed(){const o=this.selectionStart,h=this.selectionEnd;return!(!o||!h)&&(o[1]>h[1]||o[1]===h[1]&&o[0]>h[0])}handleTrim(o){return this.selectionStart&&(this.selectionStart[1]-=o),this.selectionEnd&&(this.selectionEnd[1]-=o),this.selectionEnd&&this.selectionEnd[1]<0?(this.clearSelection(),!0):(this.selectionStart&&this.selectionStart[1]<0&&(this.selectionStart[1]=0),!1)}}},428:function(B,s,o){var h=this&&this.__decorate||function(e,i,a,p){var u,g=arguments.length,l=g<3?i:p===null?p=Object.getOwnPropertyDescriptor(i,a):p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,i,a,p);else for(var m=e.length-1;m>=0;m--)(u=e[m])&&(l=(g<3?u(l):g>3?u(i,a,l):u(i,a))||l);return g>3&&l&&Object.defineProperty(i,a,l),l},_=this&&this.__param||function(e,i){return function(a,p){i(a,p,e)}};Object.defineProperty(s,"__esModule",{value:!0}),s.CharSizeService=void 0;const n=o(2585),d=o(8460),f=o(844);let v=s.CharSizeService=class extends f.Disposable{get hasValidSize(){return this.width>0&&this.height>0}constructor(e,i,a){super(),this._optionsService=a,this.width=0,this.height=0,this._onCharSizeChange=this.register(new d.EventEmitter),this.onCharSizeChange=this._onCharSizeChange.event;try{this._measureStrategy=this.register(new r(this._optionsService))}catch{this._measureStrategy=this.register(new t(e,i,this._optionsService))}this.register(this._optionsService.onMultipleOptionChange(["fontFamily","fontSize"],()=>this.measure()))}measure(){const e=this._measureStrategy.measure();e.width===this.width&&e.height===this.height||(this.width=e.width,this.height=e.height,this._onCharSizeChange.fire())}};s.CharSizeService=v=h([_(2,n.IOptionsService)],v);class c extends f.Disposable{constructor(){super(...arguments),this._result={width:0,height:0}}_validateAndSet(i,a){i!==void 0&&i>0&&a!==void 0&&a>0&&(this._result.width=i,this._result.height=a)}}class t extends c{constructor(i,a,p){super(),this._document=i,this._parentElement=a,this._optionsService=p,this._measureElement=this._document.createElement("span"),this._measureElement.classList.add("xterm-char-measure-element"),this._measureElement.textContent="W".repeat(32),this._measureElement.setAttribute("aria-hidden","true"),this._measureElement.style.whiteSpace="pre",this._measureElement.style.fontKerning="none",this._parentElement.appendChild(this._measureElement)}measure(){return this._measureElement.style.fontFamily=this._optionsService.rawOptions.fontFamily,this._measureElement.style.fontSize=`${this._optionsService.rawOptions.fontSize}px`,this._validateAndSet(Number(this._measureElement.offsetWidth)/32,Number(this._measureElement.offsetHeight)),this._result}}class r extends c{constructor(i){super(),this._optionsService=i,this._canvas=new OffscreenCanvas(100,100),this._ctx=this._canvas.getContext("2d");const a=this._ctx.measureText("W");if(!("width"in a&&"fontBoundingBoxAscent"in a&&"fontBoundingBoxDescent"in a))throw new Error("Required font metrics not supported")}measure(){this._ctx.font=`${this._optionsService.rawOptions.fontSize}px ${this._optionsService.rawOptions.fontFamily}`;const i=this._ctx.measureText("W");return this._validateAndSet(i.width,i.fontBoundingBoxAscent+i.fontBoundingBoxDescent),this._result}}},4269:function(B,s,o){var h=this&&this.__decorate||function(r,e,i,a){var p,u=arguments.length,g=u<3?e:a===null?a=Object.getOwnPropertyDescriptor(e,i):a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")g=Reflect.decorate(r,e,i,a);else for(var l=r.length-1;l>=0;l--)(p=r[l])&&(g=(u<3?p(g):u>3?p(e,i,g):p(e,i))||g);return u>3&&g&&Object.defineProperty(e,i,g),g},_=this&&this.__param||function(r,e){return function(i,a){e(i,a,r)}};Object.defineProperty(s,"__esModule",{value:!0}),s.CharacterJoinerService=s.JoinedCellData=void 0;const n=o(3734),d=o(643),f=o(511),v=o(2585);class c extends n.AttributeData{constructor(e,i,a){super(),this.content=0,this.combinedData="",this.fg=e.fg,this.bg=e.bg,this.combinedData=i,this._width=a}isCombined(){return 2097152}getWidth(){return this._width}getChars(){return this.combinedData}getCode(){return 2097151}setFromCharData(e){throw new Error("not implemented")}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}}s.JoinedCellData=c;let t=s.CharacterJoinerService=class Me{constructor(e){this._bufferService=e,this._characterJoiners=[],this._nextCharacterJoinerId=0,this._workCell=new f.CellData}register(e){const i={id:this._nextCharacterJoinerId++,handler:e};return this._characterJoiners.push(i),i.id}deregister(e){for(let i=0;i<this._characterJoiners.length;i++)if(this._characterJoiners[i].id===e)return this._characterJoiners.splice(i,1),!0;return!1}getJoinedCharacters(e){if(this._characterJoiners.length===0)return[];const i=this._bufferService.buffer.lines.get(e);if(!i||i.length===0)return[];const a=[],p=i.translateToString(!0);let u=0,g=0,l=0,m=i.getFg(0),E=i.getBg(0);for(let x=0;x<i.getTrimmedLength();x++)if(i.loadCell(x,this._workCell),this._workCell.getWidth()!==0){if(this._workCell.fg!==m||this._workCell.bg!==E){if(x-u>1){const D=this._getJoinedRanges(p,l,g,i,u);for(let b=0;b<D.length;b++)a.push(D[b])}u=x,l=g,m=this._workCell.fg,E=this._workCell.bg}g+=this._workCell.getChars().length||d.WHITESPACE_CELL_CHAR.length}if(this._bufferService.cols-u>1){const x=this._getJoinedRanges(p,l,g,i,u);for(let D=0;D<x.length;D++)a.push(x[D])}return a}_getJoinedRanges(e,i,a,p,u){const g=e.substring(i,a);let l=[];try{l=this._characterJoiners[0].handler(g)}catch(m){console.error(m)}for(let m=1;m<this._characterJoiners.length;m++)try{const E=this._characterJoiners[m].handler(g);for(let x=0;x<E.length;x++)Me._mergeRanges(l,E[x])}catch(E){console.error(E)}return this._stringRangesToCellRanges(l,p,u),l}_stringRangesToCellRanges(e,i,a){let p=0,u=!1,g=0,l=e[p];if(l){for(let m=a;m<this._bufferService.cols;m++){const E=i.getWidth(m),x=i.getString(m).length||d.WHITESPACE_CELL_CHAR.length;if(E!==0){if(!u&&l[0]<=g&&(l[0]=m,u=!0),l[1]<=g){if(l[1]=m,l=e[++p],!l)break;l[0]<=g?(l[0]=m,u=!0):u=!1}g+=x}}l&&(l[1]=this._bufferService.cols)}}static _mergeRanges(e,i){let a=!1;for(let p=0;p<e.length;p++){const u=e[p];if(a){if(i[1]<=u[0])return e[p-1][1]=i[1],e;if(i[1]<=u[1])return e[p-1][1]=Math.max(i[1],u[1]),e.splice(p,1),e;e.splice(p,1),p--}else{if(i[1]<=u[0])return e.splice(p,0,i),e;if(i[1]<=u[1])return u[0]=Math.min(i[0],u[0]),e;i[0]<u[1]&&(u[0]=Math.min(i[0],u[0]),a=!0)}}return a?e[e.length-1][1]=i[1]:e.push(i),e}};s.CharacterJoinerService=t=h([_(0,v.IBufferService)],t)},5114:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.CoreBrowserService=void 0;const h=o(844),_=o(8460),n=o(3656);class d extends h.Disposable{constructor(c,t,r){super(),this._textarea=c,this._window=t,this.mainDocument=r,this._isFocused=!1,this._cachedIsFocused=void 0,this._screenDprMonitor=new f(this._window),this._onDprChange=this.register(new _.EventEmitter),this.onDprChange=this._onDprChange.event,this._onWindowChange=this.register(new _.EventEmitter),this.onWindowChange=this._onWindowChange.event,this.register(this.onWindowChange(e=>this._screenDprMonitor.setWindow(e))),this.register((0,_.forwardEvent)(this._screenDprMonitor.onDprChange,this._onDprChange)),this._textarea.addEventListener("focus",()=>this._isFocused=!0),this._textarea.addEventListener("blur",()=>this._isFocused=!1)}get window(){return this._window}set window(c){this._window!==c&&(this._window=c,this._onWindowChange.fire(this._window))}get dpr(){return this.window.devicePixelRatio}get isFocused(){return this._cachedIsFocused===void 0&&(this._cachedIsFocused=this._isFocused&&this._textarea.ownerDocument.hasFocus(),queueMicrotask(()=>this._cachedIsFocused=void 0)),this._cachedIsFocused}}s.CoreBrowserService=d;class f extends h.Disposable{constructor(c){super(),this._parentWindow=c,this._windowResizeListener=this.register(new h.MutableDisposable),this._onDprChange=this.register(new _.EventEmitter),this.onDprChange=this._onDprChange.event,this._outerListener=()=>this._setDprAndFireIfDiffers(),this._currentDevicePixelRatio=this._parentWindow.devicePixelRatio,this._updateDpr(),this._setWindowResizeListener(),this.register((0,h.toDisposable)(()=>this.clearListener()))}setWindow(c){this._parentWindow=c,this._setWindowResizeListener(),this._setDprAndFireIfDiffers()}_setWindowResizeListener(){this._windowResizeListener.value=(0,n.addDisposableDomListener)(this._parentWindow,"resize",()=>this._setDprAndFireIfDiffers())}_setDprAndFireIfDiffers(){this._parentWindow.devicePixelRatio!==this._currentDevicePixelRatio&&this._onDprChange.fire(this._parentWindow.devicePixelRatio),this._updateDpr()}_updateDpr(){this._outerListener&&(this._resolutionMediaMatchList?.removeListener(this._outerListener),this._currentDevicePixelRatio=this._parentWindow.devicePixelRatio,this._resolutionMediaMatchList=this._parentWindow.matchMedia(`screen and (resolution: ${this._parentWindow.devicePixelRatio}dppx)`),this._resolutionMediaMatchList.addListener(this._outerListener))}clearListener(){this._resolutionMediaMatchList&&this._outerListener&&(this._resolutionMediaMatchList.removeListener(this._outerListener),this._resolutionMediaMatchList=void 0,this._outerListener=void 0)}}},779:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.LinkProviderService=void 0;const h=o(844);class _ extends h.Disposable{constructor(){super(),this.linkProviders=[],this.register((0,h.toDisposable)(()=>this.linkProviders.length=0))}registerLinkProvider(d){return this.linkProviders.push(d),{dispose:()=>{const f=this.linkProviders.indexOf(d);f!==-1&&this.linkProviders.splice(f,1)}}}}s.LinkProviderService=_},8934:function(B,s,o){var h=this&&this.__decorate||function(v,c,t,r){var e,i=arguments.length,a=i<3?c:r===null?r=Object.getOwnPropertyDescriptor(c,t):r;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(v,c,t,r);else for(var p=v.length-1;p>=0;p--)(e=v[p])&&(a=(i<3?e(a):i>3?e(c,t,a):e(c,t))||a);return i>3&&a&&Object.defineProperty(c,t,a),a},_=this&&this.__param||function(v,c){return function(t,r){c(t,r,v)}};Object.defineProperty(s,"__esModule",{value:!0}),s.MouseService=void 0;const n=o(4725),d=o(9806);let f=s.MouseService=class{constructor(v,c){this._renderService=v,this._charSizeService=c}getCoords(v,c,t,r,e){return(0,d.getCoords)(window,v,c,t,r,this._charSizeService.hasValidSize,this._renderService.dimensions.css.cell.width,this._renderService.dimensions.css.cell.height,e)}getMouseReportCoords(v,c){const t=(0,d.getCoordsRelativeToElement)(window,v,c);if(this._charSizeService.hasValidSize)return t[0]=Math.min(Math.max(t[0],0),this._renderService.dimensions.css.canvas.width-1),t[1]=Math.min(Math.max(t[1],0),this._renderService.dimensions.css.canvas.height-1),{col:Math.floor(t[0]/this._renderService.dimensions.css.cell.width),row:Math.floor(t[1]/this._renderService.dimensions.css.cell.height),x:Math.floor(t[0]),y:Math.floor(t[1])}}};s.MouseService=f=h([_(0,n.IRenderService),_(1,n.ICharSizeService)],f)},3230:function(B,s,o){var h=this&&this.__decorate||function(e,i,a,p){var u,g=arguments.length,l=g<3?i:p===null?p=Object.getOwnPropertyDescriptor(i,a):p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,i,a,p);else for(var m=e.length-1;m>=0;m--)(u=e[m])&&(l=(g<3?u(l):g>3?u(i,a,l):u(i,a))||l);return g>3&&l&&Object.defineProperty(i,a,l),l},_=this&&this.__param||function(e,i){return function(a,p){i(a,p,e)}};Object.defineProperty(s,"__esModule",{value:!0}),s.RenderService=void 0;const n=o(6193),d=o(4725),f=o(8460),v=o(844),c=o(7226),t=o(2585);let r=s.RenderService=class extends v.Disposable{get dimensions(){return this._renderer.value.dimensions}constructor(e,i,a,p,u,g,l,m){super(),this._rowCount=e,this._charSizeService=p,this._renderer=this.register(new v.MutableDisposable),this._pausedResizeTask=new c.DebouncedIdleTask,this._observerDisposable=this.register(new v.MutableDisposable),this._isPaused=!1,this._needsFullRefresh=!1,this._isNextRenderRedrawOnly=!0,this._needsSelectionRefresh=!1,this._canvasWidth=0,this._canvasHeight=0,this._selectionState={start:void 0,end:void 0,columnSelectMode:!1},this._onDimensionsChange=this.register(new f.EventEmitter),this.onDimensionsChange=this._onDimensionsChange.event,this._onRenderedViewportChange=this.register(new f.EventEmitter),this.onRenderedViewportChange=this._onRenderedViewportChange.event,this._onRender=this.register(new f.EventEmitter),this.onRender=this._onRender.event,this._onRefreshRequest=this.register(new f.EventEmitter),this.onRefreshRequest=this._onRefreshRequest.event,this._renderDebouncer=new n.RenderDebouncer((E,x)=>this._renderRows(E,x),l),this.register(this._renderDebouncer),this.register(l.onDprChange(()=>this.handleDevicePixelRatioChange())),this.register(g.onResize(()=>this._fullRefresh())),this.register(g.buffers.onBufferActivate(()=>this._renderer.value?.clear())),this.register(a.onOptionChange(()=>this._handleOptionsChanged())),this.register(this._charSizeService.onCharSizeChange(()=>this.handleCharSizeChanged())),this.register(u.onDecorationRegistered(()=>this._fullRefresh())),this.register(u.onDecorationRemoved(()=>this._fullRefresh())),this.register(a.onMultipleOptionChange(["customGlyphs","drawBoldTextInBrightColors","letterSpacing","lineHeight","fontFamily","fontSize","fontWeight","fontWeightBold","minimumContrastRatio","rescaleOverlappingGlyphs"],()=>{this.clear(),this.handleResize(g.cols,g.rows),this._fullRefresh()})),this.register(a.onMultipleOptionChange(["cursorBlink","cursorStyle"],()=>this.refreshRows(g.buffer.y,g.buffer.y,!0))),this.register(m.onChangeColors(()=>this._fullRefresh())),this._registerIntersectionObserver(l.window,i),this.register(l.onWindowChange(E=>this._registerIntersectionObserver(E,i)))}_registerIntersectionObserver(e,i){if("IntersectionObserver"in e){const a=new e.IntersectionObserver(p=>this._handleIntersectionChange(p[p.length-1]),{threshold:0});a.observe(i),this._observerDisposable.value=(0,v.toDisposable)(()=>a.disconnect())}}_handleIntersectionChange(e){this._isPaused=e.isIntersecting===void 0?e.intersectionRatio===0:!e.isIntersecting,this._isPaused||this._charSizeService.hasValidSize||this._charSizeService.measure(),!this._isPaused&&this._needsFullRefresh&&(this._pausedResizeTask.flush(),this.refreshRows(0,this._rowCount-1),this._needsFullRefresh=!1)}refreshRows(e,i,a=!1){this._isPaused?this._needsFullRefresh=!0:(a||(this._isNextRenderRedrawOnly=!1),this._renderDebouncer.refresh(e,i,this._rowCount))}_renderRows(e,i){this._renderer.value&&(e=Math.min(e,this._rowCount-1),i=Math.min(i,this._rowCount-1),this._renderer.value.renderRows(e,i),this._needsSelectionRefresh&&(this._renderer.value.handleSelectionChanged(this._selectionState.start,this._selectionState.end,this._selectionState.columnSelectMode),this._needsSelectionRefresh=!1),this._isNextRenderRedrawOnly||this._onRenderedViewportChange.fire({start:e,end:i}),this._onRender.fire({start:e,end:i}),this._isNextRenderRedrawOnly=!0)}resize(e,i){this._rowCount=i,this._fireOnCanvasResize()}_handleOptionsChanged(){this._renderer.value&&(this.refreshRows(0,this._rowCount-1),this._fireOnCanvasResize())}_fireOnCanvasResize(){this._renderer.value&&(this._renderer.value.dimensions.css.canvas.width===this._canvasWidth&&this._renderer.value.dimensions.css.canvas.height===this._canvasHeight||this._onDimensionsChange.fire(this._renderer.value.dimensions))}hasRenderer(){return!!this._renderer.value}setRenderer(e){this._renderer.value=e,this._renderer.value&&(this._renderer.value.onRequestRedraw(i=>this.refreshRows(i.start,i.end,!0)),this._needsSelectionRefresh=!0,this._fullRefresh())}addRefreshCallback(e){return this._renderDebouncer.addRefreshCallback(e)}_fullRefresh(){this._isPaused?this._needsFullRefresh=!0:this.refreshRows(0,this._rowCount-1)}clearTextureAtlas(){this._renderer.value&&(this._renderer.value.clearTextureAtlas?.(),this._fullRefresh())}handleDevicePixelRatioChange(){this._charSizeService.measure(),this._renderer.value&&(this._renderer.value.handleDevicePixelRatioChange(),this.refreshRows(0,this._rowCount-1))}handleResize(e,i){this._renderer.value&&(this._isPaused?this._pausedResizeTask.set(()=>this._renderer.value?.handleResize(e,i)):this._renderer.value.handleResize(e,i),this._fullRefresh())}handleCharSizeChanged(){this._renderer.value?.handleCharSizeChanged()}handleBlur(){this._renderer.value?.handleBlur()}handleFocus(){this._renderer.value?.handleFocus()}handleSelectionChanged(e,i,a){this._selectionState.start=e,this._selectionState.end=i,this._selectionState.columnSelectMode=a,this._renderer.value?.handleSelectionChanged(e,i,a)}handleCursorMove(){this._renderer.value?.handleCursorMove()}clear(){this._renderer.value?.clear()}};s.RenderService=r=h([_(2,t.IOptionsService),_(3,d.ICharSizeService),_(4,t.IDecorationService),_(5,t.IBufferService),_(6,d.ICoreBrowserService),_(7,d.IThemeService)],r)},9312:function(B,s,o){var h=this&&this.__decorate||function(l,m,E,x){var D,b=arguments.length,R=b<3?m:x===null?x=Object.getOwnPropertyDescriptor(m,E):x;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(l,m,E,x);else for(var M=l.length-1;M>=0;M--)(D=l[M])&&(R=(b<3?D(R):b>3?D(m,E,R):D(m,E))||R);return b>3&&R&&Object.defineProperty(m,E,R),R},_=this&&this.__param||function(l,m){return function(E,x){m(E,x,l)}};Object.defineProperty(s,"__esModule",{value:!0}),s.SelectionService=void 0;const n=o(9806),d=o(9504),f=o(456),v=o(4725),c=o(8460),t=o(844),r=o(6114),e=o(4841),i=o(511),a=o(2585),p=" ",u=new RegExp(p,"g");let g=s.SelectionService=class extends t.Disposable{constructor(l,m,E,x,D,b,R,M,P){super(),this._element=l,this._screenElement=m,this._linkifier=E,this._bufferService=x,this._coreService=D,this._mouseService=b,this._optionsService=R,this._renderService=M,this._coreBrowserService=P,this._dragScrollAmount=0,this._enabled=!0,this._workCell=new i.CellData,this._mouseDownTimeStamp=0,this._oldHasSelection=!1,this._oldSelectionStart=void 0,this._oldSelectionEnd=void 0,this._onLinuxMouseSelection=this.register(new c.EventEmitter),this.onLinuxMouseSelection=this._onLinuxMouseSelection.event,this._onRedrawRequest=this.register(new c.EventEmitter),this.onRequestRedraw=this._onRedrawRequest.event,this._onSelectionChange=this.register(new c.EventEmitter),this.onSelectionChange=this._onSelectionChange.event,this._onRequestScrollLines=this.register(new c.EventEmitter),this.onRequestScrollLines=this._onRequestScrollLines.event,this._mouseMoveListener=N=>this._handleMouseMove(N),this._mouseUpListener=N=>this._handleMouseUp(N),this._coreService.onUserInput(()=>{this.hasSelection&&this.clearSelection()}),this._trimListener=this._bufferService.buffer.lines.onTrim(N=>this._handleTrim(N)),this.register(this._bufferService.buffers.onBufferActivate(N=>this._handleBufferActivate(N))),this.enable(),this._model=new f.SelectionModel(this._bufferService),this._activeSelectionMode=0,this.register((0,t.toDisposable)(()=>{this._removeMouseDownListeners()}))}reset(){this.clearSelection()}disable(){this.clearSelection(),this._enabled=!1}enable(){this._enabled=!0}get selectionStart(){return this._model.finalSelectionStart}get selectionEnd(){return this._model.finalSelectionEnd}get hasSelection(){const l=this._model.finalSelectionStart,m=this._model.finalSelectionEnd;return!(!l||!m||l[0]===m[0]&&l[1]===m[1])}get selectionText(){const l=this._model.finalSelectionStart,m=this._model.finalSelectionEnd;if(!l||!m)return"";const E=this._bufferService.buffer,x=[];if(this._activeSelectionMode===3){if(l[0]===m[0])return"";const D=l[0]<m[0]?l[0]:m[0],b=l[0]<m[0]?m[0]:l[0];for(let R=l[1];R<=m[1];R++){const M=E.translateBufferLineToString(R,!0,D,b);x.push(M)}}else{const D=l[1]===m[1]?m[0]:void 0;x.push(E.translateBufferLineToString(l[1],!0,l[0],D));for(let b=l[1]+1;b<=m[1]-1;b++){const R=E.lines.get(b),M=E.translateBufferLineToString(b,!0);R?.isWrapped?x[x.length-1]+=M:x.push(M)}if(l[1]!==m[1]){const b=E.lines.get(m[1]),R=E.translateBufferLineToString(m[1],!0,0,m[0]);b&&b.isWrapped?x[x.length-1]+=R:x.push(R)}}return x.map(D=>D.replace(u," ")).join(r.isWindows?`\r
|
|
410
|
+
`:`
|
|
411
|
+
`)}clearSelection(){this._model.clearSelection(),this._removeMouseDownListeners(),this.refresh(),this._onSelectionChange.fire()}refresh(l){this._refreshAnimationFrame||(this._refreshAnimationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>this._refresh())),r.isLinux&&l&&this.selectionText.length&&this._onLinuxMouseSelection.fire(this.selectionText)}_refresh(){this._refreshAnimationFrame=void 0,this._onRedrawRequest.fire({start:this._model.finalSelectionStart,end:this._model.finalSelectionEnd,columnSelectMode:this._activeSelectionMode===3})}_isClickInSelection(l){const m=this._getMouseBufferCoords(l),E=this._model.finalSelectionStart,x=this._model.finalSelectionEnd;return!!(E&&x&&m)&&this._areCoordsInSelection(m,E,x)}isCellInSelection(l,m){const E=this._model.finalSelectionStart,x=this._model.finalSelectionEnd;return!(!E||!x)&&this._areCoordsInSelection([l,m],E,x)}_areCoordsInSelection(l,m,E){return l[1]>m[1]&&l[1]<E[1]||m[1]===E[1]&&l[1]===m[1]&&l[0]>=m[0]&&l[0]<E[0]||m[1]<E[1]&&l[1]===E[1]&&l[0]<E[0]||m[1]<E[1]&&l[1]===m[1]&&l[0]>=m[0]}_selectWordAtCursor(l,m){const E=this._linkifier.currentLink?.link?.range;if(E)return this._model.selectionStart=[E.start.x-1,E.start.y-1],this._model.selectionStartLength=(0,e.getRangeLength)(E,this._bufferService.cols),this._model.selectionEnd=void 0,!0;const x=this._getMouseBufferCoords(l);return!!x&&(this._selectWordAt(x,m),this._model.selectionEnd=void 0,!0)}selectAll(){this._model.isSelectAllActive=!0,this.refresh(),this._onSelectionChange.fire()}selectLines(l,m){this._model.clearSelection(),l=Math.max(l,0),m=Math.min(m,this._bufferService.buffer.lines.length-1),this._model.selectionStart=[0,l],this._model.selectionEnd=[this._bufferService.cols,m],this.refresh(),this._onSelectionChange.fire()}_handleTrim(l){this._model.handleTrim(l)&&this.refresh()}_getMouseBufferCoords(l){const m=this._mouseService.getCoords(l,this._screenElement,this._bufferService.cols,this._bufferService.rows,!0);if(m)return m[0]--,m[1]--,m[1]+=this._bufferService.buffer.ydisp,m}_getMouseEventScrollAmount(l){let m=(0,n.getCoordsRelativeToElement)(this._coreBrowserService.window,l,this._screenElement)[1];const E=this._renderService.dimensions.css.canvas.height;return m>=0&&m<=E?0:(m>E&&(m-=E),m=Math.min(Math.max(m,-50),50),m/=50,m/Math.abs(m)+Math.round(14*m))}shouldForceSelection(l){return r.isMac?l.altKey&&this._optionsService.rawOptions.macOptionClickForcesSelection:l.shiftKey}handleMouseDown(l){if(this._mouseDownTimeStamp=l.timeStamp,(l.button!==2||!this.hasSelection)&&l.button===0){if(!this._enabled){if(!this.shouldForceSelection(l))return;l.stopPropagation()}l.preventDefault(),this._dragScrollAmount=0,this._enabled&&l.shiftKey?this._handleIncrementalClick(l):l.detail===1?this._handleSingleClick(l):l.detail===2?this._handleDoubleClick(l):l.detail===3&&this._handleTripleClick(l),this._addMouseDownListeners(),this.refresh(!0)}}_addMouseDownListeners(){this._screenElement.ownerDocument&&(this._screenElement.ownerDocument.addEventListener("mousemove",this._mouseMoveListener),this._screenElement.ownerDocument.addEventListener("mouseup",this._mouseUpListener)),this._dragScrollIntervalTimer=this._coreBrowserService.window.setInterval(()=>this._dragScroll(),50)}_removeMouseDownListeners(){this._screenElement.ownerDocument&&(this._screenElement.ownerDocument.removeEventListener("mousemove",this._mouseMoveListener),this._screenElement.ownerDocument.removeEventListener("mouseup",this._mouseUpListener)),this._coreBrowserService.window.clearInterval(this._dragScrollIntervalTimer),this._dragScrollIntervalTimer=void 0}_handleIncrementalClick(l){this._model.selectionStart&&(this._model.selectionEnd=this._getMouseBufferCoords(l))}_handleSingleClick(l){if(this._model.selectionStartLength=0,this._model.isSelectAllActive=!1,this._activeSelectionMode=this.shouldColumnSelect(l)?3:0,this._model.selectionStart=this._getMouseBufferCoords(l),!this._model.selectionStart)return;this._model.selectionEnd=void 0;const m=this._bufferService.buffer.lines.get(this._model.selectionStart[1]);m&&m.length!==this._model.selectionStart[0]&&m.hasWidth(this._model.selectionStart[0])===0&&this._model.selectionStart[0]++}_handleDoubleClick(l){this._selectWordAtCursor(l,!0)&&(this._activeSelectionMode=1)}_handleTripleClick(l){const m=this._getMouseBufferCoords(l);m&&(this._activeSelectionMode=2,this._selectLineAt(m[1]))}shouldColumnSelect(l){return l.altKey&&!(r.isMac&&this._optionsService.rawOptions.macOptionClickForcesSelection)}_handleMouseMove(l){if(l.stopImmediatePropagation(),!this._model.selectionStart)return;const m=this._model.selectionEnd?[this._model.selectionEnd[0],this._model.selectionEnd[1]]:null;if(this._model.selectionEnd=this._getMouseBufferCoords(l),!this._model.selectionEnd)return void this.refresh(!0);this._activeSelectionMode===2?this._model.selectionEnd[1]<this._model.selectionStart[1]?this._model.selectionEnd[0]=0:this._model.selectionEnd[0]=this._bufferService.cols:this._activeSelectionMode===1&&this._selectToWordAt(this._model.selectionEnd),this._dragScrollAmount=this._getMouseEventScrollAmount(l),this._activeSelectionMode!==3&&(this._dragScrollAmount>0?this._model.selectionEnd[0]=this._bufferService.cols:this._dragScrollAmount<0&&(this._model.selectionEnd[0]=0));const E=this._bufferService.buffer;if(this._model.selectionEnd[1]<E.lines.length){const x=E.lines.get(this._model.selectionEnd[1]);x&&x.hasWidth(this._model.selectionEnd[0])===0&&this._model.selectionEnd[0]<this._bufferService.cols&&this._model.selectionEnd[0]++}m&&m[0]===this._model.selectionEnd[0]&&m[1]===this._model.selectionEnd[1]||this.refresh(!0)}_dragScroll(){if(this._model.selectionEnd&&this._model.selectionStart&&this._dragScrollAmount){this._onRequestScrollLines.fire({amount:this._dragScrollAmount,suppressScrollEvent:!1});const l=this._bufferService.buffer;this._dragScrollAmount>0?(this._activeSelectionMode!==3&&(this._model.selectionEnd[0]=this._bufferService.cols),this._model.selectionEnd[1]=Math.min(l.ydisp+this._bufferService.rows,l.lines.length-1)):(this._activeSelectionMode!==3&&(this._model.selectionEnd[0]=0),this._model.selectionEnd[1]=l.ydisp),this.refresh()}}_handleMouseUp(l){const m=l.timeStamp-this._mouseDownTimeStamp;if(this._removeMouseDownListeners(),this.selectionText.length<=1&&m<500&&l.altKey&&this._optionsService.rawOptions.altClickMovesCursor){if(this._bufferService.buffer.ybase===this._bufferService.buffer.ydisp){const E=this._mouseService.getCoords(l,this._element,this._bufferService.cols,this._bufferService.rows,!1);if(E&&E[0]!==void 0&&E[1]!==void 0){const x=(0,d.moveToCellSequence)(E[0]-1,E[1]-1,this._bufferService,this._coreService.decPrivateModes.applicationCursorKeys);this._coreService.triggerDataEvent(x,!0)}}}else this._fireEventIfSelectionChanged()}_fireEventIfSelectionChanged(){const l=this._model.finalSelectionStart,m=this._model.finalSelectionEnd,E=!(!l||!m||l[0]===m[0]&&l[1]===m[1]);E?l&&m&&(this._oldSelectionStart&&this._oldSelectionEnd&&l[0]===this._oldSelectionStart[0]&&l[1]===this._oldSelectionStart[1]&&m[0]===this._oldSelectionEnd[0]&&m[1]===this._oldSelectionEnd[1]||this._fireOnSelectionChange(l,m,E)):this._oldHasSelection&&this._fireOnSelectionChange(l,m,E)}_fireOnSelectionChange(l,m,E){this._oldSelectionStart=l,this._oldSelectionEnd=m,this._oldHasSelection=E,this._onSelectionChange.fire()}_handleBufferActivate(l){this.clearSelection(),this._trimListener.dispose(),this._trimListener=l.activeBuffer.lines.onTrim(m=>this._handleTrim(m))}_convertViewportColToCharacterIndex(l,m){let E=m;for(let x=0;m>=x;x++){const D=l.loadCell(x,this._workCell).getChars().length;this._workCell.getWidth()===0?E--:D>1&&m!==x&&(E+=D-1)}return E}setSelection(l,m,E){this._model.clearSelection(),this._removeMouseDownListeners(),this._model.selectionStart=[l,m],this._model.selectionStartLength=E,this.refresh(),this._fireEventIfSelectionChanged()}rightClickSelect(l){this._isClickInSelection(l)||(this._selectWordAtCursor(l,!1)&&this.refresh(!0),this._fireEventIfSelectionChanged())}_getWordAt(l,m,E=!0,x=!0){if(l[0]>=this._bufferService.cols)return;const D=this._bufferService.buffer,b=D.lines.get(l[1]);if(!b)return;const R=D.translateBufferLineToString(l[1],!1);let M=this._convertViewportColToCharacterIndex(b,l[0]),P=M;const N=l[0]-M;let I=0,S=0,w=0,y=0;if(R.charAt(M)===" "){for(;M>0&&R.charAt(M-1)===" ";)M--;for(;P<R.length&&R.charAt(P+1)===" ";)P++}else{let H=l[0],j=l[0];b.getWidth(H)===0&&(I++,H--),b.getWidth(j)===2&&(S++,j++);const K=b.getString(j).length;for(K>1&&(y+=K-1,P+=K-1);H>0&&M>0&&!this._isCharWordSeparator(b.loadCell(H-1,this._workCell));){b.loadCell(H-1,this._workCell);const L=this._workCell.getChars().length;this._workCell.getWidth()===0?(I++,H--):L>1&&(w+=L-1,M-=L-1),M--,H--}for(;j<b.length&&P+1<R.length&&!this._isCharWordSeparator(b.loadCell(j+1,this._workCell));){b.loadCell(j+1,this._workCell);const L=this._workCell.getChars().length;this._workCell.getWidth()===2?(S++,j++):L>1&&(y+=L-1,P+=L-1),P++,j++}}P++;let k=M+N-I+w,T=Math.min(this._bufferService.cols,P-M+I+S-w-y);if(m||R.slice(M,P).trim()!==""){if(E&&k===0&&b.getCodePoint(0)!==32){const H=D.lines.get(l[1]-1);if(H&&b.isWrapped&&H.getCodePoint(this._bufferService.cols-1)!==32){const j=this._getWordAt([this._bufferService.cols-1,l[1]-1],!1,!0,!1);if(j){const K=this._bufferService.cols-j.start;k-=K,T+=K}}}if(x&&k+T===this._bufferService.cols&&b.getCodePoint(this._bufferService.cols-1)!==32){const H=D.lines.get(l[1]+1);if(H?.isWrapped&&H.getCodePoint(0)!==32){const j=this._getWordAt([0,l[1]+1],!1,!1,!0);j&&(T+=j.length)}}return{start:k,length:T}}}_selectWordAt(l,m){const E=this._getWordAt(l,m);if(E){for(;E.start<0;)E.start+=this._bufferService.cols,l[1]--;this._model.selectionStart=[E.start,l[1]],this._model.selectionStartLength=E.length}}_selectToWordAt(l){const m=this._getWordAt(l,!0);if(m){let E=l[1];for(;m.start<0;)m.start+=this._bufferService.cols,E--;if(!this._model.areSelectionValuesReversed())for(;m.start+m.length>this._bufferService.cols;)m.length-=this._bufferService.cols,E++;this._model.selectionEnd=[this._model.areSelectionValuesReversed()?m.start:m.start+m.length,E]}}_isCharWordSeparator(l){return l.getWidth()!==0&&this._optionsService.rawOptions.wordSeparator.indexOf(l.getChars())>=0}_selectLineAt(l){const m=this._bufferService.buffer.getWrappedRangeForLine(l),E={start:{x:0,y:m.first},end:{x:this._bufferService.cols-1,y:m.last}};this._model.selectionStart=[0,m.first],this._model.selectionEnd=void 0,this._model.selectionStartLength=(0,e.getRangeLength)(E,this._bufferService.cols)}};s.SelectionService=g=h([_(3,a.IBufferService),_(4,a.ICoreService),_(5,v.IMouseService),_(6,a.IOptionsService),_(7,v.IRenderService),_(8,v.ICoreBrowserService)],g)},4725:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.ILinkProviderService=s.IThemeService=s.ICharacterJoinerService=s.ISelectionService=s.IRenderService=s.IMouseService=s.ICoreBrowserService=s.ICharSizeService=void 0;const h=o(8343);s.ICharSizeService=(0,h.createDecorator)("CharSizeService"),s.ICoreBrowserService=(0,h.createDecorator)("CoreBrowserService"),s.IMouseService=(0,h.createDecorator)("MouseService"),s.IRenderService=(0,h.createDecorator)("RenderService"),s.ISelectionService=(0,h.createDecorator)("SelectionService"),s.ICharacterJoinerService=(0,h.createDecorator)("CharacterJoinerService"),s.IThemeService=(0,h.createDecorator)("ThemeService"),s.ILinkProviderService=(0,h.createDecorator)("LinkProviderService")},6731:function(B,s,o){var h=this&&this.__decorate||function(g,l,m,E){var x,D=arguments.length,b=D<3?l:E===null?E=Object.getOwnPropertyDescriptor(l,m):E;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")b=Reflect.decorate(g,l,m,E);else for(var R=g.length-1;R>=0;R--)(x=g[R])&&(b=(D<3?x(b):D>3?x(l,m,b):x(l,m))||b);return D>3&&b&&Object.defineProperty(l,m,b),b},_=this&&this.__param||function(g,l){return function(m,E){l(m,E,g)}};Object.defineProperty(s,"__esModule",{value:!0}),s.ThemeService=s.DEFAULT_ANSI_COLORS=void 0;const n=o(7239),d=o(8055),f=o(8460),v=o(844),c=o(2585),t=d.css.toColor("#ffffff"),r=d.css.toColor("#000000"),e=d.css.toColor("#ffffff"),i=d.css.toColor("#000000"),a={css:"rgba(255, 255, 255, 0.3)",rgba:4294967117};s.DEFAULT_ANSI_COLORS=Object.freeze((()=>{const g=[d.css.toColor("#2e3436"),d.css.toColor("#cc0000"),d.css.toColor("#4e9a06"),d.css.toColor("#c4a000"),d.css.toColor("#3465a4"),d.css.toColor("#75507b"),d.css.toColor("#06989a"),d.css.toColor("#d3d7cf"),d.css.toColor("#555753"),d.css.toColor("#ef2929"),d.css.toColor("#8ae234"),d.css.toColor("#fce94f"),d.css.toColor("#729fcf"),d.css.toColor("#ad7fa8"),d.css.toColor("#34e2e2"),d.css.toColor("#eeeeec")],l=[0,95,135,175,215,255];for(let m=0;m<216;m++){const E=l[m/36%6|0],x=l[m/6%6|0],D=l[m%6];g.push({css:d.channels.toCss(E,x,D),rgba:d.channels.toRgba(E,x,D)})}for(let m=0;m<24;m++){const E=8+10*m;g.push({css:d.channels.toCss(E,E,E),rgba:d.channels.toRgba(E,E,E)})}return g})());let p=s.ThemeService=class extends v.Disposable{get colors(){return this._colors}constructor(g){super(),this._optionsService=g,this._contrastCache=new n.ColorContrastCache,this._halfContrastCache=new n.ColorContrastCache,this._onChangeColors=this.register(new f.EventEmitter),this.onChangeColors=this._onChangeColors.event,this._colors={foreground:t,background:r,cursor:e,cursorAccent:i,selectionForeground:void 0,selectionBackgroundTransparent:a,selectionBackgroundOpaque:d.color.blend(r,a),selectionInactiveBackgroundTransparent:a,selectionInactiveBackgroundOpaque:d.color.blend(r,a),ansi:s.DEFAULT_ANSI_COLORS.slice(),contrastCache:this._contrastCache,halfContrastCache:this._halfContrastCache},this._updateRestoreColors(),this._setTheme(this._optionsService.rawOptions.theme),this.register(this._optionsService.onSpecificOptionChange("minimumContrastRatio",()=>this._contrastCache.clear())),this.register(this._optionsService.onSpecificOptionChange("theme",()=>this._setTheme(this._optionsService.rawOptions.theme)))}_setTheme(g={}){const l=this._colors;if(l.foreground=u(g.foreground,t),l.background=u(g.background,r),l.cursor=u(g.cursor,e),l.cursorAccent=u(g.cursorAccent,i),l.selectionBackgroundTransparent=u(g.selectionBackground,a),l.selectionBackgroundOpaque=d.color.blend(l.background,l.selectionBackgroundTransparent),l.selectionInactiveBackgroundTransparent=u(g.selectionInactiveBackground,l.selectionBackgroundTransparent),l.selectionInactiveBackgroundOpaque=d.color.blend(l.background,l.selectionInactiveBackgroundTransparent),l.selectionForeground=g.selectionForeground?u(g.selectionForeground,d.NULL_COLOR):void 0,l.selectionForeground===d.NULL_COLOR&&(l.selectionForeground=void 0),d.color.isOpaque(l.selectionBackgroundTransparent)&&(l.selectionBackgroundTransparent=d.color.opacity(l.selectionBackgroundTransparent,.3)),d.color.isOpaque(l.selectionInactiveBackgroundTransparent)&&(l.selectionInactiveBackgroundTransparent=d.color.opacity(l.selectionInactiveBackgroundTransparent,.3)),l.ansi=s.DEFAULT_ANSI_COLORS.slice(),l.ansi[0]=u(g.black,s.DEFAULT_ANSI_COLORS[0]),l.ansi[1]=u(g.red,s.DEFAULT_ANSI_COLORS[1]),l.ansi[2]=u(g.green,s.DEFAULT_ANSI_COLORS[2]),l.ansi[3]=u(g.yellow,s.DEFAULT_ANSI_COLORS[3]),l.ansi[4]=u(g.blue,s.DEFAULT_ANSI_COLORS[4]),l.ansi[5]=u(g.magenta,s.DEFAULT_ANSI_COLORS[5]),l.ansi[6]=u(g.cyan,s.DEFAULT_ANSI_COLORS[6]),l.ansi[7]=u(g.white,s.DEFAULT_ANSI_COLORS[7]),l.ansi[8]=u(g.brightBlack,s.DEFAULT_ANSI_COLORS[8]),l.ansi[9]=u(g.brightRed,s.DEFAULT_ANSI_COLORS[9]),l.ansi[10]=u(g.brightGreen,s.DEFAULT_ANSI_COLORS[10]),l.ansi[11]=u(g.brightYellow,s.DEFAULT_ANSI_COLORS[11]),l.ansi[12]=u(g.brightBlue,s.DEFAULT_ANSI_COLORS[12]),l.ansi[13]=u(g.brightMagenta,s.DEFAULT_ANSI_COLORS[13]),l.ansi[14]=u(g.brightCyan,s.DEFAULT_ANSI_COLORS[14]),l.ansi[15]=u(g.brightWhite,s.DEFAULT_ANSI_COLORS[15]),g.extendedAnsi){const m=Math.min(l.ansi.length-16,g.extendedAnsi.length);for(let E=0;E<m;E++)l.ansi[E+16]=u(g.extendedAnsi[E],s.DEFAULT_ANSI_COLORS[E+16])}this._contrastCache.clear(),this._halfContrastCache.clear(),this._updateRestoreColors(),this._onChangeColors.fire(this.colors)}restoreColor(g){this._restoreColor(g),this._onChangeColors.fire(this.colors)}_restoreColor(g){if(g!==void 0)switch(g){case 256:this._colors.foreground=this._restoreColors.foreground;break;case 257:this._colors.background=this._restoreColors.background;break;case 258:this._colors.cursor=this._restoreColors.cursor;break;default:this._colors.ansi[g]=this._restoreColors.ansi[g]}else for(let l=0;l<this._restoreColors.ansi.length;++l)this._colors.ansi[l]=this._restoreColors.ansi[l]}modifyColors(g){g(this._colors),this._onChangeColors.fire(this.colors)}_updateRestoreColors(){this._restoreColors={foreground:this._colors.foreground,background:this._colors.background,cursor:this._colors.cursor,ansi:this._colors.ansi.slice()}}};function u(g,l){if(g!==void 0)try{return d.css.toColor(g)}catch{}return l}s.ThemeService=p=h([_(0,c.IOptionsService)],p)},6349:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.CircularList=void 0;const h=o(8460),_=o(844);class n extends _.Disposable{constructor(f){super(),this._maxLength=f,this.onDeleteEmitter=this.register(new h.EventEmitter),this.onDelete=this.onDeleteEmitter.event,this.onInsertEmitter=this.register(new h.EventEmitter),this.onInsert=this.onInsertEmitter.event,this.onTrimEmitter=this.register(new h.EventEmitter),this.onTrim=this.onTrimEmitter.event,this._array=new Array(this._maxLength),this._startIndex=0,this._length=0}get maxLength(){return this._maxLength}set maxLength(f){if(this._maxLength===f)return;const v=new Array(f);for(let c=0;c<Math.min(f,this.length);c++)v[c]=this._array[this._getCyclicIndex(c)];this._array=v,this._maxLength=f,this._startIndex=0}get length(){return this._length}set length(f){if(f>this._length)for(let v=this._length;v<f;v++)this._array[v]=void 0;this._length=f}get(f){return this._array[this._getCyclicIndex(f)]}set(f,v){this._array[this._getCyclicIndex(f)]=v}push(f){this._array[this._getCyclicIndex(this._length)]=f,this._length===this._maxLength?(this._startIndex=++this._startIndex%this._maxLength,this.onTrimEmitter.fire(1)):this._length++}recycle(){if(this._length!==this._maxLength)throw new Error("Can only recycle when the buffer is full");return this._startIndex=++this._startIndex%this._maxLength,this.onTrimEmitter.fire(1),this._array[this._getCyclicIndex(this._length-1)]}get isFull(){return this._length===this._maxLength}pop(){return this._array[this._getCyclicIndex(this._length---1)]}splice(f,v,...c){if(v){for(let t=f;t<this._length-v;t++)this._array[this._getCyclicIndex(t)]=this._array[this._getCyclicIndex(t+v)];this._length-=v,this.onDeleteEmitter.fire({index:f,amount:v})}for(let t=this._length-1;t>=f;t--)this._array[this._getCyclicIndex(t+c.length)]=this._array[this._getCyclicIndex(t)];for(let t=0;t<c.length;t++)this._array[this._getCyclicIndex(f+t)]=c[t];if(c.length&&this.onInsertEmitter.fire({index:f,amount:c.length}),this._length+c.length>this._maxLength){const t=this._length+c.length-this._maxLength;this._startIndex+=t,this._length=this._maxLength,this.onTrimEmitter.fire(t)}else this._length+=c.length}trimStart(f){f>this._length&&(f=this._length),this._startIndex+=f,this._length-=f,this.onTrimEmitter.fire(f)}shiftElements(f,v,c){if(!(v<=0)){if(f<0||f>=this._length)throw new Error("start argument out of range");if(f+c<0)throw new Error("Cannot shift elements in list beyond index 0");if(c>0){for(let r=v-1;r>=0;r--)this.set(f+r+c,this.get(f+r));const t=f+v+c-this._length;if(t>0)for(this._length+=t;this._length>this._maxLength;)this._length--,this._startIndex++,this.onTrimEmitter.fire(1)}else for(let t=0;t<v;t++)this.set(f+t+c,this.get(f+t))}}_getCyclicIndex(f){return(this._startIndex+f)%this._maxLength}}s.CircularList=n},1439:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.clone=void 0,s.clone=function o(h,_=5){if(typeof h!="object")return h;const n=Array.isArray(h)?[]:{};for(const d in h)n[d]=_<=1?h[d]:h[d]&&o(h[d],_-1);return n}},8055:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.contrastRatio=s.toPaddedHex=s.rgba=s.rgb=s.css=s.color=s.channels=s.NULL_COLOR=void 0;let o=0,h=0,_=0,n=0;var d,f,v,c,t;function r(i){const a=i.toString(16);return a.length<2?"0"+a:a}function e(i,a){return i<a?(a+.05)/(i+.05):(i+.05)/(a+.05)}s.NULL_COLOR={css:"#00000000",rgba:0},(function(i){i.toCss=function(a,p,u,g){return g!==void 0?`#${r(a)}${r(p)}${r(u)}${r(g)}`:`#${r(a)}${r(p)}${r(u)}`},i.toRgba=function(a,p,u,g=255){return(a<<24|p<<16|u<<8|g)>>>0},i.toColor=function(a,p,u,g){return{css:i.toCss(a,p,u,g),rgba:i.toRgba(a,p,u,g)}}})(d||(s.channels=d={})),(function(i){function a(p,u){return n=Math.round(255*u),[o,h,_]=t.toChannels(p.rgba),{css:d.toCss(o,h,_,n),rgba:d.toRgba(o,h,_,n)}}i.blend=function(p,u){if(n=(255&u.rgba)/255,n===1)return{css:u.css,rgba:u.rgba};const g=u.rgba>>24&255,l=u.rgba>>16&255,m=u.rgba>>8&255,E=p.rgba>>24&255,x=p.rgba>>16&255,D=p.rgba>>8&255;return o=E+Math.round((g-E)*n),h=x+Math.round((l-x)*n),_=D+Math.round((m-D)*n),{css:d.toCss(o,h,_),rgba:d.toRgba(o,h,_)}},i.isOpaque=function(p){return(255&p.rgba)==255},i.ensureContrastRatio=function(p,u,g){const l=t.ensureContrastRatio(p.rgba,u.rgba,g);if(l)return d.toColor(l>>24&255,l>>16&255,l>>8&255)},i.opaque=function(p){const u=(255|p.rgba)>>>0;return[o,h,_]=t.toChannels(u),{css:d.toCss(o,h,_),rgba:u}},i.opacity=a,i.multiplyOpacity=function(p,u){return n=255&p.rgba,a(p,n*u/255)},i.toColorRGB=function(p){return[p.rgba>>24&255,p.rgba>>16&255,p.rgba>>8&255]}})(f||(s.color=f={})),(function(i){let a,p;try{const u=document.createElement("canvas");u.width=1,u.height=1;const g=u.getContext("2d",{willReadFrequently:!0});g&&(a=g,a.globalCompositeOperation="copy",p=a.createLinearGradient(0,0,1,1))}catch{}i.toColor=function(u){if(u.match(/#[\da-f]{3,8}/i))switch(u.length){case 4:return o=parseInt(u.slice(1,2).repeat(2),16),h=parseInt(u.slice(2,3).repeat(2),16),_=parseInt(u.slice(3,4).repeat(2),16),d.toColor(o,h,_);case 5:return o=parseInt(u.slice(1,2).repeat(2),16),h=parseInt(u.slice(2,3).repeat(2),16),_=parseInt(u.slice(3,4).repeat(2),16),n=parseInt(u.slice(4,5).repeat(2),16),d.toColor(o,h,_,n);case 7:return{css:u,rgba:(parseInt(u.slice(1),16)<<8|255)>>>0};case 9:return{css:u,rgba:parseInt(u.slice(1),16)>>>0}}const g=u.match(/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(,\s*(0|1|\d?\.(\d+))\s*)?\)/);if(g)return o=parseInt(g[1]),h=parseInt(g[2]),_=parseInt(g[3]),n=Math.round(255*(g[5]===void 0?1:parseFloat(g[5]))),d.toColor(o,h,_,n);if(!a||!p)throw new Error("css.toColor: Unsupported css format");if(a.fillStyle=p,a.fillStyle=u,typeof a.fillStyle!="string")throw new Error("css.toColor: Unsupported css format");if(a.fillRect(0,0,1,1),[o,h,_,n]=a.getImageData(0,0,1,1).data,n!==255)throw new Error("css.toColor: Unsupported css format");return{rgba:d.toRgba(o,h,_,n),css:u}}})(v||(s.css=v={})),(function(i){function a(p,u,g){const l=p/255,m=u/255,E=g/255;return .2126*(l<=.03928?l/12.92:Math.pow((l+.055)/1.055,2.4))+.7152*(m<=.03928?m/12.92:Math.pow((m+.055)/1.055,2.4))+.0722*(E<=.03928?E/12.92:Math.pow((E+.055)/1.055,2.4))}i.relativeLuminance=function(p){return a(p>>16&255,p>>8&255,255&p)},i.relativeLuminance2=a})(c||(s.rgb=c={})),(function(i){function a(u,g,l){const m=u>>24&255,E=u>>16&255,x=u>>8&255;let D=g>>24&255,b=g>>16&255,R=g>>8&255,M=e(c.relativeLuminance2(D,b,R),c.relativeLuminance2(m,E,x));for(;M<l&&(D>0||b>0||R>0);)D-=Math.max(0,Math.ceil(.1*D)),b-=Math.max(0,Math.ceil(.1*b)),R-=Math.max(0,Math.ceil(.1*R)),M=e(c.relativeLuminance2(D,b,R),c.relativeLuminance2(m,E,x));return(D<<24|b<<16|R<<8|255)>>>0}function p(u,g,l){const m=u>>24&255,E=u>>16&255,x=u>>8&255;let D=g>>24&255,b=g>>16&255,R=g>>8&255,M=e(c.relativeLuminance2(D,b,R),c.relativeLuminance2(m,E,x));for(;M<l&&(D<255||b<255||R<255);)D=Math.min(255,D+Math.ceil(.1*(255-D))),b=Math.min(255,b+Math.ceil(.1*(255-b))),R=Math.min(255,R+Math.ceil(.1*(255-R))),M=e(c.relativeLuminance2(D,b,R),c.relativeLuminance2(m,E,x));return(D<<24|b<<16|R<<8|255)>>>0}i.blend=function(u,g){if(n=(255&g)/255,n===1)return g;const l=g>>24&255,m=g>>16&255,E=g>>8&255,x=u>>24&255,D=u>>16&255,b=u>>8&255;return o=x+Math.round((l-x)*n),h=D+Math.round((m-D)*n),_=b+Math.round((E-b)*n),d.toRgba(o,h,_)},i.ensureContrastRatio=function(u,g,l){const m=c.relativeLuminance(u>>8),E=c.relativeLuminance(g>>8);if(e(m,E)<l){if(E<m){const b=a(u,g,l),R=e(m,c.relativeLuminance(b>>8));if(R<l){const M=p(u,g,l);return R>e(m,c.relativeLuminance(M>>8))?b:M}return b}const x=p(u,g,l),D=e(m,c.relativeLuminance(x>>8));if(D<l){const b=a(u,g,l);return D>e(m,c.relativeLuminance(b>>8))?x:b}return x}},i.reduceLuminance=a,i.increaseLuminance=p,i.toChannels=function(u){return[u>>24&255,u>>16&255,u>>8&255,255&u]}})(t||(s.rgba=t={})),s.toPaddedHex=r,s.contrastRatio=e},8969:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.CoreTerminal=void 0;const h=o(844),_=o(2585),n=o(4348),d=o(7866),f=o(744),v=o(7302),c=o(6975),t=o(8460),r=o(1753),e=o(1480),i=o(7994),a=o(9282),p=o(5435),u=o(5981),g=o(2660);let l=!1;class m extends h.Disposable{get onScroll(){return this._onScrollApi||(this._onScrollApi=this.register(new t.EventEmitter),this._onScroll.event(x=>{this._onScrollApi?.fire(x.position)})),this._onScrollApi.event}get cols(){return this._bufferService.cols}get rows(){return this._bufferService.rows}get buffers(){return this._bufferService.buffers}get options(){return this.optionsService.options}set options(x){for(const D in x)this.optionsService.options[D]=x[D]}constructor(x){super(),this._windowsWrappingHeuristics=this.register(new h.MutableDisposable),this._onBinary=this.register(new t.EventEmitter),this.onBinary=this._onBinary.event,this._onData=this.register(new t.EventEmitter),this.onData=this._onData.event,this._onLineFeed=this.register(new t.EventEmitter),this.onLineFeed=this._onLineFeed.event,this._onResize=this.register(new t.EventEmitter),this.onResize=this._onResize.event,this._onWriteParsed=this.register(new t.EventEmitter),this.onWriteParsed=this._onWriteParsed.event,this._onScroll=this.register(new t.EventEmitter),this._instantiationService=new n.InstantiationService,this.optionsService=this.register(new v.OptionsService(x)),this._instantiationService.setService(_.IOptionsService,this.optionsService),this._bufferService=this.register(this._instantiationService.createInstance(f.BufferService)),this._instantiationService.setService(_.IBufferService,this._bufferService),this._logService=this.register(this._instantiationService.createInstance(d.LogService)),this._instantiationService.setService(_.ILogService,this._logService),this.coreService=this.register(this._instantiationService.createInstance(c.CoreService)),this._instantiationService.setService(_.ICoreService,this.coreService),this.coreMouseService=this.register(this._instantiationService.createInstance(r.CoreMouseService)),this._instantiationService.setService(_.ICoreMouseService,this.coreMouseService),this.unicodeService=this.register(this._instantiationService.createInstance(e.UnicodeService)),this._instantiationService.setService(_.IUnicodeService,this.unicodeService),this._charsetService=this._instantiationService.createInstance(i.CharsetService),this._instantiationService.setService(_.ICharsetService,this._charsetService),this._oscLinkService=this._instantiationService.createInstance(g.OscLinkService),this._instantiationService.setService(_.IOscLinkService,this._oscLinkService),this._inputHandler=this.register(new p.InputHandler(this._bufferService,this._charsetService,this.coreService,this._logService,this.optionsService,this._oscLinkService,this.coreMouseService,this.unicodeService)),this.register((0,t.forwardEvent)(this._inputHandler.onLineFeed,this._onLineFeed)),this.register(this._inputHandler),this.register((0,t.forwardEvent)(this._bufferService.onResize,this._onResize)),this.register((0,t.forwardEvent)(this.coreService.onData,this._onData)),this.register((0,t.forwardEvent)(this.coreService.onBinary,this._onBinary)),this.register(this.coreService.onRequestScrollToBottom(()=>this.scrollToBottom())),this.register(this.coreService.onUserInput(()=>this._writeBuffer.handleUserInput())),this.register(this.optionsService.onMultipleOptionChange(["windowsMode","windowsPty"],()=>this._handleWindowsPtyOptionChange())),this.register(this._bufferService.onScroll(D=>{this._onScroll.fire({position:this._bufferService.buffer.ydisp,source:0}),this._inputHandler.markRangeDirty(this._bufferService.buffer.scrollTop,this._bufferService.buffer.scrollBottom)})),this.register(this._inputHandler.onScroll(D=>{this._onScroll.fire({position:this._bufferService.buffer.ydisp,source:0}),this._inputHandler.markRangeDirty(this._bufferService.buffer.scrollTop,this._bufferService.buffer.scrollBottom)})),this._writeBuffer=this.register(new u.WriteBuffer((D,b)=>this._inputHandler.parse(D,b))),this.register((0,t.forwardEvent)(this._writeBuffer.onWriteParsed,this._onWriteParsed))}write(x,D){this._writeBuffer.write(x,D)}writeSync(x,D){this._logService.logLevel<=_.LogLevelEnum.WARN&&!l&&(this._logService.warn("writeSync is unreliable and will be removed soon."),l=!0),this._writeBuffer.writeSync(x,D)}input(x,D=!0){this.coreService.triggerDataEvent(x,D)}resize(x,D){isNaN(x)||isNaN(D)||(x=Math.max(x,f.MINIMUM_COLS),D=Math.max(D,f.MINIMUM_ROWS),this._bufferService.resize(x,D))}scroll(x,D=!1){this._bufferService.scroll(x,D)}scrollLines(x,D,b){this._bufferService.scrollLines(x,D,b)}scrollPages(x){this.scrollLines(x*(this.rows-1))}scrollToTop(){this.scrollLines(-this._bufferService.buffer.ydisp)}scrollToBottom(){this.scrollLines(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp)}scrollToLine(x){const D=x-this._bufferService.buffer.ydisp;D!==0&&this.scrollLines(D)}registerEscHandler(x,D){return this._inputHandler.registerEscHandler(x,D)}registerDcsHandler(x,D){return this._inputHandler.registerDcsHandler(x,D)}registerCsiHandler(x,D){return this._inputHandler.registerCsiHandler(x,D)}registerOscHandler(x,D){return this._inputHandler.registerOscHandler(x,D)}_setup(){this._handleWindowsPtyOptionChange()}reset(){this._inputHandler.reset(),this._bufferService.reset(),this._charsetService.reset(),this.coreService.reset(),this.coreMouseService.reset()}_handleWindowsPtyOptionChange(){let x=!1;const D=this.optionsService.rawOptions.windowsPty;D&&D.buildNumber!==void 0&&D.buildNumber!==void 0?x=D.backend==="conpty"&&D.buildNumber<21376:this.optionsService.rawOptions.windowsMode&&(x=!0),x?this._enableWindowsWrappingHeuristics():this._windowsWrappingHeuristics.clear()}_enableWindowsWrappingHeuristics(){if(!this._windowsWrappingHeuristics.value){const x=[];x.push(this.onLineFeed(a.updateWindowsModeWrappedState.bind(null,this._bufferService))),x.push(this.registerCsiHandler({final:"H"},()=>((0,a.updateWindowsModeWrappedState)(this._bufferService),!1))),this._windowsWrappingHeuristics.value=(0,h.toDisposable)(()=>{for(const D of x)D.dispose()})}}}s.CoreTerminal=m},8460:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.runAndSubscribe=s.forwardEvent=s.EventEmitter=void 0,s.EventEmitter=class{constructor(){this._listeners=[],this._disposed=!1}get event(){return this._event||(this._event=o=>(this._listeners.push(o),{dispose:()=>{if(!this._disposed){for(let h=0;h<this._listeners.length;h++)if(this._listeners[h]===o)return void this._listeners.splice(h,1)}}})),this._event}fire(o,h){const _=[];for(let n=0;n<this._listeners.length;n++)_.push(this._listeners[n]);for(let n=0;n<_.length;n++)_[n].call(void 0,o,h)}dispose(){this.clearListeners(),this._disposed=!0}clearListeners(){this._listeners&&(this._listeners.length=0)}},s.forwardEvent=function(o,h){return o(_=>h.fire(_))},s.runAndSubscribe=function(o,h){return h(void 0),o(_=>h(_))}},5435:function(B,s,o){var h=this&&this.__decorate||function(I,S,w,y){var k,T=arguments.length,H=T<3?S:y===null?y=Object.getOwnPropertyDescriptor(S,w):y;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")H=Reflect.decorate(I,S,w,y);else for(var j=I.length-1;j>=0;j--)(k=I[j])&&(H=(T<3?k(H):T>3?k(S,w,H):k(S,w))||H);return T>3&&H&&Object.defineProperty(S,w,H),H},_=this&&this.__param||function(I,S){return function(w,y){S(w,y,I)}};Object.defineProperty(s,"__esModule",{value:!0}),s.InputHandler=s.WindowsOptionsReportType=void 0;const n=o(2584),d=o(7116),f=o(2015),v=o(844),c=o(482),t=o(8437),r=o(8460),e=o(643),i=o(511),a=o(3734),p=o(2585),u=o(1480),g=o(6242),l=o(6351),m=o(5941),E={"(":0,")":1,"*":2,"+":3,"-":1,".":2},x=131072;function D(I,S){if(I>24)return S.setWinLines||!1;switch(I){case 1:return!!S.restoreWin;case 2:return!!S.minimizeWin;case 3:return!!S.setWinPosition;case 4:return!!S.setWinSizePixels;case 5:return!!S.raiseWin;case 6:return!!S.lowerWin;case 7:return!!S.refreshWin;case 8:return!!S.setWinSizeChars;case 9:return!!S.maximizeWin;case 10:return!!S.fullscreenWin;case 11:return!!S.getWinState;case 13:return!!S.getWinPosition;case 14:return!!S.getWinSizePixels;case 15:return!!S.getScreenSizePixels;case 16:return!!S.getCellSizePixels;case 18:return!!S.getWinSizeChars;case 19:return!!S.getScreenSizeChars;case 20:return!!S.getIconTitle;case 21:return!!S.getWinTitle;case 22:return!!S.pushTitle;case 23:return!!S.popTitle;case 24:return!!S.setWinLines}return!1}var b;(function(I){I[I.GET_WIN_SIZE_PIXELS=0]="GET_WIN_SIZE_PIXELS",I[I.GET_CELL_SIZE_PIXELS=1]="GET_CELL_SIZE_PIXELS"})(b||(s.WindowsOptionsReportType=b={}));let R=0;class M extends v.Disposable{getAttrData(){return this._curAttrData}constructor(S,w,y,k,T,H,j,K,L=new f.EscapeSequenceParser){super(),this._bufferService=S,this._charsetService=w,this._coreService=y,this._logService=k,this._optionsService=T,this._oscLinkService=H,this._coreMouseService=j,this._unicodeService=K,this._parser=L,this._parseBuffer=new Uint32Array(4096),this._stringDecoder=new c.StringToUtf32,this._utf8Decoder=new c.Utf8ToUtf32,this._workCell=new i.CellData,this._windowTitle="",this._iconName="",this._windowTitleStack=[],this._iconNameStack=[],this._curAttrData=t.DEFAULT_ATTR_DATA.clone(),this._eraseAttrDataInternal=t.DEFAULT_ATTR_DATA.clone(),this._onRequestBell=this.register(new r.EventEmitter),this.onRequestBell=this._onRequestBell.event,this._onRequestRefreshRows=this.register(new r.EventEmitter),this.onRequestRefreshRows=this._onRequestRefreshRows.event,this._onRequestReset=this.register(new r.EventEmitter),this.onRequestReset=this._onRequestReset.event,this._onRequestSendFocus=this.register(new r.EventEmitter),this.onRequestSendFocus=this._onRequestSendFocus.event,this._onRequestSyncScrollBar=this.register(new r.EventEmitter),this.onRequestSyncScrollBar=this._onRequestSyncScrollBar.event,this._onRequestWindowsOptionsReport=this.register(new r.EventEmitter),this.onRequestWindowsOptionsReport=this._onRequestWindowsOptionsReport.event,this._onA11yChar=this.register(new r.EventEmitter),this.onA11yChar=this._onA11yChar.event,this._onA11yTab=this.register(new r.EventEmitter),this.onA11yTab=this._onA11yTab.event,this._onCursorMove=this.register(new r.EventEmitter),this.onCursorMove=this._onCursorMove.event,this._onLineFeed=this.register(new r.EventEmitter),this.onLineFeed=this._onLineFeed.event,this._onScroll=this.register(new r.EventEmitter),this.onScroll=this._onScroll.event,this._onTitleChange=this.register(new r.EventEmitter),this.onTitleChange=this._onTitleChange.event,this._onColor=this.register(new r.EventEmitter),this.onColor=this._onColor.event,this._parseStack={paused:!1,cursorStartX:0,cursorStartY:0,decodedLength:0,position:0},this._specialColors=[256,257,258],this.register(this._parser),this._dirtyRowTracker=new P(this._bufferService),this._activeBuffer=this._bufferService.buffer,this.register(this._bufferService.buffers.onBufferActivate(C=>this._activeBuffer=C.activeBuffer)),this._parser.setCsiHandlerFallback((C,A)=>{this._logService.debug("Unknown CSI code: ",{identifier:this._parser.identToString(C),params:A.toArray()})}),this._parser.setEscHandlerFallback(C=>{this._logService.debug("Unknown ESC code: ",{identifier:this._parser.identToString(C)})}),this._parser.setExecuteHandlerFallback(C=>{this._logService.debug("Unknown EXECUTE code: ",{code:C})}),this._parser.setOscHandlerFallback((C,A,O)=>{this._logService.debug("Unknown OSC code: ",{identifier:C,action:A,data:O})}),this._parser.setDcsHandlerFallback((C,A,O)=>{A==="HOOK"&&(O=O.toArray()),this._logService.debug("Unknown DCS code: ",{identifier:this._parser.identToString(C),action:A,payload:O})}),this._parser.setPrintHandler((C,A,O)=>this.print(C,A,O)),this._parser.registerCsiHandler({final:"@"},C=>this.insertChars(C)),this._parser.registerCsiHandler({intermediates:" ",final:"@"},C=>this.scrollLeft(C)),this._parser.registerCsiHandler({final:"A"},C=>this.cursorUp(C)),this._parser.registerCsiHandler({intermediates:" ",final:"A"},C=>this.scrollRight(C)),this._parser.registerCsiHandler({final:"B"},C=>this.cursorDown(C)),this._parser.registerCsiHandler({final:"C"},C=>this.cursorForward(C)),this._parser.registerCsiHandler({final:"D"},C=>this.cursorBackward(C)),this._parser.registerCsiHandler({final:"E"},C=>this.cursorNextLine(C)),this._parser.registerCsiHandler({final:"F"},C=>this.cursorPrecedingLine(C)),this._parser.registerCsiHandler({final:"G"},C=>this.cursorCharAbsolute(C)),this._parser.registerCsiHandler({final:"H"},C=>this.cursorPosition(C)),this._parser.registerCsiHandler({final:"I"},C=>this.cursorForwardTab(C)),this._parser.registerCsiHandler({final:"J"},C=>this.eraseInDisplay(C,!1)),this._parser.registerCsiHandler({prefix:"?",final:"J"},C=>this.eraseInDisplay(C,!0)),this._parser.registerCsiHandler({final:"K"},C=>this.eraseInLine(C,!1)),this._parser.registerCsiHandler({prefix:"?",final:"K"},C=>this.eraseInLine(C,!0)),this._parser.registerCsiHandler({final:"L"},C=>this.insertLines(C)),this._parser.registerCsiHandler({final:"M"},C=>this.deleteLines(C)),this._parser.registerCsiHandler({final:"P"},C=>this.deleteChars(C)),this._parser.registerCsiHandler({final:"S"},C=>this.scrollUp(C)),this._parser.registerCsiHandler({final:"T"},C=>this.scrollDown(C)),this._parser.registerCsiHandler({final:"X"},C=>this.eraseChars(C)),this._parser.registerCsiHandler({final:"Z"},C=>this.cursorBackwardTab(C)),this._parser.registerCsiHandler({final:"`"},C=>this.charPosAbsolute(C)),this._parser.registerCsiHandler({final:"a"},C=>this.hPositionRelative(C)),this._parser.registerCsiHandler({final:"b"},C=>this.repeatPrecedingCharacter(C)),this._parser.registerCsiHandler({final:"c"},C=>this.sendDeviceAttributesPrimary(C)),this._parser.registerCsiHandler({prefix:">",final:"c"},C=>this.sendDeviceAttributesSecondary(C)),this._parser.registerCsiHandler({final:"d"},C=>this.linePosAbsolute(C)),this._parser.registerCsiHandler({final:"e"},C=>this.vPositionRelative(C)),this._parser.registerCsiHandler({final:"f"},C=>this.hVPosition(C)),this._parser.registerCsiHandler({final:"g"},C=>this.tabClear(C)),this._parser.registerCsiHandler({final:"h"},C=>this.setMode(C)),this._parser.registerCsiHandler({prefix:"?",final:"h"},C=>this.setModePrivate(C)),this._parser.registerCsiHandler({final:"l"},C=>this.resetMode(C)),this._parser.registerCsiHandler({prefix:"?",final:"l"},C=>this.resetModePrivate(C)),this._parser.registerCsiHandler({final:"m"},C=>this.charAttributes(C)),this._parser.registerCsiHandler({final:"n"},C=>this.deviceStatus(C)),this._parser.registerCsiHandler({prefix:"?",final:"n"},C=>this.deviceStatusPrivate(C)),this._parser.registerCsiHandler({intermediates:"!",final:"p"},C=>this.softReset(C)),this._parser.registerCsiHandler({intermediates:" ",final:"q"},C=>this.setCursorStyle(C)),this._parser.registerCsiHandler({final:"r"},C=>this.setScrollRegion(C)),this._parser.registerCsiHandler({final:"s"},C=>this.saveCursor(C)),this._parser.registerCsiHandler({final:"t"},C=>this.windowOptions(C)),this._parser.registerCsiHandler({final:"u"},C=>this.restoreCursor(C)),this._parser.registerCsiHandler({intermediates:"'",final:"}"},C=>this.insertColumns(C)),this._parser.registerCsiHandler({intermediates:"'",final:"~"},C=>this.deleteColumns(C)),this._parser.registerCsiHandler({intermediates:'"',final:"q"},C=>this.selectProtected(C)),this._parser.registerCsiHandler({intermediates:"$",final:"p"},C=>this.requestMode(C,!0)),this._parser.registerCsiHandler({prefix:"?",intermediates:"$",final:"p"},C=>this.requestMode(C,!1)),this._parser.setExecuteHandler(n.C0.BEL,()=>this.bell()),this._parser.setExecuteHandler(n.C0.LF,()=>this.lineFeed()),this._parser.setExecuteHandler(n.C0.VT,()=>this.lineFeed()),this._parser.setExecuteHandler(n.C0.FF,()=>this.lineFeed()),this._parser.setExecuteHandler(n.C0.CR,()=>this.carriageReturn()),this._parser.setExecuteHandler(n.C0.BS,()=>this.backspace()),this._parser.setExecuteHandler(n.C0.HT,()=>this.tab()),this._parser.setExecuteHandler(n.C0.SO,()=>this.shiftOut()),this._parser.setExecuteHandler(n.C0.SI,()=>this.shiftIn()),this._parser.setExecuteHandler(n.C1.IND,()=>this.index()),this._parser.setExecuteHandler(n.C1.NEL,()=>this.nextLine()),this._parser.setExecuteHandler(n.C1.HTS,()=>this.tabSet()),this._parser.registerOscHandler(0,new g.OscHandler(C=>(this.setTitle(C),this.setIconName(C),!0))),this._parser.registerOscHandler(1,new g.OscHandler(C=>this.setIconName(C))),this._parser.registerOscHandler(2,new g.OscHandler(C=>this.setTitle(C))),this._parser.registerOscHandler(4,new g.OscHandler(C=>this.setOrReportIndexedColor(C))),this._parser.registerOscHandler(8,new g.OscHandler(C=>this.setHyperlink(C))),this._parser.registerOscHandler(10,new g.OscHandler(C=>this.setOrReportFgColor(C))),this._parser.registerOscHandler(11,new g.OscHandler(C=>this.setOrReportBgColor(C))),this._parser.registerOscHandler(12,new g.OscHandler(C=>this.setOrReportCursorColor(C))),this._parser.registerOscHandler(104,new g.OscHandler(C=>this.restoreIndexedColor(C))),this._parser.registerOscHandler(110,new g.OscHandler(C=>this.restoreFgColor(C))),this._parser.registerOscHandler(111,new g.OscHandler(C=>this.restoreBgColor(C))),this._parser.registerOscHandler(112,new g.OscHandler(C=>this.restoreCursorColor(C))),this._parser.registerEscHandler({final:"7"},()=>this.saveCursor()),this._parser.registerEscHandler({final:"8"},()=>this.restoreCursor()),this._parser.registerEscHandler({final:"D"},()=>this.index()),this._parser.registerEscHandler({final:"E"},()=>this.nextLine()),this._parser.registerEscHandler({final:"H"},()=>this.tabSet()),this._parser.registerEscHandler({final:"M"},()=>this.reverseIndex()),this._parser.registerEscHandler({final:"="},()=>this.keypadApplicationMode()),this._parser.registerEscHandler({final:">"},()=>this.keypadNumericMode()),this._parser.registerEscHandler({final:"c"},()=>this.fullReset()),this._parser.registerEscHandler({final:"n"},()=>this.setgLevel(2)),this._parser.registerEscHandler({final:"o"},()=>this.setgLevel(3)),this._parser.registerEscHandler({final:"|"},()=>this.setgLevel(3)),this._parser.registerEscHandler({final:"}"},()=>this.setgLevel(2)),this._parser.registerEscHandler({final:"~"},()=>this.setgLevel(1)),this._parser.registerEscHandler({intermediates:"%",final:"@"},()=>this.selectDefaultCharset()),this._parser.registerEscHandler({intermediates:"%",final:"G"},()=>this.selectDefaultCharset());for(const C in d.CHARSETS)this._parser.registerEscHandler({intermediates:"(",final:C},()=>this.selectCharset("("+C)),this._parser.registerEscHandler({intermediates:")",final:C},()=>this.selectCharset(")"+C)),this._parser.registerEscHandler({intermediates:"*",final:C},()=>this.selectCharset("*"+C)),this._parser.registerEscHandler({intermediates:"+",final:C},()=>this.selectCharset("+"+C)),this._parser.registerEscHandler({intermediates:"-",final:C},()=>this.selectCharset("-"+C)),this._parser.registerEscHandler({intermediates:".",final:C},()=>this.selectCharset("."+C)),this._parser.registerEscHandler({intermediates:"/",final:C},()=>this.selectCharset("/"+C));this._parser.registerEscHandler({intermediates:"#",final:"8"},()=>this.screenAlignmentPattern()),this._parser.setErrorHandler(C=>(this._logService.error("Parsing error: ",C),C)),this._parser.registerDcsHandler({intermediates:"$",final:"q"},new l.DcsHandler((C,A)=>this.requestStatusString(C,A)))}_preserveStack(S,w,y,k){this._parseStack.paused=!0,this._parseStack.cursorStartX=S,this._parseStack.cursorStartY=w,this._parseStack.decodedLength=y,this._parseStack.position=k}_logSlowResolvingAsync(S){this._logService.logLevel<=p.LogLevelEnum.WARN&&Promise.race([S,new Promise((w,y)=>setTimeout(()=>y("#SLOW_TIMEOUT"),5e3))]).catch(w=>{if(w!=="#SLOW_TIMEOUT")throw w;console.warn("async parser handler taking longer than 5000 ms")})}_getCurrentLinkId(){return this._curAttrData.extended.urlId}parse(S,w){let y,k=this._activeBuffer.x,T=this._activeBuffer.y,H=0;const j=this._parseStack.paused;if(j){if(y=this._parser.parse(this._parseBuffer,this._parseStack.decodedLength,w))return this._logSlowResolvingAsync(y),y;k=this._parseStack.cursorStartX,T=this._parseStack.cursorStartY,this._parseStack.paused=!1,S.length>x&&(H=this._parseStack.position+x)}if(this._logService.logLevel<=p.LogLevelEnum.DEBUG&&this._logService.debug("parsing data"+(typeof S=="string"?` "${S}"`:` "${Array.prototype.map.call(S,C=>String.fromCharCode(C)).join("")}"`),typeof S=="string"?S.split("").map(C=>C.charCodeAt(0)):S),this._parseBuffer.length<S.length&&this._parseBuffer.length<x&&(this._parseBuffer=new Uint32Array(Math.min(S.length,x))),j||this._dirtyRowTracker.clearRange(),S.length>x)for(let C=H;C<S.length;C+=x){const A=C+x<S.length?C+x:S.length,O=typeof S=="string"?this._stringDecoder.decode(S.substring(C,A),this._parseBuffer):this._utf8Decoder.decode(S.subarray(C,A),this._parseBuffer);if(y=this._parser.parse(this._parseBuffer,O))return this._preserveStack(k,T,O,C),this._logSlowResolvingAsync(y),y}else if(!j){const C=typeof S=="string"?this._stringDecoder.decode(S,this._parseBuffer):this._utf8Decoder.decode(S,this._parseBuffer);if(y=this._parser.parse(this._parseBuffer,C))return this._preserveStack(k,T,C,0),this._logSlowResolvingAsync(y),y}this._activeBuffer.x===k&&this._activeBuffer.y===T||this._onCursorMove.fire();const K=this._dirtyRowTracker.end+(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp),L=this._dirtyRowTracker.start+(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp);L<this._bufferService.rows&&this._onRequestRefreshRows.fire(Math.min(L,this._bufferService.rows-1),Math.min(K,this._bufferService.rows-1))}print(S,w,y){let k,T;const H=this._charsetService.charset,j=this._optionsService.rawOptions.screenReaderMode,K=this._bufferService.cols,L=this._coreService.decPrivateModes.wraparound,C=this._coreService.modes.insertMode,A=this._curAttrData;let O=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._activeBuffer.x&&y-w>0&&O.getWidth(this._activeBuffer.x-1)===2&&O.setCellFromCodepoint(this._activeBuffer.x-1,0,1,A);let W=this._parser.precedingJoinState;for(let F=w;F<y;++F){if(k=S[F],k<127&&H){const re=H[String.fromCharCode(k)];re&&(k=re.charCodeAt(0))}const J=this._unicodeService.charProperties(k,W);T=u.UnicodeService.extractWidth(J);const ee=u.UnicodeService.extractShouldJoin(J),te=ee?u.UnicodeService.extractWidth(W):0;if(W=J,j&&this._onA11yChar.fire((0,c.stringFromCodePoint)(k)),this._getCurrentLinkId()&&this._oscLinkService.addLineToLink(this._getCurrentLinkId(),this._activeBuffer.ybase+this._activeBuffer.y),this._activeBuffer.x+T-te>K){if(L){const re=O;let V=this._activeBuffer.x-te;for(this._activeBuffer.x=te,this._activeBuffer.y++,this._activeBuffer.y===this._activeBuffer.scrollBottom+1?(this._activeBuffer.y--,this._bufferService.scroll(this._eraseAttrData(),!0)):(this._activeBuffer.y>=this._bufferService.rows&&(this._activeBuffer.y=this._bufferService.rows-1),this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).isWrapped=!0),O=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y),te>0&&O instanceof t.BufferLine&&O.copyCellsFrom(re,V,0,te,!1);V<K;)re.setCellFromCodepoint(V++,0,1,A)}else if(this._activeBuffer.x=K-1,T===2)continue}if(ee&&this._activeBuffer.x){const re=O.getWidth(this._activeBuffer.x-1)?1:2;O.addCodepointToCell(this._activeBuffer.x-re,k,T);for(let V=T-te;--V>=0;)O.setCellFromCodepoint(this._activeBuffer.x++,0,0,A)}else if(C&&(O.insertCells(this._activeBuffer.x,T-te,this._activeBuffer.getNullCell(A)),O.getWidth(K-1)===2&&O.setCellFromCodepoint(K-1,e.NULL_CELL_CODE,e.NULL_CELL_WIDTH,A)),O.setCellFromCodepoint(this._activeBuffer.x++,k,T,A),T>0)for(;--T;)O.setCellFromCodepoint(this._activeBuffer.x++,0,0,A)}this._parser.precedingJoinState=W,this._activeBuffer.x<K&&y-w>0&&O.getWidth(this._activeBuffer.x)===0&&!O.hasContent(this._activeBuffer.x)&&O.setCellFromCodepoint(this._activeBuffer.x,0,1,A),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}registerCsiHandler(S,w){return S.final!=="t"||S.prefix||S.intermediates?this._parser.registerCsiHandler(S,w):this._parser.registerCsiHandler(S,y=>!D(y.params[0],this._optionsService.rawOptions.windowOptions)||w(y))}registerDcsHandler(S,w){return this._parser.registerDcsHandler(S,new l.DcsHandler(w))}registerEscHandler(S,w){return this._parser.registerEscHandler(S,w)}registerOscHandler(S,w){return this._parser.registerOscHandler(S,new g.OscHandler(w))}bell(){return this._onRequestBell.fire(),!0}lineFeed(){return this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._optionsService.rawOptions.convertEol&&(this._activeBuffer.x=0),this._activeBuffer.y++,this._activeBuffer.y===this._activeBuffer.scrollBottom+1?(this._activeBuffer.y--,this._bufferService.scroll(this._eraseAttrData())):this._activeBuffer.y>=this._bufferService.rows?this._activeBuffer.y=this._bufferService.rows-1:this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).isWrapped=!1,this._activeBuffer.x>=this._bufferService.cols&&this._activeBuffer.x--,this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._onLineFeed.fire(),!0}carriageReturn(){return this._activeBuffer.x=0,!0}backspace(){if(!this._coreService.decPrivateModes.reverseWraparound)return this._restrictCursor(),this._activeBuffer.x>0&&this._activeBuffer.x--,!0;if(this._restrictCursor(this._bufferService.cols),this._activeBuffer.x>0)this._activeBuffer.x--;else if(this._activeBuffer.x===0&&this._activeBuffer.y>this._activeBuffer.scrollTop&&this._activeBuffer.y<=this._activeBuffer.scrollBottom&&this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y)?.isWrapped){this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).isWrapped=!1,this._activeBuffer.y--,this._activeBuffer.x=this._bufferService.cols-1;const S=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);S.hasWidth(this._activeBuffer.x)&&!S.hasContent(this._activeBuffer.x)&&this._activeBuffer.x--}return this._restrictCursor(),!0}tab(){if(this._activeBuffer.x>=this._bufferService.cols)return!0;const S=this._activeBuffer.x;return this._activeBuffer.x=this._activeBuffer.nextStop(),this._optionsService.rawOptions.screenReaderMode&&this._onA11yTab.fire(this._activeBuffer.x-S),!0}shiftOut(){return this._charsetService.setgLevel(1),!0}shiftIn(){return this._charsetService.setgLevel(0),!0}_restrictCursor(S=this._bufferService.cols-1){this._activeBuffer.x=Math.min(S,Math.max(0,this._activeBuffer.x)),this._activeBuffer.y=this._coreService.decPrivateModes.origin?Math.min(this._activeBuffer.scrollBottom,Math.max(this._activeBuffer.scrollTop,this._activeBuffer.y)):Math.min(this._bufferService.rows-1,Math.max(0,this._activeBuffer.y)),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}_setCursor(S,w){this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._coreService.decPrivateModes.origin?(this._activeBuffer.x=S,this._activeBuffer.y=this._activeBuffer.scrollTop+w):(this._activeBuffer.x=S,this._activeBuffer.y=w),this._restrictCursor(),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}_moveCursor(S,w){this._restrictCursor(),this._setCursor(this._activeBuffer.x+S,this._activeBuffer.y+w)}cursorUp(S){const w=this._activeBuffer.y-this._activeBuffer.scrollTop;return w>=0?this._moveCursor(0,-Math.min(w,S.params[0]||1)):this._moveCursor(0,-(S.params[0]||1)),!0}cursorDown(S){const w=this._activeBuffer.scrollBottom-this._activeBuffer.y;return w>=0?this._moveCursor(0,Math.min(w,S.params[0]||1)):this._moveCursor(0,S.params[0]||1),!0}cursorForward(S){return this._moveCursor(S.params[0]||1,0),!0}cursorBackward(S){return this._moveCursor(-(S.params[0]||1),0),!0}cursorNextLine(S){return this.cursorDown(S),this._activeBuffer.x=0,!0}cursorPrecedingLine(S){return this.cursorUp(S),this._activeBuffer.x=0,!0}cursorCharAbsolute(S){return this._setCursor((S.params[0]||1)-1,this._activeBuffer.y),!0}cursorPosition(S){return this._setCursor(S.length>=2?(S.params[1]||1)-1:0,(S.params[0]||1)-1),!0}charPosAbsolute(S){return this._setCursor((S.params[0]||1)-1,this._activeBuffer.y),!0}hPositionRelative(S){return this._moveCursor(S.params[0]||1,0),!0}linePosAbsolute(S){return this._setCursor(this._activeBuffer.x,(S.params[0]||1)-1),!0}vPositionRelative(S){return this._moveCursor(0,S.params[0]||1),!0}hVPosition(S){return this.cursorPosition(S),!0}tabClear(S){const w=S.params[0];return w===0?delete this._activeBuffer.tabs[this._activeBuffer.x]:w===3&&(this._activeBuffer.tabs={}),!0}cursorForwardTab(S){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let w=S.params[0]||1;for(;w--;)this._activeBuffer.x=this._activeBuffer.nextStop();return!0}cursorBackwardTab(S){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let w=S.params[0]||1;for(;w--;)this._activeBuffer.x=this._activeBuffer.prevStop();return!0}selectProtected(S){const w=S.params[0];return w===1&&(this._curAttrData.bg|=536870912),w!==2&&w!==0||(this._curAttrData.bg&=-536870913),!0}_eraseInBufferLine(S,w,y,k=!1,T=!1){const H=this._activeBuffer.lines.get(this._activeBuffer.ybase+S);H.replaceCells(w,y,this._activeBuffer.getNullCell(this._eraseAttrData()),T),k&&(H.isWrapped=!1)}_resetBufferLine(S,w=!1){const y=this._activeBuffer.lines.get(this._activeBuffer.ybase+S);y&&(y.fill(this._activeBuffer.getNullCell(this._eraseAttrData()),w),this._bufferService.buffer.clearMarkers(this._activeBuffer.ybase+S),y.isWrapped=!1)}eraseInDisplay(S,w=!1){let y;switch(this._restrictCursor(this._bufferService.cols),S.params[0]){case 0:for(y=this._activeBuffer.y,this._dirtyRowTracker.markDirty(y),this._eraseInBufferLine(y++,this._activeBuffer.x,this._bufferService.cols,this._activeBuffer.x===0,w);y<this._bufferService.rows;y++)this._resetBufferLine(y,w);this._dirtyRowTracker.markDirty(y);break;case 1:for(y=this._activeBuffer.y,this._dirtyRowTracker.markDirty(y),this._eraseInBufferLine(y,0,this._activeBuffer.x+1,!0,w),this._activeBuffer.x+1>=this._bufferService.cols&&(this._activeBuffer.lines.get(y+1).isWrapped=!1);y--;)this._resetBufferLine(y,w);this._dirtyRowTracker.markDirty(0);break;case 2:for(y=this._bufferService.rows,this._dirtyRowTracker.markDirty(y-1);y--;)this._resetBufferLine(y,w);this._dirtyRowTracker.markDirty(0);break;case 3:const k=this._activeBuffer.lines.length-this._bufferService.rows;k>0&&(this._activeBuffer.lines.trimStart(k),this._activeBuffer.ybase=Math.max(this._activeBuffer.ybase-k,0),this._activeBuffer.ydisp=Math.max(this._activeBuffer.ydisp-k,0),this._onScroll.fire(0))}return!0}eraseInLine(S,w=!1){switch(this._restrictCursor(this._bufferService.cols),S.params[0]){case 0:this._eraseInBufferLine(this._activeBuffer.y,this._activeBuffer.x,this._bufferService.cols,this._activeBuffer.x===0,w);break;case 1:this._eraseInBufferLine(this._activeBuffer.y,0,this._activeBuffer.x+1,!1,w);break;case 2:this._eraseInBufferLine(this._activeBuffer.y,0,this._bufferService.cols,!0,w)}return this._dirtyRowTracker.markDirty(this._activeBuffer.y),!0}insertLines(S){this._restrictCursor();let w=S.params[0]||1;if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const y=this._activeBuffer.ybase+this._activeBuffer.y,k=this._bufferService.rows-1-this._activeBuffer.scrollBottom,T=this._bufferService.rows-1+this._activeBuffer.ybase-k+1;for(;w--;)this._activeBuffer.lines.splice(T-1,1),this._activeBuffer.lines.splice(y,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.y,this._activeBuffer.scrollBottom),this._activeBuffer.x=0,!0}deleteLines(S){this._restrictCursor();let w=S.params[0]||1;if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const y=this._activeBuffer.ybase+this._activeBuffer.y;let k;for(k=this._bufferService.rows-1-this._activeBuffer.scrollBottom,k=this._bufferService.rows-1+this._activeBuffer.ybase-k;w--;)this._activeBuffer.lines.splice(y,1),this._activeBuffer.lines.splice(k,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.y,this._activeBuffer.scrollBottom),this._activeBuffer.x=0,!0}insertChars(S){this._restrictCursor();const w=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return w&&(w.insertCells(this._activeBuffer.x,S.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}deleteChars(S){this._restrictCursor();const w=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return w&&(w.deleteCells(this._activeBuffer.x,S.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}scrollUp(S){let w=S.params[0]||1;for(;w--;)this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollTop,1),this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollBottom,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollDown(S){let w=S.params[0]||1;for(;w--;)this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollBottom,1),this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollTop,0,this._activeBuffer.getBlankLine(t.DEFAULT_ATTR_DATA));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollLeft(S){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const w=S.params[0]||1;for(let y=this._activeBuffer.scrollTop;y<=this._activeBuffer.scrollBottom;++y){const k=this._activeBuffer.lines.get(this._activeBuffer.ybase+y);k.deleteCells(0,w,this._activeBuffer.getNullCell(this._eraseAttrData())),k.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollRight(S){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const w=S.params[0]||1;for(let y=this._activeBuffer.scrollTop;y<=this._activeBuffer.scrollBottom;++y){const k=this._activeBuffer.lines.get(this._activeBuffer.ybase+y);k.insertCells(0,w,this._activeBuffer.getNullCell(this._eraseAttrData())),k.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}insertColumns(S){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const w=S.params[0]||1;for(let y=this._activeBuffer.scrollTop;y<=this._activeBuffer.scrollBottom;++y){const k=this._activeBuffer.lines.get(this._activeBuffer.ybase+y);k.insertCells(this._activeBuffer.x,w,this._activeBuffer.getNullCell(this._eraseAttrData())),k.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}deleteColumns(S){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const w=S.params[0]||1;for(let y=this._activeBuffer.scrollTop;y<=this._activeBuffer.scrollBottom;++y){const k=this._activeBuffer.lines.get(this._activeBuffer.ybase+y);k.deleteCells(this._activeBuffer.x,w,this._activeBuffer.getNullCell(this._eraseAttrData())),k.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}eraseChars(S){this._restrictCursor();const w=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return w&&(w.replaceCells(this._activeBuffer.x,this._activeBuffer.x+(S.params[0]||1),this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}repeatPrecedingCharacter(S){const w=this._parser.precedingJoinState;if(!w)return!0;const y=S.params[0]||1,k=u.UnicodeService.extractWidth(w),T=this._activeBuffer.x-k,H=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).getString(T),j=new Uint32Array(H.length*y);let K=0;for(let C=0;C<H.length;){const A=H.codePointAt(C)||0;j[K++]=A,C+=A>65535?2:1}let L=K;for(let C=1;C<y;++C)j.copyWithin(L,0,K),L+=K;return this.print(j,0,L),!0}sendDeviceAttributesPrimary(S){return S.params[0]>0||(this._is("xterm")||this._is("rxvt-unicode")||this._is("screen")?this._coreService.triggerDataEvent(n.C0.ESC+"[?1;2c"):this._is("linux")&&this._coreService.triggerDataEvent(n.C0.ESC+"[?6c")),!0}sendDeviceAttributesSecondary(S){return S.params[0]>0||(this._is("xterm")?this._coreService.triggerDataEvent(n.C0.ESC+"[>0;276;0c"):this._is("rxvt-unicode")?this._coreService.triggerDataEvent(n.C0.ESC+"[>85;95;0c"):this._is("linux")?this._coreService.triggerDataEvent(S.params[0]+"c"):this._is("screen")&&this._coreService.triggerDataEvent(n.C0.ESC+"[>83;40003;0c")),!0}_is(S){return(this._optionsService.rawOptions.termName+"").indexOf(S)===0}setMode(S){for(let w=0;w<S.length;w++)switch(S.params[w]){case 4:this._coreService.modes.insertMode=!0;break;case 20:this._optionsService.options.convertEol=!0}return!0}setModePrivate(S){for(let w=0;w<S.length;w++)switch(S.params[w]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!0;break;case 2:this._charsetService.setgCharset(0,d.DEFAULT_CHARSET),this._charsetService.setgCharset(1,d.DEFAULT_CHARSET),this._charsetService.setgCharset(2,d.DEFAULT_CHARSET),this._charsetService.setgCharset(3,d.DEFAULT_CHARSET);break;case 3:this._optionsService.rawOptions.windowOptions.setWinLines&&(this._bufferService.resize(132,this._bufferService.rows),this._onRequestReset.fire());break;case 6:this._coreService.decPrivateModes.origin=!0,this._setCursor(0,0);break;case 7:this._coreService.decPrivateModes.wraparound=!0;break;case 12:this._optionsService.options.cursorBlink=!0;break;case 45:this._coreService.decPrivateModes.reverseWraparound=!0;break;case 66:this._logService.debug("Serial port requested application keypad."),this._coreService.decPrivateModes.applicationKeypad=!0,this._onRequestSyncScrollBar.fire();break;case 9:this._coreMouseService.activeProtocol="X10";break;case 1e3:this._coreMouseService.activeProtocol="VT200";break;case 1002:this._coreMouseService.activeProtocol="DRAG";break;case 1003:this._coreMouseService.activeProtocol="ANY";break;case 1004:this._coreService.decPrivateModes.sendFocus=!0,this._onRequestSendFocus.fire();break;case 1005:this._logService.debug("DECSET 1005 not supported (see #2507)");break;case 1006:this._coreMouseService.activeEncoding="SGR";break;case 1015:this._logService.debug("DECSET 1015 not supported (see #2507)");break;case 1016:this._coreMouseService.activeEncoding="SGR_PIXELS";break;case 25:this._coreService.isCursorHidden=!1;break;case 1048:this.saveCursor();break;case 1049:this.saveCursor();case 47:case 1047:this._bufferService.buffers.activateAltBuffer(this._eraseAttrData()),this._coreService.isCursorInitialized=!0,this._onRequestRefreshRows.fire(0,this._bufferService.rows-1),this._onRequestSyncScrollBar.fire();break;case 2004:this._coreService.decPrivateModes.bracketedPasteMode=!0}return!0}resetMode(S){for(let w=0;w<S.length;w++)switch(S.params[w]){case 4:this._coreService.modes.insertMode=!1;break;case 20:this._optionsService.options.convertEol=!1}return!0}resetModePrivate(S){for(let w=0;w<S.length;w++)switch(S.params[w]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!1;break;case 3:this._optionsService.rawOptions.windowOptions.setWinLines&&(this._bufferService.resize(80,this._bufferService.rows),this._onRequestReset.fire());break;case 6:this._coreService.decPrivateModes.origin=!1,this._setCursor(0,0);break;case 7:this._coreService.decPrivateModes.wraparound=!1;break;case 12:this._optionsService.options.cursorBlink=!1;break;case 45:this._coreService.decPrivateModes.reverseWraparound=!1;break;case 66:this._logService.debug("Switching back to normal keypad."),this._coreService.decPrivateModes.applicationKeypad=!1,this._onRequestSyncScrollBar.fire();break;case 9:case 1e3:case 1002:case 1003:this._coreMouseService.activeProtocol="NONE";break;case 1004:this._coreService.decPrivateModes.sendFocus=!1;break;case 1005:this._logService.debug("DECRST 1005 not supported (see #2507)");break;case 1006:case 1016:this._coreMouseService.activeEncoding="DEFAULT";break;case 1015:this._logService.debug("DECRST 1015 not supported (see #2507)");break;case 25:this._coreService.isCursorHidden=!0;break;case 1048:this.restoreCursor();break;case 1049:case 47:case 1047:this._bufferService.buffers.activateNormalBuffer(),S.params[w]===1049&&this.restoreCursor(),this._coreService.isCursorInitialized=!0,this._onRequestRefreshRows.fire(0,this._bufferService.rows-1),this._onRequestSyncScrollBar.fire();break;case 2004:this._coreService.decPrivateModes.bracketedPasteMode=!1}return!0}requestMode(S,w){const y=this._coreService.decPrivateModes,{activeProtocol:k,activeEncoding:T}=this._coreMouseService,H=this._coreService,{buffers:j,cols:K}=this._bufferService,{active:L,alt:C}=j,A=this._optionsService.rawOptions,O=ee=>ee?1:2,W=S.params[0];return F=W,J=w?W===2?4:W===4?O(H.modes.insertMode):W===12?3:W===20?O(A.convertEol):0:W===1?O(y.applicationCursorKeys):W===3?A.windowOptions.setWinLines?K===80?2:K===132?1:0:0:W===6?O(y.origin):W===7?O(y.wraparound):W===8?3:W===9?O(k==="X10"):W===12?O(A.cursorBlink):W===25?O(!H.isCursorHidden):W===45?O(y.reverseWraparound):W===66?O(y.applicationKeypad):W===67?4:W===1e3?O(k==="VT200"):W===1002?O(k==="DRAG"):W===1003?O(k==="ANY"):W===1004?O(y.sendFocus):W===1005?4:W===1006?O(T==="SGR"):W===1015?4:W===1016?O(T==="SGR_PIXELS"):W===1048?1:W===47||W===1047||W===1049?O(L===C):W===2004?O(y.bracketedPasteMode):0,H.triggerDataEvent(`${n.C0.ESC}[${w?"":"?"}${F};${J}$y`),!0;var F,J}_updateAttrColor(S,w,y,k,T){return w===2?(S|=50331648,S&=-16777216,S|=a.AttributeData.fromColorRGB([y,k,T])):w===5&&(S&=-50331904,S|=33554432|255&y),S}_extractColor(S,w,y){const k=[0,0,-1,0,0,0];let T=0,H=0;do{if(k[H+T]=S.params[w+H],S.hasSubParams(w+H)){const j=S.getSubParams(w+H);let K=0;do k[1]===5&&(T=1),k[H+K+1+T]=j[K];while(++K<j.length&&K+H+1+T<k.length);break}if(k[1]===5&&H+T>=2||k[1]===2&&H+T>=5)break;k[1]&&(T=1)}while(++H+w<S.length&&H+T<k.length);for(let j=2;j<k.length;++j)k[j]===-1&&(k[j]=0);switch(k[0]){case 38:y.fg=this._updateAttrColor(y.fg,k[1],k[3],k[4],k[5]);break;case 48:y.bg=this._updateAttrColor(y.bg,k[1],k[3],k[4],k[5]);break;case 58:y.extended=y.extended.clone(),y.extended.underlineColor=this._updateAttrColor(y.extended.underlineColor,k[1],k[3],k[4],k[5])}return H}_processUnderline(S,w){w.extended=w.extended.clone(),(!~S||S>5)&&(S=1),w.extended.underlineStyle=S,w.fg|=268435456,S===0&&(w.fg&=-268435457),w.updateExtended()}_processSGR0(S){S.fg=t.DEFAULT_ATTR_DATA.fg,S.bg=t.DEFAULT_ATTR_DATA.bg,S.extended=S.extended.clone(),S.extended.underlineStyle=0,S.extended.underlineColor&=-67108864,S.updateExtended()}charAttributes(S){if(S.length===1&&S.params[0]===0)return this._processSGR0(this._curAttrData),!0;const w=S.length;let y;const k=this._curAttrData;for(let T=0;T<w;T++)y=S.params[T],y>=30&&y<=37?(k.fg&=-50331904,k.fg|=16777216|y-30):y>=40&&y<=47?(k.bg&=-50331904,k.bg|=16777216|y-40):y>=90&&y<=97?(k.fg&=-50331904,k.fg|=16777224|y-90):y>=100&&y<=107?(k.bg&=-50331904,k.bg|=16777224|y-100):y===0?this._processSGR0(k):y===1?k.fg|=134217728:y===3?k.bg|=67108864:y===4?(k.fg|=268435456,this._processUnderline(S.hasSubParams(T)?S.getSubParams(T)[0]:1,k)):y===5?k.fg|=536870912:y===7?k.fg|=67108864:y===8?k.fg|=1073741824:y===9?k.fg|=2147483648:y===2?k.bg|=134217728:y===21?this._processUnderline(2,k):y===22?(k.fg&=-134217729,k.bg&=-134217729):y===23?k.bg&=-67108865:y===24?(k.fg&=-268435457,this._processUnderline(0,k)):y===25?k.fg&=-536870913:y===27?k.fg&=-67108865:y===28?k.fg&=-1073741825:y===29?k.fg&=2147483647:y===39?(k.fg&=-67108864,k.fg|=16777215&t.DEFAULT_ATTR_DATA.fg):y===49?(k.bg&=-67108864,k.bg|=16777215&t.DEFAULT_ATTR_DATA.bg):y===38||y===48||y===58?T+=this._extractColor(S,T,k):y===53?k.bg|=1073741824:y===55?k.bg&=-1073741825:y===59?(k.extended=k.extended.clone(),k.extended.underlineColor=-1,k.updateExtended()):y===100?(k.fg&=-67108864,k.fg|=16777215&t.DEFAULT_ATTR_DATA.fg,k.bg&=-67108864,k.bg|=16777215&t.DEFAULT_ATTR_DATA.bg):this._logService.debug("Unknown SGR attribute: %d.",y);return!0}deviceStatus(S){switch(S.params[0]){case 5:this._coreService.triggerDataEvent(`${n.C0.ESC}[0n`);break;case 6:const w=this._activeBuffer.y+1,y=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${n.C0.ESC}[${w};${y}R`)}return!0}deviceStatusPrivate(S){if(S.params[0]===6){const w=this._activeBuffer.y+1,y=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${n.C0.ESC}[?${w};${y}R`)}return!0}softReset(S){return this._coreService.isCursorHidden=!1,this._onRequestSyncScrollBar.fire(),this._activeBuffer.scrollTop=0,this._activeBuffer.scrollBottom=this._bufferService.rows-1,this._curAttrData=t.DEFAULT_ATTR_DATA.clone(),this._coreService.reset(),this._charsetService.reset(),this._activeBuffer.savedX=0,this._activeBuffer.savedY=this._activeBuffer.ybase,this._activeBuffer.savedCurAttrData.fg=this._curAttrData.fg,this._activeBuffer.savedCurAttrData.bg=this._curAttrData.bg,this._activeBuffer.savedCharset=this._charsetService.charset,this._coreService.decPrivateModes.origin=!1,!0}setCursorStyle(S){const w=S.params[0]||1;switch(w){case 1:case 2:this._optionsService.options.cursorStyle="block";break;case 3:case 4:this._optionsService.options.cursorStyle="underline";break;case 5:case 6:this._optionsService.options.cursorStyle="bar"}const y=w%2==1;return this._optionsService.options.cursorBlink=y,!0}setScrollRegion(S){const w=S.params[0]||1;let y;return(S.length<2||(y=S.params[1])>this._bufferService.rows||y===0)&&(y=this._bufferService.rows),y>w&&(this._activeBuffer.scrollTop=w-1,this._activeBuffer.scrollBottom=y-1,this._setCursor(0,0)),!0}windowOptions(S){if(!D(S.params[0],this._optionsService.rawOptions.windowOptions))return!0;const w=S.length>1?S.params[1]:0;switch(S.params[0]){case 14:w!==2&&this._onRequestWindowsOptionsReport.fire(b.GET_WIN_SIZE_PIXELS);break;case 16:this._onRequestWindowsOptionsReport.fire(b.GET_CELL_SIZE_PIXELS);break;case 18:this._bufferService&&this._coreService.triggerDataEvent(`${n.C0.ESC}[8;${this._bufferService.rows};${this._bufferService.cols}t`);break;case 22:w!==0&&w!==2||(this._windowTitleStack.push(this._windowTitle),this._windowTitleStack.length>10&&this._windowTitleStack.shift()),w!==0&&w!==1||(this._iconNameStack.push(this._iconName),this._iconNameStack.length>10&&this._iconNameStack.shift());break;case 23:w!==0&&w!==2||this._windowTitleStack.length&&this.setTitle(this._windowTitleStack.pop()),w!==0&&w!==1||this._iconNameStack.length&&this.setIconName(this._iconNameStack.pop())}return!0}saveCursor(S){return this._activeBuffer.savedX=this._activeBuffer.x,this._activeBuffer.savedY=this._activeBuffer.ybase+this._activeBuffer.y,this._activeBuffer.savedCurAttrData.fg=this._curAttrData.fg,this._activeBuffer.savedCurAttrData.bg=this._curAttrData.bg,this._activeBuffer.savedCharset=this._charsetService.charset,!0}restoreCursor(S){return this._activeBuffer.x=this._activeBuffer.savedX||0,this._activeBuffer.y=Math.max(this._activeBuffer.savedY-this._activeBuffer.ybase,0),this._curAttrData.fg=this._activeBuffer.savedCurAttrData.fg,this._curAttrData.bg=this._activeBuffer.savedCurAttrData.bg,this._charsetService.charset=this._savedCharset,this._activeBuffer.savedCharset&&(this._charsetService.charset=this._activeBuffer.savedCharset),this._restrictCursor(),!0}setTitle(S){return this._windowTitle=S,this._onTitleChange.fire(S),!0}setIconName(S){return this._iconName=S,!0}setOrReportIndexedColor(S){const w=[],y=S.split(";");for(;y.length>1;){const k=y.shift(),T=y.shift();if(/^\d+$/.exec(k)){const H=parseInt(k);if(N(H))if(T==="?")w.push({type:0,index:H});else{const j=(0,m.parseColor)(T);j&&w.push({type:1,index:H,color:j})}}}return w.length&&this._onColor.fire(w),!0}setHyperlink(S){const w=S.split(";");return!(w.length<2)&&(w[1]?this._createHyperlink(w[0],w[1]):!w[0]&&this._finishHyperlink())}_createHyperlink(S,w){this._getCurrentLinkId()&&this._finishHyperlink();const y=S.split(":");let k;const T=y.findIndex(H=>H.startsWith("id="));return T!==-1&&(k=y[T].slice(3)||void 0),this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=this._oscLinkService.registerLink({id:k,uri:w}),this._curAttrData.updateExtended(),!0}_finishHyperlink(){return this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=0,this._curAttrData.updateExtended(),!0}_setOrReportSpecialColor(S,w){const y=S.split(";");for(let k=0;k<y.length&&!(w>=this._specialColors.length);++k,++w)if(y[k]==="?")this._onColor.fire([{type:0,index:this._specialColors[w]}]);else{const T=(0,m.parseColor)(y[k]);T&&this._onColor.fire([{type:1,index:this._specialColors[w],color:T}])}return!0}setOrReportFgColor(S){return this._setOrReportSpecialColor(S,0)}setOrReportBgColor(S){return this._setOrReportSpecialColor(S,1)}setOrReportCursorColor(S){return this._setOrReportSpecialColor(S,2)}restoreIndexedColor(S){if(!S)return this._onColor.fire([{type:2}]),!0;const w=[],y=S.split(";");for(let k=0;k<y.length;++k)if(/^\d+$/.exec(y[k])){const T=parseInt(y[k]);N(T)&&w.push({type:2,index:T})}return w.length&&this._onColor.fire(w),!0}restoreFgColor(S){return this._onColor.fire([{type:2,index:256}]),!0}restoreBgColor(S){return this._onColor.fire([{type:2,index:257}]),!0}restoreCursorColor(S){return this._onColor.fire([{type:2,index:258}]),!0}nextLine(){return this._activeBuffer.x=0,this.index(),!0}keypadApplicationMode(){return this._logService.debug("Serial port requested application keypad."),this._coreService.decPrivateModes.applicationKeypad=!0,this._onRequestSyncScrollBar.fire(),!0}keypadNumericMode(){return this._logService.debug("Switching back to normal keypad."),this._coreService.decPrivateModes.applicationKeypad=!1,this._onRequestSyncScrollBar.fire(),!0}selectDefaultCharset(){return this._charsetService.setgLevel(0),this._charsetService.setgCharset(0,d.DEFAULT_CHARSET),!0}selectCharset(S){return S.length!==2?(this.selectDefaultCharset(),!0):(S[0]==="/"||this._charsetService.setgCharset(E[S[0]],d.CHARSETS[S[1]]||d.DEFAULT_CHARSET),!0)}index(){return this._restrictCursor(),this._activeBuffer.y++,this._activeBuffer.y===this._activeBuffer.scrollBottom+1?(this._activeBuffer.y--,this._bufferService.scroll(this._eraseAttrData())):this._activeBuffer.y>=this._bufferService.rows&&(this._activeBuffer.y=this._bufferService.rows-1),this._restrictCursor(),!0}tabSet(){return this._activeBuffer.tabs[this._activeBuffer.x]=!0,!0}reverseIndex(){if(this._restrictCursor(),this._activeBuffer.y===this._activeBuffer.scrollTop){const S=this._activeBuffer.scrollBottom-this._activeBuffer.scrollTop;this._activeBuffer.lines.shiftElements(this._activeBuffer.ybase+this._activeBuffer.y,S,1),this._activeBuffer.lines.set(this._activeBuffer.ybase+this._activeBuffer.y,this._activeBuffer.getBlankLine(this._eraseAttrData())),this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom)}else this._activeBuffer.y--,this._restrictCursor();return!0}fullReset(){return this._parser.reset(),this._onRequestReset.fire(),!0}reset(){this._curAttrData=t.DEFAULT_ATTR_DATA.clone(),this._eraseAttrDataInternal=t.DEFAULT_ATTR_DATA.clone()}_eraseAttrData(){return this._eraseAttrDataInternal.bg&=-67108864,this._eraseAttrDataInternal.bg|=67108863&this._curAttrData.bg,this._eraseAttrDataInternal}setgLevel(S){return this._charsetService.setgLevel(S),!0}screenAlignmentPattern(){const S=new i.CellData;S.content=4194373,S.fg=this._curAttrData.fg,S.bg=this._curAttrData.bg,this._setCursor(0,0);for(let w=0;w<this._bufferService.rows;++w){const y=this._activeBuffer.ybase+this._activeBuffer.y+w,k=this._activeBuffer.lines.get(y);k&&(k.fill(S),k.isWrapped=!1)}return this._dirtyRowTracker.markAllDirty(),this._setCursor(0,0),!0}requestStatusString(S,w){const y=this._bufferService.buffer,k=this._optionsService.rawOptions;return(T=>(this._coreService.triggerDataEvent(`${n.C0.ESC}${T}${n.C0.ESC}\\`),!0))(S==='"q'?`P1$r${this._curAttrData.isProtected()?1:0}"q`:S==='"p'?'P1$r61;1"p':S==="r"?`P1$r${y.scrollTop+1};${y.scrollBottom+1}r`:S==="m"?"P1$r0m":S===" q"?`P1$r${{block:2,underline:4,bar:6}[k.cursorStyle]-(k.cursorBlink?1:0)} q`:"P0$r")}markRangeDirty(S,w){this._dirtyRowTracker.markRangeDirty(S,w)}}s.InputHandler=M;let P=class{constructor(I){this._bufferService=I,this.clearRange()}clearRange(){this.start=this._bufferService.buffer.y,this.end=this._bufferService.buffer.y}markDirty(I){I<this.start?this.start=I:I>this.end&&(this.end=I)}markRangeDirty(I,S){I>S&&(R=I,I=S,S=R),I<this.start&&(this.start=I),S>this.end&&(this.end=S)}markAllDirty(){this.markRangeDirty(0,this._bufferService.rows-1)}};function N(I){return 0<=I&&I<256}P=h([_(0,p.IBufferService)],P)},844:(B,s)=>{function o(h){for(const _ of h)_.dispose();h.length=0}Object.defineProperty(s,"__esModule",{value:!0}),s.getDisposeArrayDisposable=s.disposeArray=s.toDisposable=s.MutableDisposable=s.Disposable=void 0,s.Disposable=class{constructor(){this._disposables=[],this._isDisposed=!1}dispose(){this._isDisposed=!0;for(const h of this._disposables)h.dispose();this._disposables.length=0}register(h){return this._disposables.push(h),h}unregister(h){const _=this._disposables.indexOf(h);_!==-1&&this._disposables.splice(_,1)}},s.MutableDisposable=class{constructor(){this._isDisposed=!1}get value(){return this._isDisposed?void 0:this._value}set value(h){this._isDisposed||h===this._value||(this._value?.dispose(),this._value=h)}clear(){this.value=void 0}dispose(){this._isDisposed=!0,this._value?.dispose(),this._value=void 0}},s.toDisposable=function(h){return{dispose:h}},s.disposeArray=o,s.getDisposeArrayDisposable=function(h){return{dispose:()=>o(h)}}},1505:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.FourKeyMap=s.TwoKeyMap=void 0;class o{constructor(){this._data={}}set(_,n,d){this._data[_]||(this._data[_]={}),this._data[_][n]=d}get(_,n){return this._data[_]?this._data[_][n]:void 0}clear(){this._data={}}}s.TwoKeyMap=o,s.FourKeyMap=class{constructor(){this._data=new o}set(h,_,n,d,f){this._data.get(h,_)||this._data.set(h,_,new o),this._data.get(h,_).set(n,d,f)}get(h,_,n,d){return this._data.get(h,_)?.get(n,d)}clear(){this._data.clear()}}},6114:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.isChromeOS=s.isLinux=s.isWindows=s.isIphone=s.isIpad=s.isMac=s.getSafariVersion=s.isSafari=s.isLegacyEdge=s.isFirefox=s.isNode=void 0,s.isNode=typeof process<"u"&&"title"in process;const o=s.isNode?"node":navigator.userAgent,h=s.isNode?"node":navigator.platform;s.isFirefox=o.includes("Firefox"),s.isLegacyEdge=o.includes("Edge"),s.isSafari=/^((?!chrome|android).)*safari/i.test(o),s.getSafariVersion=function(){if(!s.isSafari)return 0;const _=o.match(/Version\/(\d+)/);return _===null||_.length<2?0:parseInt(_[1])},s.isMac=["Macintosh","MacIntel","MacPPC","Mac68K"].includes(h),s.isIpad=h==="iPad",s.isIphone=h==="iPhone",s.isWindows=["Windows","Win16","Win32","WinCE"].includes(h),s.isLinux=h.indexOf("Linux")>=0,s.isChromeOS=/\bCrOS\b/.test(o)},6106:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.SortedList=void 0;let o=0;s.SortedList=class{constructor(h){this._getKey=h,this._array=[]}clear(){this._array.length=0}insert(h){this._array.length!==0?(o=this._search(this._getKey(h)),this._array.splice(o,0,h)):this._array.push(h)}delete(h){if(this._array.length===0)return!1;const _=this._getKey(h);if(_===void 0||(o=this._search(_),o===-1)||this._getKey(this._array[o])!==_)return!1;do if(this._array[o]===h)return this._array.splice(o,1),!0;while(++o<this._array.length&&this._getKey(this._array[o])===_);return!1}*getKeyIterator(h){if(this._array.length!==0&&(o=this._search(h),!(o<0||o>=this._array.length)&&this._getKey(this._array[o])===h))do yield this._array[o];while(++o<this._array.length&&this._getKey(this._array[o])===h)}forEachByKey(h,_){if(this._array.length!==0&&(o=this._search(h),!(o<0||o>=this._array.length)&&this._getKey(this._array[o])===h))do _(this._array[o]);while(++o<this._array.length&&this._getKey(this._array[o])===h)}values(){return[...this._array].values()}_search(h){let _=0,n=this._array.length-1;for(;n>=_;){let d=_+n>>1;const f=this._getKey(this._array[d]);if(f>h)n=d-1;else{if(!(f<h)){for(;d>0&&this._getKey(this._array[d-1])===h;)d--;return d}_=d+1}}return _}}},7226:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.DebouncedIdleTask=s.IdleTaskQueue=s.PriorityTaskQueue=void 0;const h=o(6114);class _{constructor(){this._tasks=[],this._i=0}enqueue(f){this._tasks.push(f),this._start()}flush(){for(;this._i<this._tasks.length;)this._tasks[this._i]()||this._i++;this.clear()}clear(){this._idleCallback&&(this._cancelCallback(this._idleCallback),this._idleCallback=void 0),this._i=0,this._tasks.length=0}_start(){this._idleCallback||(this._idleCallback=this._requestCallback(this._process.bind(this)))}_process(f){this._idleCallback=void 0;let v=0,c=0,t=f.timeRemaining(),r=0;for(;this._i<this._tasks.length;){if(v=Date.now(),this._tasks[this._i]()||this._i++,v=Math.max(1,Date.now()-v),c=Math.max(v,c),r=f.timeRemaining(),1.5*c>r)return t-v<-20&&console.warn(`task queue exceeded allotted deadline by ${Math.abs(Math.round(t-v))}ms`),void this._start();t=r}this.clear()}}class n extends _{_requestCallback(f){return setTimeout(()=>f(this._createDeadline(16)))}_cancelCallback(f){clearTimeout(f)}_createDeadline(f){const v=Date.now()+f;return{timeRemaining:()=>Math.max(0,v-Date.now())}}}s.PriorityTaskQueue=n,s.IdleTaskQueue=!h.isNode&&"requestIdleCallback"in window?class extends _{_requestCallback(d){return requestIdleCallback(d)}_cancelCallback(d){cancelIdleCallback(d)}}:n,s.DebouncedIdleTask=class{constructor(){this._queue=new s.IdleTaskQueue}set(d){this._queue.clear(),this._queue.enqueue(d)}flush(){this._queue.flush()}}},9282:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.updateWindowsModeWrappedState=void 0;const h=o(643);s.updateWindowsModeWrappedState=function(_){const n=_.buffer.lines.get(_.buffer.ybase+_.buffer.y-1),d=n?.get(_.cols-1),f=_.buffer.lines.get(_.buffer.ybase+_.buffer.y);f&&d&&(f.isWrapped=d[h.CHAR_DATA_CODE_INDEX]!==h.NULL_CELL_CODE&&d[h.CHAR_DATA_CODE_INDEX]!==h.WHITESPACE_CELL_CODE)}},3734:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.ExtendedAttrs=s.AttributeData=void 0;class o{constructor(){this.fg=0,this.bg=0,this.extended=new h}static toColorRGB(n){return[n>>>16&255,n>>>8&255,255&n]}static fromColorRGB(n){return(255&n[0])<<16|(255&n[1])<<8|255&n[2]}clone(){const n=new o;return n.fg=this.fg,n.bg=this.bg,n.extended=this.extended.clone(),n}isInverse(){return 67108864&this.fg}isBold(){return 134217728&this.fg}isUnderline(){return this.hasExtendedAttrs()&&this.extended.underlineStyle!==0?1:268435456&this.fg}isBlink(){return 536870912&this.fg}isInvisible(){return 1073741824&this.fg}isItalic(){return 67108864&this.bg}isDim(){return 134217728&this.bg}isStrikethrough(){return 2147483648&this.fg}isProtected(){return 536870912&this.bg}isOverline(){return 1073741824&this.bg}getFgColorMode(){return 50331648&this.fg}getBgColorMode(){return 50331648&this.bg}isFgRGB(){return(50331648&this.fg)==50331648}isBgRGB(){return(50331648&this.bg)==50331648}isFgPalette(){return(50331648&this.fg)==16777216||(50331648&this.fg)==33554432}isBgPalette(){return(50331648&this.bg)==16777216||(50331648&this.bg)==33554432}isFgDefault(){return(50331648&this.fg)==0}isBgDefault(){return(50331648&this.bg)==0}isAttributeDefault(){return this.fg===0&&this.bg===0}getFgColor(){switch(50331648&this.fg){case 16777216:case 33554432:return 255&this.fg;case 50331648:return 16777215&this.fg;default:return-1}}getBgColor(){switch(50331648&this.bg){case 16777216:case 33554432:return 255&this.bg;case 50331648:return 16777215&this.bg;default:return-1}}hasExtendedAttrs(){return 268435456&this.bg}updateExtended(){this.extended.isEmpty()?this.bg&=-268435457:this.bg|=268435456}getUnderlineColor(){if(268435456&this.bg&&~this.extended.underlineColor)switch(50331648&this.extended.underlineColor){case 16777216:case 33554432:return 255&this.extended.underlineColor;case 50331648:return 16777215&this.extended.underlineColor;default:return this.getFgColor()}return this.getFgColor()}getUnderlineColorMode(){return 268435456&this.bg&&~this.extended.underlineColor?50331648&this.extended.underlineColor:this.getFgColorMode()}isUnderlineColorRGB(){return 268435456&this.bg&&~this.extended.underlineColor?(50331648&this.extended.underlineColor)==50331648:this.isFgRGB()}isUnderlineColorPalette(){return 268435456&this.bg&&~this.extended.underlineColor?(50331648&this.extended.underlineColor)==16777216||(50331648&this.extended.underlineColor)==33554432:this.isFgPalette()}isUnderlineColorDefault(){return 268435456&this.bg&&~this.extended.underlineColor?(50331648&this.extended.underlineColor)==0:this.isFgDefault()}getUnderlineStyle(){return 268435456&this.fg?268435456&this.bg?this.extended.underlineStyle:1:0}getUnderlineVariantOffset(){return this.extended.underlineVariantOffset}}s.AttributeData=o;class h{get ext(){return this._urlId?-469762049&this._ext|this.underlineStyle<<26:this._ext}set ext(n){this._ext=n}get underlineStyle(){return this._urlId?5:(469762048&this._ext)>>26}set underlineStyle(n){this._ext&=-469762049,this._ext|=n<<26&469762048}get underlineColor(){return 67108863&this._ext}set underlineColor(n){this._ext&=-67108864,this._ext|=67108863&n}get urlId(){return this._urlId}set urlId(n){this._urlId=n}get underlineVariantOffset(){const n=(3758096384&this._ext)>>29;return n<0?4294967288^n:n}set underlineVariantOffset(n){this._ext&=536870911,this._ext|=n<<29&3758096384}constructor(n=0,d=0){this._ext=0,this._urlId=0,this._ext=n,this._urlId=d}clone(){return new h(this._ext,this._urlId)}isEmpty(){return this.underlineStyle===0&&this._urlId===0}}s.ExtendedAttrs=h},9092:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.Buffer=s.MAX_BUFFER_SIZE=void 0;const h=o(6349),_=o(7226),n=o(3734),d=o(8437),f=o(4634),v=o(511),c=o(643),t=o(4863),r=o(7116);s.MAX_BUFFER_SIZE=4294967295,s.Buffer=class{constructor(e,i,a){this._hasScrollback=e,this._optionsService=i,this._bufferService=a,this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.tabs={},this.savedY=0,this.savedX=0,this.savedCurAttrData=d.DEFAULT_ATTR_DATA.clone(),this.savedCharset=r.DEFAULT_CHARSET,this.markers=[],this._nullCell=v.CellData.fromCharData([0,c.NULL_CELL_CHAR,c.NULL_CELL_WIDTH,c.NULL_CELL_CODE]),this._whitespaceCell=v.CellData.fromCharData([0,c.WHITESPACE_CELL_CHAR,c.WHITESPACE_CELL_WIDTH,c.WHITESPACE_CELL_CODE]),this._isClearing=!1,this._memoryCleanupQueue=new _.IdleTaskQueue,this._memoryCleanupPosition=0,this._cols=this._bufferService.cols,this._rows=this._bufferService.rows,this.lines=new h.CircularList(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}getNullCell(e){return e?(this._nullCell.fg=e.fg,this._nullCell.bg=e.bg,this._nullCell.extended=e.extended):(this._nullCell.fg=0,this._nullCell.bg=0,this._nullCell.extended=new n.ExtendedAttrs),this._nullCell}getWhitespaceCell(e){return e?(this._whitespaceCell.fg=e.fg,this._whitespaceCell.bg=e.bg,this._whitespaceCell.extended=e.extended):(this._whitespaceCell.fg=0,this._whitespaceCell.bg=0,this._whitespaceCell.extended=new n.ExtendedAttrs),this._whitespaceCell}getBlankLine(e,i){return new d.BufferLine(this._bufferService.cols,this.getNullCell(e),i)}get hasScrollback(){return this._hasScrollback&&this.lines.maxLength>this._rows}get isCursorInViewport(){const e=this.ybase+this.y-this.ydisp;return e>=0&&e<this._rows}_getCorrectBufferLength(e){if(!this._hasScrollback)return e;const i=e+this._optionsService.rawOptions.scrollback;return i>s.MAX_BUFFER_SIZE?s.MAX_BUFFER_SIZE:i}fillViewportRows(e){if(this.lines.length===0){e===void 0&&(e=d.DEFAULT_ATTR_DATA);let i=this._rows;for(;i--;)this.lines.push(this.getBlankLine(e))}}clear(){this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.lines=new h.CircularList(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}resize(e,i){const a=this.getNullCell(d.DEFAULT_ATTR_DATA);let p=0;const u=this._getCorrectBufferLength(i);if(u>this.lines.maxLength&&(this.lines.maxLength=u),this.lines.length>0){if(this._cols<e)for(let l=0;l<this.lines.length;l++)p+=+this.lines.get(l).resize(e,a);let g=0;if(this._rows<i)for(let l=this._rows;l<i;l++)this.lines.length<i+this.ybase&&(this._optionsService.rawOptions.windowsMode||this._optionsService.rawOptions.windowsPty.backend!==void 0||this._optionsService.rawOptions.windowsPty.buildNumber!==void 0?this.lines.push(new d.BufferLine(e,a)):this.ybase>0&&this.lines.length<=this.ybase+this.y+g+1?(this.ybase--,g++,this.ydisp>0&&this.ydisp--):this.lines.push(new d.BufferLine(e,a)));else for(let l=this._rows;l>i;l--)this.lines.length>i+this.ybase&&(this.lines.length>this.ybase+this.y+1?this.lines.pop():(this.ybase++,this.ydisp++));if(u<this.lines.maxLength){const l=this.lines.length-u;l>0&&(this.lines.trimStart(l),this.ybase=Math.max(this.ybase-l,0),this.ydisp=Math.max(this.ydisp-l,0),this.savedY=Math.max(this.savedY-l,0)),this.lines.maxLength=u}this.x=Math.min(this.x,e-1),this.y=Math.min(this.y,i-1),g&&(this.y+=g),this.savedX=Math.min(this.savedX,e-1),this.scrollTop=0}if(this.scrollBottom=i-1,this._isReflowEnabled&&(this._reflow(e,i),this._cols>e))for(let g=0;g<this.lines.length;g++)p+=+this.lines.get(g).resize(e,a);this._cols=e,this._rows=i,this._memoryCleanupQueue.clear(),p>.1*this.lines.length&&(this._memoryCleanupPosition=0,this._memoryCleanupQueue.enqueue(()=>this._batchedMemoryCleanup()))}_batchedMemoryCleanup(){let e=!0;this._memoryCleanupPosition>=this.lines.length&&(this._memoryCleanupPosition=0,e=!1);let i=0;for(;this._memoryCleanupPosition<this.lines.length;)if(i+=this.lines.get(this._memoryCleanupPosition++).cleanupMemory(),i>100)return!0;return e}get _isReflowEnabled(){const e=this._optionsService.rawOptions.windowsPty;return e&&e.buildNumber?this._hasScrollback&&e.backend==="conpty"&&e.buildNumber>=21376:this._hasScrollback&&!this._optionsService.rawOptions.windowsMode}_reflow(e,i){this._cols!==e&&(e>this._cols?this._reflowLarger(e,i):this._reflowSmaller(e,i))}_reflowLarger(e,i){const a=(0,f.reflowLargerGetLinesToRemove)(this.lines,this._cols,e,this.ybase+this.y,this.getNullCell(d.DEFAULT_ATTR_DATA));if(a.length>0){const p=(0,f.reflowLargerCreateNewLayout)(this.lines,a);(0,f.reflowLargerApplyNewLayout)(this.lines,p.layout),this._reflowLargerAdjustViewport(e,i,p.countRemoved)}}_reflowLargerAdjustViewport(e,i,a){const p=this.getNullCell(d.DEFAULT_ATTR_DATA);let u=a;for(;u-- >0;)this.ybase===0?(this.y>0&&this.y--,this.lines.length<i&&this.lines.push(new d.BufferLine(e,p))):(this.ydisp===this.ybase&&this.ydisp--,this.ybase--);this.savedY=Math.max(this.savedY-a,0)}_reflowSmaller(e,i){const a=this.getNullCell(d.DEFAULT_ATTR_DATA),p=[];let u=0;for(let g=this.lines.length-1;g>=0;g--){let l=this.lines.get(g);if(!l||!l.isWrapped&&l.getTrimmedLength()<=e)continue;const m=[l];for(;l.isWrapped&&g>0;)l=this.lines.get(--g),m.unshift(l);const E=this.ybase+this.y;if(E>=g&&E<g+m.length)continue;const x=m[m.length-1].getTrimmedLength(),D=(0,f.reflowSmallerGetNewLineLengths)(m,this._cols,e),b=D.length-m.length;let R;R=this.ybase===0&&this.y!==this.lines.length-1?Math.max(0,this.y-this.lines.maxLength+b):Math.max(0,this.lines.length-this.lines.maxLength+b);const M=[];for(let y=0;y<b;y++){const k=this.getBlankLine(d.DEFAULT_ATTR_DATA,!0);M.push(k)}M.length>0&&(p.push({start:g+m.length+u,newLines:M}),u+=M.length),m.push(...M);let P=D.length-1,N=D[P];N===0&&(P--,N=D[P]);let I=m.length-b-1,S=x;for(;I>=0;){const y=Math.min(S,N);if(m[P]===void 0)break;if(m[P].copyCellsFrom(m[I],S-y,N-y,y,!0),N-=y,N===0&&(P--,N=D[P]),S-=y,S===0){I--;const k=Math.max(I,0);S=(0,f.getWrappedLineTrimmedLength)(m,k,this._cols)}}for(let y=0;y<m.length;y++)D[y]<e&&m[y].setCell(D[y],a);let w=b-R;for(;w-- >0;)this.ybase===0?this.y<i-1?(this.y++,this.lines.pop()):(this.ybase++,this.ydisp++):this.ybase<Math.min(this.lines.maxLength,this.lines.length+u)-i&&(this.ybase===this.ydisp&&this.ydisp++,this.ybase++);this.savedY=Math.min(this.savedY+b,this.ybase+i-1)}if(p.length>0){const g=[],l=[];for(let P=0;P<this.lines.length;P++)l.push(this.lines.get(P));const m=this.lines.length;let E=m-1,x=0,D=p[x];this.lines.length=Math.min(this.lines.maxLength,this.lines.length+u);let b=0;for(let P=Math.min(this.lines.maxLength-1,m+u-1);P>=0;P--)if(D&&D.start>E+b){for(let N=D.newLines.length-1;N>=0;N--)this.lines.set(P--,D.newLines[N]);P++,g.push({index:E+1,amount:D.newLines.length}),b+=D.newLines.length,D=p[++x]}else this.lines.set(P,l[E--]);let R=0;for(let P=g.length-1;P>=0;P--)g[P].index+=R,this.lines.onInsertEmitter.fire(g[P]),R+=g[P].amount;const M=Math.max(0,m+u-this.lines.maxLength);M>0&&this.lines.onTrimEmitter.fire(M)}}translateBufferLineToString(e,i,a=0,p){const u=this.lines.get(e);return u?u.translateToString(i,a,p):""}getWrappedRangeForLine(e){let i=e,a=e;for(;i>0&&this.lines.get(i).isWrapped;)i--;for(;a+1<this.lines.length&&this.lines.get(a+1).isWrapped;)a++;return{first:i,last:a}}setupTabStops(e){for(e!=null?this.tabs[e]||(e=this.prevStop(e)):(this.tabs={},e=0);e<this._cols;e+=this._optionsService.rawOptions.tabStopWidth)this.tabs[e]=!0}prevStop(e){for(e==null&&(e=this.x);!this.tabs[--e]&&e>0;);return e>=this._cols?this._cols-1:e<0?0:e}nextStop(e){for(e==null&&(e=this.x);!this.tabs[++e]&&e<this._cols;);return e>=this._cols?this._cols-1:e<0?0:e}clearMarkers(e){this._isClearing=!0;for(let i=0;i<this.markers.length;i++)this.markers[i].line===e&&(this.markers[i].dispose(),this.markers.splice(i--,1));this._isClearing=!1}clearAllMarkers(){this._isClearing=!0;for(let e=0;e<this.markers.length;e++)this.markers[e].dispose(),this.markers.splice(e--,1);this._isClearing=!1}addMarker(e){const i=new t.Marker(e);return this.markers.push(i),i.register(this.lines.onTrim(a=>{i.line-=a,i.line<0&&i.dispose()})),i.register(this.lines.onInsert(a=>{i.line>=a.index&&(i.line+=a.amount)})),i.register(this.lines.onDelete(a=>{i.line>=a.index&&i.line<a.index+a.amount&&i.dispose(),i.line>a.index&&(i.line-=a.amount)})),i.register(i.onDispose(()=>this._removeMarker(i))),i}_removeMarker(e){this._isClearing||this.markers.splice(this.markers.indexOf(e),1)}}},8437:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.BufferLine=s.DEFAULT_ATTR_DATA=void 0;const h=o(3734),_=o(511),n=o(643),d=o(482);s.DEFAULT_ATTR_DATA=Object.freeze(new h.AttributeData);let f=0;class v{constructor(t,r,e=!1){this.isWrapped=e,this._combined={},this._extendedAttrs={},this._data=new Uint32Array(3*t);const i=r||_.CellData.fromCharData([0,n.NULL_CELL_CHAR,n.NULL_CELL_WIDTH,n.NULL_CELL_CODE]);for(let a=0;a<t;++a)this.setCell(a,i);this.length=t}get(t){const r=this._data[3*t+0],e=2097151&r;return[this._data[3*t+1],2097152&r?this._combined[t]:e?(0,d.stringFromCodePoint)(e):"",r>>22,2097152&r?this._combined[t].charCodeAt(this._combined[t].length-1):e]}set(t,r){this._data[3*t+1]=r[n.CHAR_DATA_ATTR_INDEX],r[n.CHAR_DATA_CHAR_INDEX].length>1?(this._combined[t]=r[1],this._data[3*t+0]=2097152|t|r[n.CHAR_DATA_WIDTH_INDEX]<<22):this._data[3*t+0]=r[n.CHAR_DATA_CHAR_INDEX].charCodeAt(0)|r[n.CHAR_DATA_WIDTH_INDEX]<<22}getWidth(t){return this._data[3*t+0]>>22}hasWidth(t){return 12582912&this._data[3*t+0]}getFg(t){return this._data[3*t+1]}getBg(t){return this._data[3*t+2]}hasContent(t){return 4194303&this._data[3*t+0]}getCodePoint(t){const r=this._data[3*t+0];return 2097152&r?this._combined[t].charCodeAt(this._combined[t].length-1):2097151&r}isCombined(t){return 2097152&this._data[3*t+0]}getString(t){const r=this._data[3*t+0];return 2097152&r?this._combined[t]:2097151&r?(0,d.stringFromCodePoint)(2097151&r):""}isProtected(t){return 536870912&this._data[3*t+2]}loadCell(t,r){return f=3*t,r.content=this._data[f+0],r.fg=this._data[f+1],r.bg=this._data[f+2],2097152&r.content&&(r.combinedData=this._combined[t]),268435456&r.bg&&(r.extended=this._extendedAttrs[t]),r}setCell(t,r){2097152&r.content&&(this._combined[t]=r.combinedData),268435456&r.bg&&(this._extendedAttrs[t]=r.extended),this._data[3*t+0]=r.content,this._data[3*t+1]=r.fg,this._data[3*t+2]=r.bg}setCellFromCodepoint(t,r,e,i){268435456&i.bg&&(this._extendedAttrs[t]=i.extended),this._data[3*t+0]=r|e<<22,this._data[3*t+1]=i.fg,this._data[3*t+2]=i.bg}addCodepointToCell(t,r,e){let i=this._data[3*t+0];2097152&i?this._combined[t]+=(0,d.stringFromCodePoint)(r):2097151&i?(this._combined[t]=(0,d.stringFromCodePoint)(2097151&i)+(0,d.stringFromCodePoint)(r),i&=-2097152,i|=2097152):i=r|4194304,e&&(i&=-12582913,i|=e<<22),this._data[3*t+0]=i}insertCells(t,r,e){if((t%=this.length)&&this.getWidth(t-1)===2&&this.setCellFromCodepoint(t-1,0,1,e),r<this.length-t){const i=new _.CellData;for(let a=this.length-t-r-1;a>=0;--a)this.setCell(t+r+a,this.loadCell(t+a,i));for(let a=0;a<r;++a)this.setCell(t+a,e)}else for(let i=t;i<this.length;++i)this.setCell(i,e);this.getWidth(this.length-1)===2&&this.setCellFromCodepoint(this.length-1,0,1,e)}deleteCells(t,r,e){if(t%=this.length,r<this.length-t){const i=new _.CellData;for(let a=0;a<this.length-t-r;++a)this.setCell(t+a,this.loadCell(t+r+a,i));for(let a=this.length-r;a<this.length;++a)this.setCell(a,e)}else for(let i=t;i<this.length;++i)this.setCell(i,e);t&&this.getWidth(t-1)===2&&this.setCellFromCodepoint(t-1,0,1,e),this.getWidth(t)!==0||this.hasContent(t)||this.setCellFromCodepoint(t,0,1,e)}replaceCells(t,r,e,i=!1){if(i)for(t&&this.getWidth(t-1)===2&&!this.isProtected(t-1)&&this.setCellFromCodepoint(t-1,0,1,e),r<this.length&&this.getWidth(r-1)===2&&!this.isProtected(r)&&this.setCellFromCodepoint(r,0,1,e);t<r&&t<this.length;)this.isProtected(t)||this.setCell(t,e),t++;else for(t&&this.getWidth(t-1)===2&&this.setCellFromCodepoint(t-1,0,1,e),r<this.length&&this.getWidth(r-1)===2&&this.setCellFromCodepoint(r,0,1,e);t<r&&t<this.length;)this.setCell(t++,e)}resize(t,r){if(t===this.length)return 4*this._data.length*2<this._data.buffer.byteLength;const e=3*t;if(t>this.length){if(this._data.buffer.byteLength>=4*e)this._data=new Uint32Array(this._data.buffer,0,e);else{const i=new Uint32Array(e);i.set(this._data),this._data=i}for(let i=this.length;i<t;++i)this.setCell(i,r)}else{this._data=this._data.subarray(0,e);const i=Object.keys(this._combined);for(let p=0;p<i.length;p++){const u=parseInt(i[p],10);u>=t&&delete this._combined[u]}const a=Object.keys(this._extendedAttrs);for(let p=0;p<a.length;p++){const u=parseInt(a[p],10);u>=t&&delete this._extendedAttrs[u]}}return this.length=t,4*e*2<this._data.buffer.byteLength}cleanupMemory(){if(4*this._data.length*2<this._data.buffer.byteLength){const t=new Uint32Array(this._data.length);return t.set(this._data),this._data=t,1}return 0}fill(t,r=!1){if(r)for(let e=0;e<this.length;++e)this.isProtected(e)||this.setCell(e,t);else{this._combined={},this._extendedAttrs={};for(let e=0;e<this.length;++e)this.setCell(e,t)}}copyFrom(t){this.length!==t.length?this._data=new Uint32Array(t._data):this._data.set(t._data),this.length=t.length,this._combined={};for(const r in t._combined)this._combined[r]=t._combined[r];this._extendedAttrs={};for(const r in t._extendedAttrs)this._extendedAttrs[r]=t._extendedAttrs[r];this.isWrapped=t.isWrapped}clone(){const t=new v(0);t._data=new Uint32Array(this._data),t.length=this.length;for(const r in this._combined)t._combined[r]=this._combined[r];for(const r in this._extendedAttrs)t._extendedAttrs[r]=this._extendedAttrs[r];return t.isWrapped=this.isWrapped,t}getTrimmedLength(){for(let t=this.length-1;t>=0;--t)if(4194303&this._data[3*t+0])return t+(this._data[3*t+0]>>22);return 0}getNoBgTrimmedLength(){for(let t=this.length-1;t>=0;--t)if(4194303&this._data[3*t+0]||50331648&this._data[3*t+2])return t+(this._data[3*t+0]>>22);return 0}copyCellsFrom(t,r,e,i,a){const p=t._data;if(a)for(let g=i-1;g>=0;g--){for(let l=0;l<3;l++)this._data[3*(e+g)+l]=p[3*(r+g)+l];268435456&p[3*(r+g)+2]&&(this._extendedAttrs[e+g]=t._extendedAttrs[r+g])}else for(let g=0;g<i;g++){for(let l=0;l<3;l++)this._data[3*(e+g)+l]=p[3*(r+g)+l];268435456&p[3*(r+g)+2]&&(this._extendedAttrs[e+g]=t._extendedAttrs[r+g])}const u=Object.keys(t._combined);for(let g=0;g<u.length;g++){const l=parseInt(u[g],10);l>=r&&(this._combined[l-r+e]=t._combined[l])}}translateToString(t,r,e,i){r=r??0,e=e??this.length,t&&(e=Math.min(e,this.getTrimmedLength())),i&&(i.length=0);let a="";for(;r<e;){const p=this._data[3*r+0],u=2097151&p,g=2097152&p?this._combined[r]:u?(0,d.stringFromCodePoint)(u):n.WHITESPACE_CELL_CHAR;if(a+=g,i)for(let l=0;l<g.length;++l)i.push(r);r+=p>>22||1}return i&&i.push(r),a}}s.BufferLine=v},4841:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.getRangeLength=void 0,s.getRangeLength=function(o,h){if(o.start.y>o.end.y)throw new Error(`Buffer range end (${o.end.x}, ${o.end.y}) cannot be before start (${o.start.x}, ${o.start.y})`);return h*(o.end.y-o.start.y)+(o.end.x-o.start.x+1)}},4634:(B,s)=>{function o(h,_,n){if(_===h.length-1)return h[_].getTrimmedLength();const d=!h[_].hasContent(n-1)&&h[_].getWidth(n-1)===1,f=h[_+1].getWidth(0)===2;return d&&f?n-1:n}Object.defineProperty(s,"__esModule",{value:!0}),s.getWrappedLineTrimmedLength=s.reflowSmallerGetNewLineLengths=s.reflowLargerApplyNewLayout=s.reflowLargerCreateNewLayout=s.reflowLargerGetLinesToRemove=void 0,s.reflowLargerGetLinesToRemove=function(h,_,n,d,f){const v=[];for(let c=0;c<h.length-1;c++){let t=c,r=h.get(++t);if(!r.isWrapped)continue;const e=[h.get(c)];for(;t<h.length&&r.isWrapped;)e.push(r),r=h.get(++t);if(d>=c&&d<t){c+=e.length-1;continue}let i=0,a=o(e,i,_),p=1,u=0;for(;p<e.length;){const l=o(e,p,_),m=l-u,E=n-a,x=Math.min(m,E);e[i].copyCellsFrom(e[p],u,a,x,!1),a+=x,a===n&&(i++,a=0),u+=x,u===l&&(p++,u=0),a===0&&i!==0&&e[i-1].getWidth(n-1)===2&&(e[i].copyCellsFrom(e[i-1],n-1,a++,1,!1),e[i-1].setCell(n-1,f))}e[i].replaceCells(a,n,f);let g=0;for(let l=e.length-1;l>0&&(l>i||e[l].getTrimmedLength()===0);l--)g++;g>0&&(v.push(c+e.length-g),v.push(g)),c+=e.length-1}return v},s.reflowLargerCreateNewLayout=function(h,_){const n=[];let d=0,f=_[d],v=0;for(let c=0;c<h.length;c++)if(f===c){const t=_[++d];h.onDeleteEmitter.fire({index:c-v,amount:t}),c+=t-1,v+=t,f=_[++d]}else n.push(c);return{layout:n,countRemoved:v}},s.reflowLargerApplyNewLayout=function(h,_){const n=[];for(let d=0;d<_.length;d++)n.push(h.get(_[d]));for(let d=0;d<n.length;d++)h.set(d,n[d]);h.length=_.length},s.reflowSmallerGetNewLineLengths=function(h,_,n){const d=[],f=h.map((r,e)=>o(h,e,_)).reduce((r,e)=>r+e);let v=0,c=0,t=0;for(;t<f;){if(f-t<n){d.push(f-t);break}v+=n;const r=o(h,c,_);v>r&&(v-=r,c++);const e=h[c].getWidth(v-1)===2;e&&v--;const i=e?n-1:n;d.push(i),t+=i}return d},s.getWrappedLineTrimmedLength=o},5295:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.BufferSet=void 0;const h=o(8460),_=o(844),n=o(9092);class d extends _.Disposable{constructor(v,c){super(),this._optionsService=v,this._bufferService=c,this._onBufferActivate=this.register(new h.EventEmitter),this.onBufferActivate=this._onBufferActivate.event,this.reset(),this.register(this._optionsService.onSpecificOptionChange("scrollback",()=>this.resize(this._bufferService.cols,this._bufferService.rows))),this.register(this._optionsService.onSpecificOptionChange("tabStopWidth",()=>this.setupTabStops()))}reset(){this._normal=new n.Buffer(!0,this._optionsService,this._bufferService),this._normal.fillViewportRows(),this._alt=new n.Buffer(!1,this._optionsService,this._bufferService),this._activeBuffer=this._normal,this._onBufferActivate.fire({activeBuffer:this._normal,inactiveBuffer:this._alt}),this.setupTabStops()}get alt(){return this._alt}get active(){return this._activeBuffer}get normal(){return this._normal}activateNormalBuffer(){this._activeBuffer!==this._normal&&(this._normal.x=this._alt.x,this._normal.y=this._alt.y,this._alt.clearAllMarkers(),this._alt.clear(),this._activeBuffer=this._normal,this._onBufferActivate.fire({activeBuffer:this._normal,inactiveBuffer:this._alt}))}activateAltBuffer(v){this._activeBuffer!==this._alt&&(this._alt.fillViewportRows(v),this._alt.x=this._normal.x,this._alt.y=this._normal.y,this._activeBuffer=this._alt,this._onBufferActivate.fire({activeBuffer:this._alt,inactiveBuffer:this._normal}))}resize(v,c){this._normal.resize(v,c),this._alt.resize(v,c),this.setupTabStops(v)}setupTabStops(v){this._normal.setupTabStops(v),this._alt.setupTabStops(v)}}s.BufferSet=d},511:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.CellData=void 0;const h=o(482),_=o(643),n=o(3734);class d extends n.AttributeData{constructor(){super(...arguments),this.content=0,this.fg=0,this.bg=0,this.extended=new n.ExtendedAttrs,this.combinedData=""}static fromCharData(v){const c=new d;return c.setFromCharData(v),c}isCombined(){return 2097152&this.content}getWidth(){return this.content>>22}getChars(){return 2097152&this.content?this.combinedData:2097151&this.content?(0,h.stringFromCodePoint)(2097151&this.content):""}getCode(){return this.isCombined()?this.combinedData.charCodeAt(this.combinedData.length-1):2097151&this.content}setFromCharData(v){this.fg=v[_.CHAR_DATA_ATTR_INDEX],this.bg=0;let c=!1;if(v[_.CHAR_DATA_CHAR_INDEX].length>2)c=!0;else if(v[_.CHAR_DATA_CHAR_INDEX].length===2){const t=v[_.CHAR_DATA_CHAR_INDEX].charCodeAt(0);if(55296<=t&&t<=56319){const r=v[_.CHAR_DATA_CHAR_INDEX].charCodeAt(1);56320<=r&&r<=57343?this.content=1024*(t-55296)+r-56320+65536|v[_.CHAR_DATA_WIDTH_INDEX]<<22:c=!0}else c=!0}else this.content=v[_.CHAR_DATA_CHAR_INDEX].charCodeAt(0)|v[_.CHAR_DATA_WIDTH_INDEX]<<22;c&&(this.combinedData=v[_.CHAR_DATA_CHAR_INDEX],this.content=2097152|v[_.CHAR_DATA_WIDTH_INDEX]<<22)}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}}s.CellData=d},643:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.WHITESPACE_CELL_CODE=s.WHITESPACE_CELL_WIDTH=s.WHITESPACE_CELL_CHAR=s.NULL_CELL_CODE=s.NULL_CELL_WIDTH=s.NULL_CELL_CHAR=s.CHAR_DATA_CODE_INDEX=s.CHAR_DATA_WIDTH_INDEX=s.CHAR_DATA_CHAR_INDEX=s.CHAR_DATA_ATTR_INDEX=s.DEFAULT_EXT=s.DEFAULT_ATTR=s.DEFAULT_COLOR=void 0,s.DEFAULT_COLOR=0,s.DEFAULT_ATTR=256|s.DEFAULT_COLOR<<9,s.DEFAULT_EXT=0,s.CHAR_DATA_ATTR_INDEX=0,s.CHAR_DATA_CHAR_INDEX=1,s.CHAR_DATA_WIDTH_INDEX=2,s.CHAR_DATA_CODE_INDEX=3,s.NULL_CELL_CHAR="",s.NULL_CELL_WIDTH=1,s.NULL_CELL_CODE=0,s.WHITESPACE_CELL_CHAR=" ",s.WHITESPACE_CELL_WIDTH=1,s.WHITESPACE_CELL_CODE=32},4863:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.Marker=void 0;const h=o(8460),_=o(844);class n{get id(){return this._id}constructor(f){this.line=f,this.isDisposed=!1,this._disposables=[],this._id=n._nextId++,this._onDispose=this.register(new h.EventEmitter),this.onDispose=this._onDispose.event}dispose(){this.isDisposed||(this.isDisposed=!0,this.line=-1,this._onDispose.fire(),(0,_.disposeArray)(this._disposables),this._disposables.length=0)}register(f){return this._disposables.push(f),f}}s.Marker=n,n._nextId=1},7116:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.DEFAULT_CHARSET=s.CHARSETS=void 0,s.CHARSETS={},s.DEFAULT_CHARSET=s.CHARSETS.B,s.CHARSETS[0]={"`":"◆",a:"▒",b:"␉",c:"␌",d:"␍",e:"␊",f:"°",g:"±",h:"",i:"␋",j:"┘",k:"┐",l:"┌",m:"└",n:"┼",o:"⎺",p:"⎻",q:"─",r:"⎼",s:"⎽",t:"├",u:"┤",v:"┴",w:"┬",x:"│",y:"≤",z:"≥","{":"π","|":"≠","}":"£","~":"·"},s.CHARSETS.A={"#":"£"},s.CHARSETS.B=void 0,s.CHARSETS[4]={"#":"£","@":"¾","[":"ij","\\":"½","]":"|","{":"¨","|":"f","}":"¼","~":"´"},s.CHARSETS.C=s.CHARSETS[5]={"[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"},s.CHARSETS.R={"#":"£","@":"à","[":"°","\\":"ç","]":"§","{":"é","|":"ù","}":"è","~":"¨"},s.CHARSETS.Q={"@":"à","[":"â","\\":"ç","]":"ê","^":"î","`":"ô","{":"é","|":"ù","}":"è","~":"û"},s.CHARSETS.K={"@":"§","[":"Ä","\\":"Ö","]":"Ü","{":"ä","|":"ö","}":"ü","~":"ß"},s.CHARSETS.Y={"#":"£","@":"§","[":"°","\\":"ç","]":"é","`":"ù","{":"à","|":"ò","}":"è","~":"ì"},s.CHARSETS.E=s.CHARSETS[6]={"@":"Ä","[":"Æ","\\":"Ø","]":"Å","^":"Ü","`":"ä","{":"æ","|":"ø","}":"å","~":"ü"},s.CHARSETS.Z={"#":"£","@":"§","[":"¡","\\":"Ñ","]":"¿","{":"°","|":"ñ","}":"ç"},s.CHARSETS.H=s.CHARSETS[7]={"@":"É","[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"},s.CHARSETS["="]={"#":"ù","@":"à","[":"é","\\":"ç","]":"ê","^":"î",_:"è","`":"ô","{":"ä","|":"ö","}":"ü","~":"û"}},2584:(B,s)=>{var o,h,_;Object.defineProperty(s,"__esModule",{value:!0}),s.C1_ESCAPED=s.C1=s.C0=void 0,(function(n){n.NUL="\0",n.SOH="",n.STX="",n.ETX="",n.EOT="",n.ENQ="",n.ACK="",n.BEL="\x07",n.BS="\b",n.HT=" ",n.LF=`
|
|
412
|
+
`,n.VT="\v",n.FF="\f",n.CR="\r",n.SO="",n.SI="",n.DLE="",n.DC1="",n.DC2="",n.DC3="",n.DC4="",n.NAK="",n.SYN="",n.ETB="",n.CAN="",n.EM="",n.SUB="",n.ESC="\x1B",n.FS="",n.GS="",n.RS="",n.US="",n.SP=" ",n.DEL=""})(o||(s.C0=o={})),(function(n){n.PAD="",n.HOP="",n.BPH="",n.NBH="",n.IND="",n.NEL="
",n.SSA="",n.ESA="",n.HTS="",n.HTJ="",n.VTS="",n.PLD="",n.PLU="",n.RI="",n.SS2="",n.SS3="",n.DCS="",n.PU1="",n.PU2="",n.STS="",n.CCH="",n.MW="",n.SPA="",n.EPA="",n.SOS="",n.SGCI="",n.SCI="",n.CSI="",n.ST="",n.OSC="",n.PM="",n.APC=""})(h||(s.C1=h={})),(function(n){n.ST=`${o.ESC}\\`})(_||(s.C1_ESCAPED=_={}))},7399:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.evaluateKeyboardEvent=void 0;const h=o(2584),_={48:["0",")"],49:["1","!"],50:["2","@"],51:["3","#"],52:["4","$"],53:["5","%"],54:["6","^"],55:["7","&"],56:["8","*"],57:["9","("],186:[";",":"],187:["=","+"],188:[",","<"],189:["-","_"],190:[".",">"],191:["/","?"],192:["`","~"],219:["[","{"],220:["\\","|"],221:["]","}"],222:["'",'"']};s.evaluateKeyboardEvent=function(n,d,f,v){const c={type:0,cancel:!1,key:void 0},t=(n.shiftKey?1:0)|(n.altKey?2:0)|(n.ctrlKey?4:0)|(n.metaKey?8:0);switch(n.keyCode){case 0:n.key==="UIKeyInputUpArrow"?c.key=d?h.C0.ESC+"OA":h.C0.ESC+"[A":n.key==="UIKeyInputLeftArrow"?c.key=d?h.C0.ESC+"OD":h.C0.ESC+"[D":n.key==="UIKeyInputRightArrow"?c.key=d?h.C0.ESC+"OC":h.C0.ESC+"[C":n.key==="UIKeyInputDownArrow"&&(c.key=d?h.C0.ESC+"OB":h.C0.ESC+"[B");break;case 8:c.key=n.ctrlKey?"\b":h.C0.DEL,n.altKey&&(c.key=h.C0.ESC+c.key);break;case 9:if(n.shiftKey){c.key=h.C0.ESC+"[Z";break}c.key=h.C0.HT,c.cancel=!0;break;case 13:c.key=n.altKey?h.C0.ESC+h.C0.CR:h.C0.CR,c.cancel=!0;break;case 27:c.key=h.C0.ESC,n.altKey&&(c.key=h.C0.ESC+h.C0.ESC),c.cancel=!0;break;case 37:if(n.metaKey)break;t?(c.key=h.C0.ESC+"[1;"+(t+1)+"D",c.key===h.C0.ESC+"[1;3D"&&(c.key=h.C0.ESC+(f?"b":"[1;5D"))):c.key=d?h.C0.ESC+"OD":h.C0.ESC+"[D";break;case 39:if(n.metaKey)break;t?(c.key=h.C0.ESC+"[1;"+(t+1)+"C",c.key===h.C0.ESC+"[1;3C"&&(c.key=h.C0.ESC+(f?"f":"[1;5C"))):c.key=d?h.C0.ESC+"OC":h.C0.ESC+"[C";break;case 38:if(n.metaKey)break;t?(c.key=h.C0.ESC+"[1;"+(t+1)+"A",f||c.key!==h.C0.ESC+"[1;3A"||(c.key=h.C0.ESC+"[1;5A")):c.key=d?h.C0.ESC+"OA":h.C0.ESC+"[A";break;case 40:if(n.metaKey)break;t?(c.key=h.C0.ESC+"[1;"+(t+1)+"B",f||c.key!==h.C0.ESC+"[1;3B"||(c.key=h.C0.ESC+"[1;5B")):c.key=d?h.C0.ESC+"OB":h.C0.ESC+"[B";break;case 45:n.shiftKey||n.ctrlKey||(c.key=h.C0.ESC+"[2~");break;case 46:c.key=t?h.C0.ESC+"[3;"+(t+1)+"~":h.C0.ESC+"[3~";break;case 36:c.key=t?h.C0.ESC+"[1;"+(t+1)+"H":d?h.C0.ESC+"OH":h.C0.ESC+"[H";break;case 35:c.key=t?h.C0.ESC+"[1;"+(t+1)+"F":d?h.C0.ESC+"OF":h.C0.ESC+"[F";break;case 33:n.shiftKey?c.type=2:n.ctrlKey?c.key=h.C0.ESC+"[5;"+(t+1)+"~":c.key=h.C0.ESC+"[5~";break;case 34:n.shiftKey?c.type=3:n.ctrlKey?c.key=h.C0.ESC+"[6;"+(t+1)+"~":c.key=h.C0.ESC+"[6~";break;case 112:c.key=t?h.C0.ESC+"[1;"+(t+1)+"P":h.C0.ESC+"OP";break;case 113:c.key=t?h.C0.ESC+"[1;"+(t+1)+"Q":h.C0.ESC+"OQ";break;case 114:c.key=t?h.C0.ESC+"[1;"+(t+1)+"R":h.C0.ESC+"OR";break;case 115:c.key=t?h.C0.ESC+"[1;"+(t+1)+"S":h.C0.ESC+"OS";break;case 116:c.key=t?h.C0.ESC+"[15;"+(t+1)+"~":h.C0.ESC+"[15~";break;case 117:c.key=t?h.C0.ESC+"[17;"+(t+1)+"~":h.C0.ESC+"[17~";break;case 118:c.key=t?h.C0.ESC+"[18;"+(t+1)+"~":h.C0.ESC+"[18~";break;case 119:c.key=t?h.C0.ESC+"[19;"+(t+1)+"~":h.C0.ESC+"[19~";break;case 120:c.key=t?h.C0.ESC+"[20;"+(t+1)+"~":h.C0.ESC+"[20~";break;case 121:c.key=t?h.C0.ESC+"[21;"+(t+1)+"~":h.C0.ESC+"[21~";break;case 122:c.key=t?h.C0.ESC+"[23;"+(t+1)+"~":h.C0.ESC+"[23~";break;case 123:c.key=t?h.C0.ESC+"[24;"+(t+1)+"~":h.C0.ESC+"[24~";break;default:if(!n.ctrlKey||n.shiftKey||n.altKey||n.metaKey)if(f&&!v||!n.altKey||n.metaKey)!f||n.altKey||n.ctrlKey||n.shiftKey||!n.metaKey?n.key&&!n.ctrlKey&&!n.altKey&&!n.metaKey&&n.keyCode>=48&&n.key.length===1?c.key=n.key:n.key&&n.ctrlKey&&(n.key==="_"&&(c.key=h.C0.US),n.key==="@"&&(c.key=h.C0.NUL)):n.keyCode===65&&(c.type=1);else{const r=_[n.keyCode],e=r?.[n.shiftKey?1:0];if(e)c.key=h.C0.ESC+e;else if(n.keyCode>=65&&n.keyCode<=90){const i=n.ctrlKey?n.keyCode-64:n.keyCode+32;let a=String.fromCharCode(i);n.shiftKey&&(a=a.toUpperCase()),c.key=h.C0.ESC+a}else if(n.keyCode===32)c.key=h.C0.ESC+(n.ctrlKey?h.C0.NUL:" ");else if(n.key==="Dead"&&n.code.startsWith("Key")){let i=n.code.slice(3,4);n.shiftKey||(i=i.toLowerCase()),c.key=h.C0.ESC+i,c.cancel=!0}}else n.keyCode>=65&&n.keyCode<=90?c.key=String.fromCharCode(n.keyCode-64):n.keyCode===32?c.key=h.C0.NUL:n.keyCode>=51&&n.keyCode<=55?c.key=String.fromCharCode(n.keyCode-51+27):n.keyCode===56?c.key=h.C0.DEL:n.keyCode===219?c.key=h.C0.ESC:n.keyCode===220?c.key=h.C0.FS:n.keyCode===221&&(c.key=h.C0.GS)}return c}},482:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.Utf8ToUtf32=s.StringToUtf32=s.utf32ToString=s.stringFromCodePoint=void 0,s.stringFromCodePoint=function(o){return o>65535?(o-=65536,String.fromCharCode(55296+(o>>10))+String.fromCharCode(o%1024+56320)):String.fromCharCode(o)},s.utf32ToString=function(o,h=0,_=o.length){let n="";for(let d=h;d<_;++d){let f=o[d];f>65535?(f-=65536,n+=String.fromCharCode(55296+(f>>10))+String.fromCharCode(f%1024+56320)):n+=String.fromCharCode(f)}return n},s.StringToUtf32=class{constructor(){this._interim=0}clear(){this._interim=0}decode(o,h){const _=o.length;if(!_)return 0;let n=0,d=0;if(this._interim){const f=o.charCodeAt(d++);56320<=f&&f<=57343?h[n++]=1024*(this._interim-55296)+f-56320+65536:(h[n++]=this._interim,h[n++]=f),this._interim=0}for(let f=d;f<_;++f){const v=o.charCodeAt(f);if(55296<=v&&v<=56319){if(++f>=_)return this._interim=v,n;const c=o.charCodeAt(f);56320<=c&&c<=57343?h[n++]=1024*(v-55296)+c-56320+65536:(h[n++]=v,h[n++]=c)}else v!==65279&&(h[n++]=v)}return n}},s.Utf8ToUtf32=class{constructor(){this.interim=new Uint8Array(3)}clear(){this.interim.fill(0)}decode(o,h){const _=o.length;if(!_)return 0;let n,d,f,v,c=0,t=0,r=0;if(this.interim[0]){let a=!1,p=this.interim[0];p&=(224&p)==192?31:(240&p)==224?15:7;let u,g=0;for(;(u=63&this.interim[++g])&&g<4;)p<<=6,p|=u;const l=(224&this.interim[0])==192?2:(240&this.interim[0])==224?3:4,m=l-g;for(;r<m;){if(r>=_)return 0;if(u=o[r++],(192&u)!=128){r--,a=!0;break}this.interim[g++]=u,p<<=6,p|=63&u}a||(l===2?p<128?r--:h[c++]=p:l===3?p<2048||p>=55296&&p<=57343||p===65279||(h[c++]=p):p<65536||p>1114111||(h[c++]=p)),this.interim.fill(0)}const e=_-4;let i=r;for(;i<_;){for(;!(!(i<e)||128&(n=o[i])||128&(d=o[i+1])||128&(f=o[i+2])||128&(v=o[i+3]));)h[c++]=n,h[c++]=d,h[c++]=f,h[c++]=v,i+=4;if(n=o[i++],n<128)h[c++]=n;else if((224&n)==192){if(i>=_)return this.interim[0]=n,c;if(d=o[i++],(192&d)!=128){i--;continue}if(t=(31&n)<<6|63&d,t<128){i--;continue}h[c++]=t}else if((240&n)==224){if(i>=_)return this.interim[0]=n,c;if(d=o[i++],(192&d)!=128){i--;continue}if(i>=_)return this.interim[0]=n,this.interim[1]=d,c;if(f=o[i++],(192&f)!=128){i--;continue}if(t=(15&n)<<12|(63&d)<<6|63&f,t<2048||t>=55296&&t<=57343||t===65279)continue;h[c++]=t}else if((248&n)==240){if(i>=_)return this.interim[0]=n,c;if(d=o[i++],(192&d)!=128){i--;continue}if(i>=_)return this.interim[0]=n,this.interim[1]=d,c;if(f=o[i++],(192&f)!=128){i--;continue}if(i>=_)return this.interim[0]=n,this.interim[1]=d,this.interim[2]=f,c;if(v=o[i++],(192&v)!=128){i--;continue}if(t=(7&n)<<18|(63&d)<<12|(63&f)<<6|63&v,t<65536||t>1114111)continue;h[c++]=t}}return c}}},225:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.UnicodeV6=void 0;const h=o(1480),_=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531]],n=[[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]];let d;s.UnicodeV6=class{constructor(){if(this.version="6",!d){d=new Uint8Array(65536),d.fill(1),d[0]=0,d.fill(0,1,32),d.fill(0,127,160),d.fill(2,4352,4448),d[9001]=2,d[9002]=2,d.fill(2,11904,42192),d[12351]=1,d.fill(2,44032,55204),d.fill(2,63744,64256),d.fill(2,65040,65050),d.fill(2,65072,65136),d.fill(2,65280,65377),d.fill(2,65504,65511);for(let f=0;f<_.length;++f)d.fill(0,_[f][0],_[f][1]+1)}}wcwidth(f){return f<32?0:f<127?1:f<65536?d[f]:(function(v,c){let t,r=0,e=c.length-1;if(v<c[0][0]||v>c[e][1])return!1;for(;e>=r;)if(t=r+e>>1,v>c[t][1])r=t+1;else{if(!(v<c[t][0]))return!0;e=t-1}return!1})(f,n)?0:f>=131072&&f<=196605||f>=196608&&f<=262141?2:1}charProperties(f,v){let c=this.wcwidth(f),t=c===0&&v!==0;if(t){const r=h.UnicodeService.extractWidth(v);r===0?t=!1:r>c&&(c=r)}return h.UnicodeService.createPropertyValue(0,c,t)}}},5981:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.WriteBuffer=void 0;const h=o(8460),_=o(844);class n extends _.Disposable{constructor(f){super(),this._action=f,this._writeBuffer=[],this._callbacks=[],this._pendingData=0,this._bufferOffset=0,this._isSyncWriting=!1,this._syncCalls=0,this._didUserInput=!1,this._onWriteParsed=this.register(new h.EventEmitter),this.onWriteParsed=this._onWriteParsed.event}handleUserInput(){this._didUserInput=!0}writeSync(f,v){if(v!==void 0&&this._syncCalls>v)return void(this._syncCalls=0);if(this._pendingData+=f.length,this._writeBuffer.push(f),this._callbacks.push(void 0),this._syncCalls++,this._isSyncWriting)return;let c;for(this._isSyncWriting=!0;c=this._writeBuffer.shift();){this._action(c);const t=this._callbacks.shift();t&&t()}this._pendingData=0,this._bufferOffset=2147483647,this._isSyncWriting=!1,this._syncCalls=0}write(f,v){if(this._pendingData>5e7)throw new Error("write data discarded, use flow control to avoid losing data");if(!this._writeBuffer.length){if(this._bufferOffset=0,this._didUserInput)return this._didUserInput=!1,this._pendingData+=f.length,this._writeBuffer.push(f),this._callbacks.push(v),void this._innerWrite();setTimeout(()=>this._innerWrite())}this._pendingData+=f.length,this._writeBuffer.push(f),this._callbacks.push(v)}_innerWrite(f=0,v=!0){const c=f||Date.now();for(;this._writeBuffer.length>this._bufferOffset;){const t=this._writeBuffer[this._bufferOffset],r=this._action(t,v);if(r){const i=a=>Date.now()-c>=12?setTimeout(()=>this._innerWrite(0,a)):this._innerWrite(c,a);return void r.catch(a=>(queueMicrotask(()=>{throw a}),Promise.resolve(!1))).then(i)}const e=this._callbacks[this._bufferOffset];if(e&&e(),this._bufferOffset++,this._pendingData-=t.length,Date.now()-c>=12)break}this._writeBuffer.length>this._bufferOffset?(this._bufferOffset>50&&(this._writeBuffer=this._writeBuffer.slice(this._bufferOffset),this._callbacks=this._callbacks.slice(this._bufferOffset),this._bufferOffset=0),setTimeout(()=>this._innerWrite())):(this._writeBuffer.length=0,this._callbacks.length=0,this._pendingData=0,this._bufferOffset=0),this._onWriteParsed.fire()}}s.WriteBuffer=n},5941:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.toRgbString=s.parseColor=void 0;const o=/^([\da-f])\/([\da-f])\/([\da-f])$|^([\da-f]{2})\/([\da-f]{2})\/([\da-f]{2})$|^([\da-f]{3})\/([\da-f]{3})\/([\da-f]{3})$|^([\da-f]{4})\/([\da-f]{4})\/([\da-f]{4})$/,h=/^[\da-f]+$/;function _(n,d){const f=n.toString(16),v=f.length<2?"0"+f:f;switch(d){case 4:return f[0];case 8:return v;case 12:return(v+v).slice(0,3);default:return v+v}}s.parseColor=function(n){if(!n)return;let d=n.toLowerCase();if(d.indexOf("rgb:")===0){d=d.slice(4);const f=o.exec(d);if(f){const v=f[1]?15:f[4]?255:f[7]?4095:65535;return[Math.round(parseInt(f[1]||f[4]||f[7]||f[10],16)/v*255),Math.round(parseInt(f[2]||f[5]||f[8]||f[11],16)/v*255),Math.round(parseInt(f[3]||f[6]||f[9]||f[12],16)/v*255)]}}else if(d.indexOf("#")===0&&(d=d.slice(1),h.exec(d)&&[3,6,9,12].includes(d.length))){const f=d.length/3,v=[0,0,0];for(let c=0;c<3;++c){const t=parseInt(d.slice(f*c,f*c+f),16);v[c]=f===1?t<<4:f===2?t:f===3?t>>4:t>>8}return v}},s.toRgbString=function(n,d=16){const[f,v,c]=n;return`rgb:${_(f,d)}/${_(v,d)}/${_(c,d)}`}},5770:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.PAYLOAD_LIMIT=void 0,s.PAYLOAD_LIMIT=1e7},6351:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.DcsHandler=s.DcsParser=void 0;const h=o(482),_=o(8742),n=o(5770),d=[];s.DcsParser=class{constructor(){this._handlers=Object.create(null),this._active=d,this._ident=0,this._handlerFb=()=>{},this._stack={paused:!1,loopPosition:0,fallThrough:!1}}dispose(){this._handlers=Object.create(null),this._handlerFb=()=>{},this._active=d}registerHandler(v,c){this._handlers[v]===void 0&&(this._handlers[v]=[]);const t=this._handlers[v];return t.push(c),{dispose:()=>{const r=t.indexOf(c);r!==-1&&t.splice(r,1)}}}clearHandler(v){this._handlers[v]&&delete this._handlers[v]}setHandlerFallback(v){this._handlerFb=v}reset(){if(this._active.length)for(let v=this._stack.paused?this._stack.loopPosition-1:this._active.length-1;v>=0;--v)this._active[v].unhook(!1);this._stack.paused=!1,this._active=d,this._ident=0}hook(v,c){if(this.reset(),this._ident=v,this._active=this._handlers[v]||d,this._active.length)for(let t=this._active.length-1;t>=0;t--)this._active[t].hook(c);else this._handlerFb(this._ident,"HOOK",c)}put(v,c,t){if(this._active.length)for(let r=this._active.length-1;r>=0;r--)this._active[r].put(v,c,t);else this._handlerFb(this._ident,"PUT",(0,h.utf32ToString)(v,c,t))}unhook(v,c=!0){if(this._active.length){let t=!1,r=this._active.length-1,e=!1;if(this._stack.paused&&(r=this._stack.loopPosition-1,t=c,e=this._stack.fallThrough,this._stack.paused=!1),!e&&t===!1){for(;r>=0&&(t=this._active[r].unhook(v),t!==!0);r--)if(t instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=r,this._stack.fallThrough=!1,t;r--}for(;r>=0;r--)if(t=this._active[r].unhook(!1),t instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=r,this._stack.fallThrough=!0,t}else this._handlerFb(this._ident,"UNHOOK",v);this._active=d,this._ident=0}};const f=new _.Params;f.addParam(0),s.DcsHandler=class{constructor(v){this._handler=v,this._data="",this._params=f,this._hitLimit=!1}hook(v){this._params=v.length>1||v.params[0]?v.clone():f,this._data="",this._hitLimit=!1}put(v,c,t){this._hitLimit||(this._data+=(0,h.utf32ToString)(v,c,t),this._data.length>n.PAYLOAD_LIMIT&&(this._data="",this._hitLimit=!0))}unhook(v){let c=!1;if(this._hitLimit)c=!1;else if(v&&(c=this._handler(this._data,this._params),c instanceof Promise))return c.then(t=>(this._params=f,this._data="",this._hitLimit=!1,t));return this._params=f,this._data="",this._hitLimit=!1,c}}},2015:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.EscapeSequenceParser=s.VT500_TRANSITION_TABLE=s.TransitionTable=void 0;const h=o(844),_=o(8742),n=o(6242),d=o(6351);class f{constructor(r){this.table=new Uint8Array(r)}setDefault(r,e){this.table.fill(r<<4|e)}add(r,e,i,a){this.table[e<<8|r]=i<<4|a}addMany(r,e,i,a){for(let p=0;p<r.length;p++)this.table[e<<8|r[p]]=i<<4|a}}s.TransitionTable=f;const v=160;s.VT500_TRANSITION_TABLE=(function(){const t=new f(4095),r=Array.apply(null,Array(256)).map((g,l)=>l),e=(g,l)=>r.slice(g,l),i=e(32,127),a=e(0,24);a.push(25),a.push.apply(a,e(28,32));const p=e(0,14);let u;for(u in t.setDefault(1,0),t.addMany(i,0,2,0),p)t.addMany([24,26,153,154],u,3,0),t.addMany(e(128,144),u,3,0),t.addMany(e(144,152),u,3,0),t.add(156,u,0,0),t.add(27,u,11,1),t.add(157,u,4,8),t.addMany([152,158,159],u,0,7),t.add(155,u,11,3),t.add(144,u,11,9);return t.addMany(a,0,3,0),t.addMany(a,1,3,1),t.add(127,1,0,1),t.addMany(a,8,0,8),t.addMany(a,3,3,3),t.add(127,3,0,3),t.addMany(a,4,3,4),t.add(127,4,0,4),t.addMany(a,6,3,6),t.addMany(a,5,3,5),t.add(127,5,0,5),t.addMany(a,2,3,2),t.add(127,2,0,2),t.add(93,1,4,8),t.addMany(i,8,5,8),t.add(127,8,5,8),t.addMany([156,27,24,26,7],8,6,0),t.addMany(e(28,32),8,0,8),t.addMany([88,94,95],1,0,7),t.addMany(i,7,0,7),t.addMany(a,7,0,7),t.add(156,7,0,0),t.add(127,7,0,7),t.add(91,1,11,3),t.addMany(e(64,127),3,7,0),t.addMany(e(48,60),3,8,4),t.addMany([60,61,62,63],3,9,4),t.addMany(e(48,60),4,8,4),t.addMany(e(64,127),4,7,0),t.addMany([60,61,62,63],4,0,6),t.addMany(e(32,64),6,0,6),t.add(127,6,0,6),t.addMany(e(64,127),6,0,0),t.addMany(e(32,48),3,9,5),t.addMany(e(32,48),5,9,5),t.addMany(e(48,64),5,0,6),t.addMany(e(64,127),5,7,0),t.addMany(e(32,48),4,9,5),t.addMany(e(32,48),1,9,2),t.addMany(e(32,48),2,9,2),t.addMany(e(48,127),2,10,0),t.addMany(e(48,80),1,10,0),t.addMany(e(81,88),1,10,0),t.addMany([89,90,92],1,10,0),t.addMany(e(96,127),1,10,0),t.add(80,1,11,9),t.addMany(a,9,0,9),t.add(127,9,0,9),t.addMany(e(28,32),9,0,9),t.addMany(e(32,48),9,9,12),t.addMany(e(48,60),9,8,10),t.addMany([60,61,62,63],9,9,10),t.addMany(a,11,0,11),t.addMany(e(32,128),11,0,11),t.addMany(e(28,32),11,0,11),t.addMany(a,10,0,10),t.add(127,10,0,10),t.addMany(e(28,32),10,0,10),t.addMany(e(48,60),10,8,10),t.addMany([60,61,62,63],10,0,11),t.addMany(e(32,48),10,9,12),t.addMany(a,12,0,12),t.add(127,12,0,12),t.addMany(e(28,32),12,0,12),t.addMany(e(32,48),12,9,12),t.addMany(e(48,64),12,0,11),t.addMany(e(64,127),12,12,13),t.addMany(e(64,127),10,12,13),t.addMany(e(64,127),9,12,13),t.addMany(a,13,13,13),t.addMany(i,13,13,13),t.add(127,13,0,13),t.addMany([27,156,24,26],13,14,0),t.add(v,0,2,0),t.add(v,8,5,8),t.add(v,6,0,6),t.add(v,11,0,11),t.add(v,13,13,13),t})();class c extends h.Disposable{constructor(r=s.VT500_TRANSITION_TABLE){super(),this._transitions=r,this._parseStack={state:0,handlers:[],handlerPos:0,transition:0,chunkPos:0},this.initialState=0,this.currentState=this.initialState,this._params=new _.Params,this._params.addParam(0),this._collect=0,this.precedingJoinState=0,this._printHandlerFb=(e,i,a)=>{},this._executeHandlerFb=e=>{},this._csiHandlerFb=(e,i)=>{},this._escHandlerFb=e=>{},this._errorHandlerFb=e=>e,this._printHandler=this._printHandlerFb,this._executeHandlers=Object.create(null),this._csiHandlers=Object.create(null),this._escHandlers=Object.create(null),this.register((0,h.toDisposable)(()=>{this._csiHandlers=Object.create(null),this._executeHandlers=Object.create(null),this._escHandlers=Object.create(null)})),this._oscParser=this.register(new n.OscParser),this._dcsParser=this.register(new d.DcsParser),this._errorHandler=this._errorHandlerFb,this.registerEscHandler({final:"\\"},()=>!0)}_identifier(r,e=[64,126]){let i=0;if(r.prefix){if(r.prefix.length>1)throw new Error("only one byte as prefix supported");if(i=r.prefix.charCodeAt(0),i&&60>i||i>63)throw new Error("prefix must be in range 0x3c .. 0x3f")}if(r.intermediates){if(r.intermediates.length>2)throw new Error("only two bytes as intermediates are supported");for(let p=0;p<r.intermediates.length;++p){const u=r.intermediates.charCodeAt(p);if(32>u||u>47)throw new Error("intermediate must be in range 0x20 .. 0x2f");i<<=8,i|=u}}if(r.final.length!==1)throw new Error("final must be a single byte");const a=r.final.charCodeAt(0);if(e[0]>a||a>e[1])throw new Error(`final must be in range ${e[0]} .. ${e[1]}`);return i<<=8,i|=a,i}identToString(r){const e=[];for(;r;)e.push(String.fromCharCode(255&r)),r>>=8;return e.reverse().join("")}setPrintHandler(r){this._printHandler=r}clearPrintHandler(){this._printHandler=this._printHandlerFb}registerEscHandler(r,e){const i=this._identifier(r,[48,126]);this._escHandlers[i]===void 0&&(this._escHandlers[i]=[]);const a=this._escHandlers[i];return a.push(e),{dispose:()=>{const p=a.indexOf(e);p!==-1&&a.splice(p,1)}}}clearEscHandler(r){this._escHandlers[this._identifier(r,[48,126])]&&delete this._escHandlers[this._identifier(r,[48,126])]}setEscHandlerFallback(r){this._escHandlerFb=r}setExecuteHandler(r,e){this._executeHandlers[r.charCodeAt(0)]=e}clearExecuteHandler(r){this._executeHandlers[r.charCodeAt(0)]&&delete this._executeHandlers[r.charCodeAt(0)]}setExecuteHandlerFallback(r){this._executeHandlerFb=r}registerCsiHandler(r,e){const i=this._identifier(r);this._csiHandlers[i]===void 0&&(this._csiHandlers[i]=[]);const a=this._csiHandlers[i];return a.push(e),{dispose:()=>{const p=a.indexOf(e);p!==-1&&a.splice(p,1)}}}clearCsiHandler(r){this._csiHandlers[this._identifier(r)]&&delete this._csiHandlers[this._identifier(r)]}setCsiHandlerFallback(r){this._csiHandlerFb=r}registerDcsHandler(r,e){return this._dcsParser.registerHandler(this._identifier(r),e)}clearDcsHandler(r){this._dcsParser.clearHandler(this._identifier(r))}setDcsHandlerFallback(r){this._dcsParser.setHandlerFallback(r)}registerOscHandler(r,e){return this._oscParser.registerHandler(r,e)}clearOscHandler(r){this._oscParser.clearHandler(r)}setOscHandlerFallback(r){this._oscParser.setHandlerFallback(r)}setErrorHandler(r){this._errorHandler=r}clearErrorHandler(){this._errorHandler=this._errorHandlerFb}reset(){this.currentState=this.initialState,this._oscParser.reset(),this._dcsParser.reset(),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0,this._parseStack.state!==0&&(this._parseStack.state=2,this._parseStack.handlers=[])}_preserveStack(r,e,i,a,p){this._parseStack.state=r,this._parseStack.handlers=e,this._parseStack.handlerPos=i,this._parseStack.transition=a,this._parseStack.chunkPos=p}parse(r,e,i){let a,p=0,u=0,g=0;if(this._parseStack.state)if(this._parseStack.state===2)this._parseStack.state=0,g=this._parseStack.chunkPos+1;else{if(i===void 0||this._parseStack.state===1)throw this._parseStack.state=1,new Error("improper continuation due to previous async handler, giving up parsing");const l=this._parseStack.handlers;let m=this._parseStack.handlerPos-1;switch(this._parseStack.state){case 3:if(i===!1&&m>-1){for(;m>=0&&(a=l[m](this._params),a!==!0);m--)if(a instanceof Promise)return this._parseStack.handlerPos=m,a}this._parseStack.handlers=[];break;case 4:if(i===!1&&m>-1){for(;m>=0&&(a=l[m](),a!==!0);m--)if(a instanceof Promise)return this._parseStack.handlerPos=m,a}this._parseStack.handlers=[];break;case 6:if(p=r[this._parseStack.chunkPos],a=this._dcsParser.unhook(p!==24&&p!==26,i),a)return a;p===27&&(this._parseStack.transition|=1),this._params.reset(),this._params.addParam(0),this._collect=0;break;case 5:if(p=r[this._parseStack.chunkPos],a=this._oscParser.end(p!==24&&p!==26,i),a)return a;p===27&&(this._parseStack.transition|=1),this._params.reset(),this._params.addParam(0),this._collect=0}this._parseStack.state=0,g=this._parseStack.chunkPos+1,this.precedingJoinState=0,this.currentState=15&this._parseStack.transition}for(let l=g;l<e;++l){switch(p=r[l],u=this._transitions.table[this.currentState<<8|(p<160?p:v)],u>>4){case 2:for(let b=l+1;;++b){if(b>=e||(p=r[b])<32||p>126&&p<v){this._printHandler(r,l,b),l=b-1;break}if(++b>=e||(p=r[b])<32||p>126&&p<v){this._printHandler(r,l,b),l=b-1;break}if(++b>=e||(p=r[b])<32||p>126&&p<v){this._printHandler(r,l,b),l=b-1;break}if(++b>=e||(p=r[b])<32||p>126&&p<v){this._printHandler(r,l,b),l=b-1;break}}break;case 3:this._executeHandlers[p]?this._executeHandlers[p]():this._executeHandlerFb(p),this.precedingJoinState=0;break;case 0:break;case 1:if(this._errorHandler({position:l,code:p,currentState:this.currentState,collect:this._collect,params:this._params,abort:!1}).abort)return;break;case 7:const m=this._csiHandlers[this._collect<<8|p];let E=m?m.length-1:-1;for(;E>=0&&(a=m[E](this._params),a!==!0);E--)if(a instanceof Promise)return this._preserveStack(3,m,E,u,l),a;E<0&&this._csiHandlerFb(this._collect<<8|p,this._params),this.precedingJoinState=0;break;case 8:do switch(p){case 59:this._params.addParam(0);break;case 58:this._params.addSubParam(-1);break;default:this._params.addDigit(p-48)}while(++l<e&&(p=r[l])>47&&p<60);l--;break;case 9:this._collect<<=8,this._collect|=p;break;case 10:const x=this._escHandlers[this._collect<<8|p];let D=x?x.length-1:-1;for(;D>=0&&(a=x[D](),a!==!0);D--)if(a instanceof Promise)return this._preserveStack(4,x,D,u,l),a;D<0&&this._escHandlerFb(this._collect<<8|p),this.precedingJoinState=0;break;case 11:this._params.reset(),this._params.addParam(0),this._collect=0;break;case 12:this._dcsParser.hook(this._collect<<8|p,this._params);break;case 13:for(let b=l+1;;++b)if(b>=e||(p=r[b])===24||p===26||p===27||p>127&&p<v){this._dcsParser.put(r,l,b),l=b-1;break}break;case 14:if(a=this._dcsParser.unhook(p!==24&&p!==26),a)return this._preserveStack(6,[],0,u,l),a;p===27&&(u|=1),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0;break;case 4:this._oscParser.start();break;case 5:for(let b=l+1;;b++)if(b>=e||(p=r[b])<32||p>127&&p<v){this._oscParser.put(r,l,b),l=b-1;break}break;case 6:if(a=this._oscParser.end(p!==24&&p!==26),a)return this._preserveStack(5,[],0,u,l),a;p===27&&(u|=1),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0}this.currentState=15&u}}}s.EscapeSequenceParser=c},6242:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.OscHandler=s.OscParser=void 0;const h=o(5770),_=o(482),n=[];s.OscParser=class{constructor(){this._state=0,this._active=n,this._id=-1,this._handlers=Object.create(null),this._handlerFb=()=>{},this._stack={paused:!1,loopPosition:0,fallThrough:!1}}registerHandler(d,f){this._handlers[d]===void 0&&(this._handlers[d]=[]);const v=this._handlers[d];return v.push(f),{dispose:()=>{const c=v.indexOf(f);c!==-1&&v.splice(c,1)}}}clearHandler(d){this._handlers[d]&&delete this._handlers[d]}setHandlerFallback(d){this._handlerFb=d}dispose(){this._handlers=Object.create(null),this._handlerFb=()=>{},this._active=n}reset(){if(this._state===2)for(let d=this._stack.paused?this._stack.loopPosition-1:this._active.length-1;d>=0;--d)this._active[d].end(!1);this._stack.paused=!1,this._active=n,this._id=-1,this._state=0}_start(){if(this._active=this._handlers[this._id]||n,this._active.length)for(let d=this._active.length-1;d>=0;d--)this._active[d].start();else this._handlerFb(this._id,"START")}_put(d,f,v){if(this._active.length)for(let c=this._active.length-1;c>=0;c--)this._active[c].put(d,f,v);else this._handlerFb(this._id,"PUT",(0,_.utf32ToString)(d,f,v))}start(){this.reset(),this._state=1}put(d,f,v){if(this._state!==3){if(this._state===1)for(;f<v;){const c=d[f++];if(c===59){this._state=2,this._start();break}if(c<48||57<c)return void(this._state=3);this._id===-1&&(this._id=0),this._id=10*this._id+c-48}this._state===2&&v-f>0&&this._put(d,f,v)}}end(d,f=!0){if(this._state!==0){if(this._state!==3)if(this._state===1&&this._start(),this._active.length){let v=!1,c=this._active.length-1,t=!1;if(this._stack.paused&&(c=this._stack.loopPosition-1,v=f,t=this._stack.fallThrough,this._stack.paused=!1),!t&&v===!1){for(;c>=0&&(v=this._active[c].end(d),v!==!0);c--)if(v instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=c,this._stack.fallThrough=!1,v;c--}for(;c>=0;c--)if(v=this._active[c].end(!1),v instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=c,this._stack.fallThrough=!0,v}else this._handlerFb(this._id,"END",d);this._active=n,this._id=-1,this._state=0}}},s.OscHandler=class{constructor(d){this._handler=d,this._data="",this._hitLimit=!1}start(){this._data="",this._hitLimit=!1}put(d,f,v){this._hitLimit||(this._data+=(0,_.utf32ToString)(d,f,v),this._data.length>h.PAYLOAD_LIMIT&&(this._data="",this._hitLimit=!0))}end(d){let f=!1;if(this._hitLimit)f=!1;else if(d&&(f=this._handler(this._data),f instanceof Promise))return f.then(v=>(this._data="",this._hitLimit=!1,v));return this._data="",this._hitLimit=!1,f}}},8742:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.Params=void 0;const o=2147483647;class h{static fromArray(n){const d=new h;if(!n.length)return d;for(let f=Array.isArray(n[0])?1:0;f<n.length;++f){const v=n[f];if(Array.isArray(v))for(let c=0;c<v.length;++c)d.addSubParam(v[c]);else d.addParam(v)}return d}constructor(n=32,d=32){if(this.maxLength=n,this.maxSubParamsLength=d,d>256)throw new Error("maxSubParamsLength must not be greater than 256");this.params=new Int32Array(n),this.length=0,this._subParams=new Int32Array(d),this._subParamsLength=0,this._subParamsIdx=new Uint16Array(n),this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}clone(){const n=new h(this.maxLength,this.maxSubParamsLength);return n.params.set(this.params),n.length=this.length,n._subParams.set(this._subParams),n._subParamsLength=this._subParamsLength,n._subParamsIdx.set(this._subParamsIdx),n._rejectDigits=this._rejectDigits,n._rejectSubDigits=this._rejectSubDigits,n._digitIsSub=this._digitIsSub,n}toArray(){const n=[];for(let d=0;d<this.length;++d){n.push(this.params[d]);const f=this._subParamsIdx[d]>>8,v=255&this._subParamsIdx[d];v-f>0&&n.push(Array.prototype.slice.call(this._subParams,f,v))}return n}reset(){this.length=0,this._subParamsLength=0,this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}addParam(n){if(this._digitIsSub=!1,this.length>=this.maxLength)this._rejectDigits=!0;else{if(n<-1)throw new Error("values lesser than -1 are not allowed");this._subParamsIdx[this.length]=this._subParamsLength<<8|this._subParamsLength,this.params[this.length++]=n>o?o:n}}addSubParam(n){if(this._digitIsSub=!0,this.length)if(this._rejectDigits||this._subParamsLength>=this.maxSubParamsLength)this._rejectSubDigits=!0;else{if(n<-1)throw new Error("values lesser than -1 are not allowed");this._subParams[this._subParamsLength++]=n>o?o:n,this._subParamsIdx[this.length-1]++}}hasSubParams(n){return(255&this._subParamsIdx[n])-(this._subParamsIdx[n]>>8)>0}getSubParams(n){const d=this._subParamsIdx[n]>>8,f=255&this._subParamsIdx[n];return f-d>0?this._subParams.subarray(d,f):null}getSubParamsAll(){const n={};for(let d=0;d<this.length;++d){const f=this._subParamsIdx[d]>>8,v=255&this._subParamsIdx[d];v-f>0&&(n[d]=this._subParams.slice(f,v))}return n}addDigit(n){let d;if(this._rejectDigits||!(d=this._digitIsSub?this._subParamsLength:this.length)||this._digitIsSub&&this._rejectSubDigits)return;const f=this._digitIsSub?this._subParams:this.params,v=f[d-1];f[d-1]=~v?Math.min(10*v+n,o):n}}s.Params=h},5741:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.AddonManager=void 0,s.AddonManager=class{constructor(){this._addons=[]}dispose(){for(let o=this._addons.length-1;o>=0;o--)this._addons[o].instance.dispose()}loadAddon(o,h){const _={instance:h,dispose:h.dispose,isDisposed:!1};this._addons.push(_),h.dispose=()=>this._wrappedAddonDispose(_),h.activate(o)}_wrappedAddonDispose(o){if(o.isDisposed)return;let h=-1;for(let _=0;_<this._addons.length;_++)if(this._addons[_]===o){h=_;break}if(h===-1)throw new Error("Could not dispose an addon that has not been loaded");o.isDisposed=!0,o.dispose.apply(o.instance),this._addons.splice(h,1)}}},8771:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.BufferApiView=void 0;const h=o(3785),_=o(511);s.BufferApiView=class{constructor(n,d){this._buffer=n,this.type=d}init(n){return this._buffer=n,this}get cursorY(){return this._buffer.y}get cursorX(){return this._buffer.x}get viewportY(){return this._buffer.ydisp}get baseY(){return this._buffer.ybase}get length(){return this._buffer.lines.length}getLine(n){const d=this._buffer.lines.get(n);if(d)return new h.BufferLineApiView(d)}getNullCell(){return new _.CellData}}},3785:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.BufferLineApiView=void 0;const h=o(511);s.BufferLineApiView=class{constructor(_){this._line=_}get isWrapped(){return this._line.isWrapped}get length(){return this._line.length}getCell(_,n){if(!(_<0||_>=this._line.length))return n?(this._line.loadCell(_,n),n):this._line.loadCell(_,new h.CellData)}translateToString(_,n,d){return this._line.translateToString(_,n,d)}}},8285:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.BufferNamespaceApi=void 0;const h=o(8771),_=o(8460),n=o(844);class d extends n.Disposable{constructor(v){super(),this._core=v,this._onBufferChange=this.register(new _.EventEmitter),this.onBufferChange=this._onBufferChange.event,this._normal=new h.BufferApiView(this._core.buffers.normal,"normal"),this._alternate=new h.BufferApiView(this._core.buffers.alt,"alternate"),this._core.buffers.onBufferActivate(()=>this._onBufferChange.fire(this.active))}get active(){if(this._core.buffers.active===this._core.buffers.normal)return this.normal;if(this._core.buffers.active===this._core.buffers.alt)return this.alternate;throw new Error("Active buffer is neither normal nor alternate")}get normal(){return this._normal.init(this._core.buffers.normal)}get alternate(){return this._alternate.init(this._core.buffers.alt)}}s.BufferNamespaceApi=d},7975:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.ParserApi=void 0,s.ParserApi=class{constructor(o){this._core=o}registerCsiHandler(o,h){return this._core.registerCsiHandler(o,_=>h(_.toArray()))}addCsiHandler(o,h){return this.registerCsiHandler(o,h)}registerDcsHandler(o,h){return this._core.registerDcsHandler(o,(_,n)=>h(_,n.toArray()))}addDcsHandler(o,h){return this.registerDcsHandler(o,h)}registerEscHandler(o,h){return this._core.registerEscHandler(o,h)}addEscHandler(o,h){return this.registerEscHandler(o,h)}registerOscHandler(o,h){return this._core.registerOscHandler(o,h)}addOscHandler(o,h){return this.registerOscHandler(o,h)}}},7090:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.UnicodeApi=void 0,s.UnicodeApi=class{constructor(o){this._core=o}register(o){this._core.unicodeService.register(o)}get versions(){return this._core.unicodeService.versions}get activeVersion(){return this._core.unicodeService.activeVersion}set activeVersion(o){this._core.unicodeService.activeVersion=o}}},744:function(B,s,o){var h=this&&this.__decorate||function(t,r,e,i){var a,p=arguments.length,u=p<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,e):i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")u=Reflect.decorate(t,r,e,i);else for(var g=t.length-1;g>=0;g--)(a=t[g])&&(u=(p<3?a(u):p>3?a(r,e,u):a(r,e))||u);return p>3&&u&&Object.defineProperty(r,e,u),u},_=this&&this.__param||function(t,r){return function(e,i){r(e,i,t)}};Object.defineProperty(s,"__esModule",{value:!0}),s.BufferService=s.MINIMUM_ROWS=s.MINIMUM_COLS=void 0;const n=o(8460),d=o(844),f=o(5295),v=o(2585);s.MINIMUM_COLS=2,s.MINIMUM_ROWS=1;let c=s.BufferService=class extends d.Disposable{get buffer(){return this.buffers.active}constructor(t){super(),this.isUserScrolling=!1,this._onResize=this.register(new n.EventEmitter),this.onResize=this._onResize.event,this._onScroll=this.register(new n.EventEmitter),this.onScroll=this._onScroll.event,this.cols=Math.max(t.rawOptions.cols||0,s.MINIMUM_COLS),this.rows=Math.max(t.rawOptions.rows||0,s.MINIMUM_ROWS),this.buffers=this.register(new f.BufferSet(t,this))}resize(t,r){this.cols=t,this.rows=r,this.buffers.resize(t,r),this._onResize.fire({cols:t,rows:r})}reset(){this.buffers.reset(),this.isUserScrolling=!1}scroll(t,r=!1){const e=this.buffer;let i;i=this._cachedBlankLine,i&&i.length===this.cols&&i.getFg(0)===t.fg&&i.getBg(0)===t.bg||(i=e.getBlankLine(t,r),this._cachedBlankLine=i),i.isWrapped=r;const a=e.ybase+e.scrollTop,p=e.ybase+e.scrollBottom;if(e.scrollTop===0){const u=e.lines.isFull;p===e.lines.length-1?u?e.lines.recycle().copyFrom(i):e.lines.push(i.clone()):e.lines.splice(p+1,0,i.clone()),u?this.isUserScrolling&&(e.ydisp=Math.max(e.ydisp-1,0)):(e.ybase++,this.isUserScrolling||e.ydisp++)}else{const u=p-a+1;e.lines.shiftElements(a+1,u-1,-1),e.lines.set(p,i.clone())}this.isUserScrolling||(e.ydisp=e.ybase),this._onScroll.fire(e.ydisp)}scrollLines(t,r,e){const i=this.buffer;if(t<0){if(i.ydisp===0)return;this.isUserScrolling=!0}else t+i.ydisp>=i.ybase&&(this.isUserScrolling=!1);const a=i.ydisp;i.ydisp=Math.max(Math.min(i.ydisp+t,i.ybase),0),a!==i.ydisp&&(r||this._onScroll.fire(i.ydisp))}};s.BufferService=c=h([_(0,v.IOptionsService)],c)},7994:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.CharsetService=void 0,s.CharsetService=class{constructor(){this.glevel=0,this._charsets=[]}reset(){this.charset=void 0,this._charsets=[],this.glevel=0}setgLevel(o){this.glevel=o,this.charset=this._charsets[o]}setgCharset(o,h){this._charsets[o]=h,this.glevel===o&&(this.charset=h)}}},1753:function(B,s,o){var h=this&&this.__decorate||function(i,a,p,u){var g,l=arguments.length,m=l<3?a:u===null?u=Object.getOwnPropertyDescriptor(a,p):u;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")m=Reflect.decorate(i,a,p,u);else for(var E=i.length-1;E>=0;E--)(g=i[E])&&(m=(l<3?g(m):l>3?g(a,p,m):g(a,p))||m);return l>3&&m&&Object.defineProperty(a,p,m),m},_=this&&this.__param||function(i,a){return function(p,u){a(p,u,i)}};Object.defineProperty(s,"__esModule",{value:!0}),s.CoreMouseService=void 0;const n=o(2585),d=o(8460),f=o(844),v={NONE:{events:0,restrict:()=>!1},X10:{events:1,restrict:i=>i.button!==4&&i.action===1&&(i.ctrl=!1,i.alt=!1,i.shift=!1,!0)},VT200:{events:19,restrict:i=>i.action!==32},DRAG:{events:23,restrict:i=>i.action!==32||i.button!==3},ANY:{events:31,restrict:i=>!0}};function c(i,a){let p=(i.ctrl?16:0)|(i.shift?4:0)|(i.alt?8:0);return i.button===4?(p|=64,p|=i.action):(p|=3&i.button,4&i.button&&(p|=64),8&i.button&&(p|=128),i.action===32?p|=32:i.action!==0||a||(p|=3)),p}const t=String.fromCharCode,r={DEFAULT:i=>{const a=[c(i,!1)+32,i.col+32,i.row+32];return a[0]>255||a[1]>255||a[2]>255?"":`\x1B[M${t(a[0])}${t(a[1])}${t(a[2])}`},SGR:i=>{const a=i.action===0&&i.button!==4?"m":"M";return`\x1B[<${c(i,!0)};${i.col};${i.row}${a}`},SGR_PIXELS:i=>{const a=i.action===0&&i.button!==4?"m":"M";return`\x1B[<${c(i,!0)};${i.x};${i.y}${a}`}};let e=s.CoreMouseService=class extends f.Disposable{constructor(i,a){super(),this._bufferService=i,this._coreService=a,this._protocols={},this._encodings={},this._activeProtocol="",this._activeEncoding="",this._lastEvent=null,this._onProtocolChange=this.register(new d.EventEmitter),this.onProtocolChange=this._onProtocolChange.event;for(const p of Object.keys(v))this.addProtocol(p,v[p]);for(const p of Object.keys(r))this.addEncoding(p,r[p]);this.reset()}addProtocol(i,a){this._protocols[i]=a}addEncoding(i,a){this._encodings[i]=a}get activeProtocol(){return this._activeProtocol}get areMouseEventsActive(){return this._protocols[this._activeProtocol].events!==0}set activeProtocol(i){if(!this._protocols[i])throw new Error(`unknown protocol "${i}"`);this._activeProtocol=i,this._onProtocolChange.fire(this._protocols[i].events)}get activeEncoding(){return this._activeEncoding}set activeEncoding(i){if(!this._encodings[i])throw new Error(`unknown encoding "${i}"`);this._activeEncoding=i}reset(){this.activeProtocol="NONE",this.activeEncoding="DEFAULT",this._lastEvent=null}triggerMouseEvent(i){if(i.col<0||i.col>=this._bufferService.cols||i.row<0||i.row>=this._bufferService.rows||i.button===4&&i.action===32||i.button===3&&i.action!==32||i.button!==4&&(i.action===2||i.action===3)||(i.col++,i.row++,i.action===32&&this._lastEvent&&this._equalEvents(this._lastEvent,i,this._activeEncoding==="SGR_PIXELS"))||!this._protocols[this._activeProtocol].restrict(i))return!1;const a=this._encodings[this._activeEncoding](i);return a&&(this._activeEncoding==="DEFAULT"?this._coreService.triggerBinaryEvent(a):this._coreService.triggerDataEvent(a,!0)),this._lastEvent=i,!0}explainEvents(i){return{down:!!(1&i),up:!!(2&i),drag:!!(4&i),move:!!(8&i),wheel:!!(16&i)}}_equalEvents(i,a,p){if(p){if(i.x!==a.x||i.y!==a.y)return!1}else if(i.col!==a.col||i.row!==a.row)return!1;return i.button===a.button&&i.action===a.action&&i.ctrl===a.ctrl&&i.alt===a.alt&&i.shift===a.shift}};s.CoreMouseService=e=h([_(0,n.IBufferService),_(1,n.ICoreService)],e)},6975:function(B,s,o){var h=this&&this.__decorate||function(e,i,a,p){var u,g=arguments.length,l=g<3?i:p===null?p=Object.getOwnPropertyDescriptor(i,a):p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,i,a,p);else for(var m=e.length-1;m>=0;m--)(u=e[m])&&(l=(g<3?u(l):g>3?u(i,a,l):u(i,a))||l);return g>3&&l&&Object.defineProperty(i,a,l),l},_=this&&this.__param||function(e,i){return function(a,p){i(a,p,e)}};Object.defineProperty(s,"__esModule",{value:!0}),s.CoreService=void 0;const n=o(1439),d=o(8460),f=o(844),v=o(2585),c=Object.freeze({insertMode:!1}),t=Object.freeze({applicationCursorKeys:!1,applicationKeypad:!1,bracketedPasteMode:!1,origin:!1,reverseWraparound:!1,sendFocus:!1,wraparound:!0});let r=s.CoreService=class extends f.Disposable{constructor(e,i,a){super(),this._bufferService=e,this._logService=i,this._optionsService=a,this.isCursorInitialized=!1,this.isCursorHidden=!1,this._onData=this.register(new d.EventEmitter),this.onData=this._onData.event,this._onUserInput=this.register(new d.EventEmitter),this.onUserInput=this._onUserInput.event,this._onBinary=this.register(new d.EventEmitter),this.onBinary=this._onBinary.event,this._onRequestScrollToBottom=this.register(new d.EventEmitter),this.onRequestScrollToBottom=this._onRequestScrollToBottom.event,this.modes=(0,n.clone)(c),this.decPrivateModes=(0,n.clone)(t)}reset(){this.modes=(0,n.clone)(c),this.decPrivateModes=(0,n.clone)(t)}triggerDataEvent(e,i=!1){if(this._optionsService.rawOptions.disableStdin)return;const a=this._bufferService.buffer;i&&this._optionsService.rawOptions.scrollOnUserInput&&a.ybase!==a.ydisp&&this._onRequestScrollToBottom.fire(),i&&this._onUserInput.fire(),this._logService.debug(`sending data "${e}"`,()=>e.split("").map(p=>p.charCodeAt(0))),this._onData.fire(e)}triggerBinaryEvent(e){this._optionsService.rawOptions.disableStdin||(this._logService.debug(`sending binary "${e}"`,()=>e.split("").map(i=>i.charCodeAt(0))),this._onBinary.fire(e))}};s.CoreService=r=h([_(0,v.IBufferService),_(1,v.ILogService),_(2,v.IOptionsService)],r)},9074:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.DecorationService=void 0;const h=o(8055),_=o(8460),n=o(844),d=o(6106);let f=0,v=0;class c extends n.Disposable{get decorations(){return this._decorations.values()}constructor(){super(),this._decorations=new d.SortedList(e=>e?.marker.line),this._onDecorationRegistered=this.register(new _.EventEmitter),this.onDecorationRegistered=this._onDecorationRegistered.event,this._onDecorationRemoved=this.register(new _.EventEmitter),this.onDecorationRemoved=this._onDecorationRemoved.event,this.register((0,n.toDisposable)(()=>this.reset()))}registerDecoration(e){if(e.marker.isDisposed)return;const i=new t(e);if(i){const a=i.marker.onDispose(()=>i.dispose());i.onDispose(()=>{i&&(this._decorations.delete(i)&&this._onDecorationRemoved.fire(i),a.dispose())}),this._decorations.insert(i),this._onDecorationRegistered.fire(i)}return i}reset(){for(const e of this._decorations.values())e.dispose();this._decorations.clear()}*getDecorationsAtCell(e,i,a){let p=0,u=0;for(const g of this._decorations.getKeyIterator(i))p=g.options.x??0,u=p+(g.options.width??1),e>=p&&e<u&&(!a||(g.options.layer??"bottom")===a)&&(yield g)}forEachDecorationAtCell(e,i,a,p){this._decorations.forEachByKey(i,u=>{f=u.options.x??0,v=f+(u.options.width??1),e>=f&&e<v&&(!a||(u.options.layer??"bottom")===a)&&p(u)})}}s.DecorationService=c;class t extends n.Disposable{get isDisposed(){return this._isDisposed}get backgroundColorRGB(){return this._cachedBg===null&&(this.options.backgroundColor?this._cachedBg=h.css.toColor(this.options.backgroundColor):this._cachedBg=void 0),this._cachedBg}get foregroundColorRGB(){return this._cachedFg===null&&(this.options.foregroundColor?this._cachedFg=h.css.toColor(this.options.foregroundColor):this._cachedFg=void 0),this._cachedFg}constructor(e){super(),this.options=e,this.onRenderEmitter=this.register(new _.EventEmitter),this.onRender=this.onRenderEmitter.event,this._onDispose=this.register(new _.EventEmitter),this.onDispose=this._onDispose.event,this._cachedBg=null,this._cachedFg=null,this.marker=e.marker,this.options.overviewRulerOptions&&!this.options.overviewRulerOptions.position&&(this.options.overviewRulerOptions.position="full")}dispose(){this._onDispose.fire(),super.dispose()}}},4348:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.InstantiationService=s.ServiceCollection=void 0;const h=o(2585),_=o(8343);class n{constructor(...f){this._entries=new Map;for(const[v,c]of f)this.set(v,c)}set(f,v){const c=this._entries.get(f);return this._entries.set(f,v),c}forEach(f){for(const[v,c]of this._entries.entries())f(v,c)}has(f){return this._entries.has(f)}get(f){return this._entries.get(f)}}s.ServiceCollection=n,s.InstantiationService=class{constructor(){this._services=new n,this._services.set(h.IInstantiationService,this)}setService(d,f){this._services.set(d,f)}getService(d){return this._services.get(d)}createInstance(d,...f){const v=(0,_.getServiceDependencies)(d).sort((r,e)=>r.index-e.index),c=[];for(const r of v){const e=this._services.get(r.id);if(!e)throw new Error(`[createInstance] ${d.name} depends on UNKNOWN service ${r.id}.`);c.push(e)}const t=v.length>0?v[0].index:f.length;if(f.length!==t)throw new Error(`[createInstance] First service dependency of ${d.name} at position ${t+1} conflicts with ${f.length} static arguments`);return new d(...f,...c)}}},7866:function(B,s,o){var h=this&&this.__decorate||function(t,r,e,i){var a,p=arguments.length,u=p<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,e):i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")u=Reflect.decorate(t,r,e,i);else for(var g=t.length-1;g>=0;g--)(a=t[g])&&(u=(p<3?a(u):p>3?a(r,e,u):a(r,e))||u);return p>3&&u&&Object.defineProperty(r,e,u),u},_=this&&this.__param||function(t,r){return function(e,i){r(e,i,t)}};Object.defineProperty(s,"__esModule",{value:!0}),s.traceCall=s.setTraceLogger=s.LogService=void 0;const n=o(844),d=o(2585),f={trace:d.LogLevelEnum.TRACE,debug:d.LogLevelEnum.DEBUG,info:d.LogLevelEnum.INFO,warn:d.LogLevelEnum.WARN,error:d.LogLevelEnum.ERROR,off:d.LogLevelEnum.OFF};let v,c=s.LogService=class extends n.Disposable{get logLevel(){return this._logLevel}constructor(t){super(),this._optionsService=t,this._logLevel=d.LogLevelEnum.OFF,this._updateLogLevel(),this.register(this._optionsService.onSpecificOptionChange("logLevel",()=>this._updateLogLevel())),v=this}_updateLogLevel(){this._logLevel=f[this._optionsService.rawOptions.logLevel]}_evalLazyOptionalParams(t){for(let r=0;r<t.length;r++)typeof t[r]=="function"&&(t[r]=t[r]())}_log(t,r,e){this._evalLazyOptionalParams(e),t.call(console,(this._optionsService.options.logger?"":"xterm.js: ")+r,...e)}trace(t,...r){this._logLevel<=d.LogLevelEnum.TRACE&&this._log(this._optionsService.options.logger?.trace.bind(this._optionsService.options.logger)??console.log,t,r)}debug(t,...r){this._logLevel<=d.LogLevelEnum.DEBUG&&this._log(this._optionsService.options.logger?.debug.bind(this._optionsService.options.logger)??console.log,t,r)}info(t,...r){this._logLevel<=d.LogLevelEnum.INFO&&this._log(this._optionsService.options.logger?.info.bind(this._optionsService.options.logger)??console.info,t,r)}warn(t,...r){this._logLevel<=d.LogLevelEnum.WARN&&this._log(this._optionsService.options.logger?.warn.bind(this._optionsService.options.logger)??console.warn,t,r)}error(t,...r){this._logLevel<=d.LogLevelEnum.ERROR&&this._log(this._optionsService.options.logger?.error.bind(this._optionsService.options.logger)??console.error,t,r)}};s.LogService=c=h([_(0,d.IOptionsService)],c),s.setTraceLogger=function(t){v=t},s.traceCall=function(t,r,e){if(typeof e.value!="function")throw new Error("not supported");const i=e.value;e.value=function(...a){if(v.logLevel!==d.LogLevelEnum.TRACE)return i.apply(this,a);v.trace(`GlyphRenderer#${i.name}(${a.map(u=>JSON.stringify(u)).join(", ")})`);const p=i.apply(this,a);return v.trace(`GlyphRenderer#${i.name} return`,p),p}}},7302:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.OptionsService=s.DEFAULT_OPTIONS=void 0;const h=o(8460),_=o(844),n=o(6114);s.DEFAULT_OPTIONS={cols:80,rows:24,cursorBlink:!1,cursorStyle:"block",cursorWidth:1,cursorInactiveStyle:"outline",customGlyphs:!0,drawBoldTextInBrightColors:!0,documentOverride:null,fastScrollModifier:"alt",fastScrollSensitivity:5,fontFamily:"courier-new, courier, monospace",fontSize:15,fontWeight:"normal",fontWeightBold:"bold",ignoreBracketedPasteMode:!1,lineHeight:1,letterSpacing:0,linkHandler:null,logLevel:"info",logger:null,scrollback:1e3,scrollOnUserInput:!0,scrollSensitivity:1,screenReaderMode:!1,smoothScrollDuration:0,macOptionIsMeta:!1,macOptionClickForcesSelection:!1,minimumContrastRatio:1,disableStdin:!1,allowProposedApi:!1,allowTransparency:!1,tabStopWidth:8,theme:{},rescaleOverlappingGlyphs:!1,rightClickSelectsWord:n.isMac,windowOptions:{},windowsMode:!1,windowsPty:{},wordSeparator:" ()[]{}',\"`",altClickMovesCursor:!0,convertEol:!1,termName:"xterm",cancelEvents:!1,overviewRulerWidth:0};const d=["normal","bold","100","200","300","400","500","600","700","800","900"];class f extends _.Disposable{constructor(c){super(),this._onOptionChange=this.register(new h.EventEmitter),this.onOptionChange=this._onOptionChange.event;const t={...s.DEFAULT_OPTIONS};for(const r in c)if(r in t)try{const e=c[r];t[r]=this._sanitizeAndValidateOption(r,e)}catch(e){console.error(e)}this.rawOptions=t,this.options={...t},this._setupOptions(),this.register((0,_.toDisposable)(()=>{this.rawOptions.linkHandler=null,this.rawOptions.documentOverride=null}))}onSpecificOptionChange(c,t){return this.onOptionChange(r=>{r===c&&t(this.rawOptions[c])})}onMultipleOptionChange(c,t){return this.onOptionChange(r=>{c.indexOf(r)!==-1&&t()})}_setupOptions(){const c=r=>{if(!(r in s.DEFAULT_OPTIONS))throw new Error(`No option with key "${r}"`);return this.rawOptions[r]},t=(r,e)=>{if(!(r in s.DEFAULT_OPTIONS))throw new Error(`No option with key "${r}"`);e=this._sanitizeAndValidateOption(r,e),this.rawOptions[r]!==e&&(this.rawOptions[r]=e,this._onOptionChange.fire(r))};for(const r in this.rawOptions){const e={get:c.bind(this,r),set:t.bind(this,r)};Object.defineProperty(this.options,r,e)}}_sanitizeAndValidateOption(c,t){switch(c){case"cursorStyle":if(t||(t=s.DEFAULT_OPTIONS[c]),!(function(r){return r==="block"||r==="underline"||r==="bar"})(t))throw new Error(`"${t}" is not a valid value for ${c}`);break;case"wordSeparator":t||(t=s.DEFAULT_OPTIONS[c]);break;case"fontWeight":case"fontWeightBold":if(typeof t=="number"&&1<=t&&t<=1e3)break;t=d.includes(t)?t:s.DEFAULT_OPTIONS[c];break;case"cursorWidth":t=Math.floor(t);case"lineHeight":case"tabStopWidth":if(t<1)throw new Error(`${c} cannot be less than 1, value: ${t}`);break;case"minimumContrastRatio":t=Math.max(1,Math.min(21,Math.round(10*t)/10));break;case"scrollback":if((t=Math.min(t,4294967295))<0)throw new Error(`${c} cannot be less than 0, value: ${t}`);break;case"fastScrollSensitivity":case"scrollSensitivity":if(t<=0)throw new Error(`${c} cannot be less than or equal to 0, value: ${t}`);break;case"rows":case"cols":if(!t&&t!==0)throw new Error(`${c} must be numeric, value: ${t}`);break;case"windowsPty":t=t??{}}return t}}s.OptionsService=f},2660:function(B,s,o){var h=this&&this.__decorate||function(f,v,c,t){var r,e=arguments.length,i=e<3?v:t===null?t=Object.getOwnPropertyDescriptor(v,c):t;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(f,v,c,t);else for(var a=f.length-1;a>=0;a--)(r=f[a])&&(i=(e<3?r(i):e>3?r(v,c,i):r(v,c))||i);return e>3&&i&&Object.defineProperty(v,c,i),i},_=this&&this.__param||function(f,v){return function(c,t){v(c,t,f)}};Object.defineProperty(s,"__esModule",{value:!0}),s.OscLinkService=void 0;const n=o(2585);let d=s.OscLinkService=class{constructor(f){this._bufferService=f,this._nextId=1,this._entriesWithId=new Map,this._dataByLinkId=new Map}registerLink(f){const v=this._bufferService.buffer;if(f.id===void 0){const a=v.addMarker(v.ybase+v.y),p={data:f,id:this._nextId++,lines:[a]};return a.onDispose(()=>this._removeMarkerFromLink(p,a)),this._dataByLinkId.set(p.id,p),p.id}const c=f,t=this._getEntryIdKey(c),r=this._entriesWithId.get(t);if(r)return this.addLineToLink(r.id,v.ybase+v.y),r.id;const e=v.addMarker(v.ybase+v.y),i={id:this._nextId++,key:this._getEntryIdKey(c),data:c,lines:[e]};return e.onDispose(()=>this._removeMarkerFromLink(i,e)),this._entriesWithId.set(i.key,i),this._dataByLinkId.set(i.id,i),i.id}addLineToLink(f,v){const c=this._dataByLinkId.get(f);if(c&&c.lines.every(t=>t.line!==v)){const t=this._bufferService.buffer.addMarker(v);c.lines.push(t),t.onDispose(()=>this._removeMarkerFromLink(c,t))}}getLinkData(f){return this._dataByLinkId.get(f)?.data}_getEntryIdKey(f){return`${f.id};;${f.uri}`}_removeMarkerFromLink(f,v){const c=f.lines.indexOf(v);c!==-1&&(f.lines.splice(c,1),f.lines.length===0&&(f.data.id!==void 0&&this._entriesWithId.delete(f.key),this._dataByLinkId.delete(f.id)))}};s.OscLinkService=d=h([_(0,n.IBufferService)],d)},8343:(B,s)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.createDecorator=s.getServiceDependencies=s.serviceRegistry=void 0;const o="di$target",h="di$dependencies";s.serviceRegistry=new Map,s.getServiceDependencies=function(_){return _[h]||[]},s.createDecorator=function(_){if(s.serviceRegistry.has(_))return s.serviceRegistry.get(_);const n=function(d,f,v){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");(function(c,t,r){t[o]===t?t[h].push({id:c,index:r}):(t[h]=[{id:c,index:r}],t[o]=t)})(n,d,v)};return n.toString=()=>_,s.serviceRegistry.set(_,n),n}},2585:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.IDecorationService=s.IUnicodeService=s.IOscLinkService=s.IOptionsService=s.ILogService=s.LogLevelEnum=s.IInstantiationService=s.ICharsetService=s.ICoreService=s.ICoreMouseService=s.IBufferService=void 0;const h=o(8343);var _;s.IBufferService=(0,h.createDecorator)("BufferService"),s.ICoreMouseService=(0,h.createDecorator)("CoreMouseService"),s.ICoreService=(0,h.createDecorator)("CoreService"),s.ICharsetService=(0,h.createDecorator)("CharsetService"),s.IInstantiationService=(0,h.createDecorator)("InstantiationService"),(function(n){n[n.TRACE=0]="TRACE",n[n.DEBUG=1]="DEBUG",n[n.INFO=2]="INFO",n[n.WARN=3]="WARN",n[n.ERROR=4]="ERROR",n[n.OFF=5]="OFF"})(_||(s.LogLevelEnum=_={})),s.ILogService=(0,h.createDecorator)("LogService"),s.IOptionsService=(0,h.createDecorator)("OptionsService"),s.IOscLinkService=(0,h.createDecorator)("OscLinkService"),s.IUnicodeService=(0,h.createDecorator)("UnicodeService"),s.IDecorationService=(0,h.createDecorator)("DecorationService")},1480:(B,s,o)=>{Object.defineProperty(s,"__esModule",{value:!0}),s.UnicodeService=void 0;const h=o(8460),_=o(225);class n{static extractShouldJoin(f){return(1&f)!=0}static extractWidth(f){return f>>1&3}static extractCharKind(f){return f>>3}static createPropertyValue(f,v,c=!1){return(16777215&f)<<3|(3&v)<<1|(c?1:0)}constructor(){this._providers=Object.create(null),this._active="",this._onChange=new h.EventEmitter,this.onChange=this._onChange.event;const f=new _.UnicodeV6;this.register(f),this._active=f.version,this._activeProvider=f}dispose(){this._onChange.dispose()}get versions(){return Object.keys(this._providers)}get activeVersion(){return this._active}set activeVersion(f){if(!this._providers[f])throw new Error(`unknown Unicode version "${f}"`);this._active=f,this._activeProvider=this._providers[f],this._onChange.fire(f)}register(f){this._providers[f.version]=f}wcwidth(f){return this._activeProvider.wcwidth(f)}getStringCellWidth(f){let v=0,c=0;const t=f.length;for(let r=0;r<t;++r){let e=f.charCodeAt(r);if(55296<=e&&e<=56319){if(++r>=t)return v+this.wcwidth(e);const p=f.charCodeAt(r);56320<=p&&p<=57343?e=1024*(e-55296)+p-56320+65536:v+=this.wcwidth(p)}const i=this.charProperties(e,c);let a=n.extractWidth(i);n.extractShouldJoin(i)&&(a-=n.extractWidth(c)),v+=a,c=i}return v}charProperties(f,v){return this._activeProvider.charProperties(f,v)}}s.UnicodeService=n}},$={};function U(B){var s=$[B];if(s!==void 0)return s.exports;var o=$[B]={exports:{}};return G[B].call(o.exports,o,o.exports,U),o.exports}var X={};return(()=>{var B=X;Object.defineProperty(B,"__esModule",{value:!0}),B.Terminal=void 0;const s=U(9042),o=U(3236),h=U(844),_=U(5741),n=U(8285),d=U(7975),f=U(7090),v=["cols","rows"];class c extends h.Disposable{constructor(r){super(),this._core=this.register(new o.Terminal(r)),this._addonManager=this.register(new _.AddonManager),this._publicOptions={...this._core.options};const e=a=>this._core.options[a],i=(a,p)=>{this._checkReadonlyOptions(a),this._core.options[a]=p};for(const a in this._core.options){const p={get:e.bind(this,a),set:i.bind(this,a)};Object.defineProperty(this._publicOptions,a,p)}}_checkReadonlyOptions(r){if(v.includes(r))throw new Error(`Option "${r}" can only be set in the constructor`)}_checkProposedApi(){if(!this._core.optionsService.rawOptions.allowProposedApi)throw new Error("You must set the allowProposedApi option to true to use proposed API")}get onBell(){return this._core.onBell}get onBinary(){return this._core.onBinary}get onCursorMove(){return this._core.onCursorMove}get onData(){return this._core.onData}get onKey(){return this._core.onKey}get onLineFeed(){return this._core.onLineFeed}get onRender(){return this._core.onRender}get onResize(){return this._core.onResize}get onScroll(){return this._core.onScroll}get onSelectionChange(){return this._core.onSelectionChange}get onTitleChange(){return this._core.onTitleChange}get onWriteParsed(){return this._core.onWriteParsed}get element(){return this._core.element}get parser(){return this._parser||(this._parser=new d.ParserApi(this._core)),this._parser}get unicode(){return this._checkProposedApi(),new f.UnicodeApi(this._core)}get textarea(){return this._core.textarea}get rows(){return this._core.rows}get cols(){return this._core.cols}get buffer(){return this._buffer||(this._buffer=this.register(new n.BufferNamespaceApi(this._core))),this._buffer}get markers(){return this._checkProposedApi(),this._core.markers}get modes(){const r=this._core.coreService.decPrivateModes;let e="none";switch(this._core.coreMouseService.activeProtocol){case"X10":e="x10";break;case"VT200":e="vt200";break;case"DRAG":e="drag";break;case"ANY":e="any"}return{applicationCursorKeysMode:r.applicationCursorKeys,applicationKeypadMode:r.applicationKeypad,bracketedPasteMode:r.bracketedPasteMode,insertMode:this._core.coreService.modes.insertMode,mouseTrackingMode:e,originMode:r.origin,reverseWraparoundMode:r.reverseWraparound,sendFocusMode:r.sendFocus,wraparoundMode:r.wraparound}}get options(){return this._publicOptions}set options(r){for(const e in r)this._publicOptions[e]=r[e]}blur(){this._core.blur()}focus(){this._core.focus()}input(r,e=!0){this._core.input(r,e)}resize(r,e){this._verifyIntegers(r,e),this._core.resize(r,e)}open(r){this._core.open(r)}attachCustomKeyEventHandler(r){this._core.attachCustomKeyEventHandler(r)}attachCustomWheelEventHandler(r){this._core.attachCustomWheelEventHandler(r)}registerLinkProvider(r){return this._core.registerLinkProvider(r)}registerCharacterJoiner(r){return this._checkProposedApi(),this._core.registerCharacterJoiner(r)}deregisterCharacterJoiner(r){this._checkProposedApi(),this._core.deregisterCharacterJoiner(r)}registerMarker(r=0){return this._verifyIntegers(r),this._core.registerMarker(r)}registerDecoration(r){return this._checkProposedApi(),this._verifyPositiveIntegers(r.x??0,r.width??0,r.height??0),this._core.registerDecoration(r)}hasSelection(){return this._core.hasSelection()}select(r,e,i){this._verifyIntegers(r,e,i),this._core.select(r,e,i)}getSelection(){return this._core.getSelection()}getSelectionPosition(){return this._core.getSelectionPosition()}clearSelection(){this._core.clearSelection()}selectAll(){this._core.selectAll()}selectLines(r,e){this._verifyIntegers(r,e),this._core.selectLines(r,e)}dispose(){super.dispose()}scrollLines(r){this._verifyIntegers(r),this._core.scrollLines(r)}scrollPages(r){this._verifyIntegers(r),this._core.scrollPages(r)}scrollToTop(){this._core.scrollToTop()}scrollToBottom(){this._core.scrollToBottom()}scrollToLine(r){this._verifyIntegers(r),this._core.scrollToLine(r)}clear(){this._core.clear()}write(r,e){this._core.write(r,e)}writeln(r,e){this._core.write(r),this._core.write(`\r
|
|
413
|
+
`,e)}paste(r){this._core.paste(r)}refresh(r,e){this._verifyIntegers(r,e),this._core.refresh(r,e)}reset(){this._core.reset()}clearTextureAtlas(){this._core.clearTextureAtlas()}loadAddon(r){this._addonManager.loadAddon(this,r)}static get strings(){return s}_verifyIntegers(...r){for(const e of r)if(e===1/0||isNaN(e)||e%1!=0)throw new Error("This API only accepts integers")}_verifyPositiveIntegers(...r){for(const e of r)if(e&&(e===1/0||isNaN(e)||e%1!=0||e<0))throw new Error("This API only accepts positive integers")}}B.Terminal=c})(),X})())}}),qe=Re({"../../node_modules/.pnpm/@xterm+addon-fit@0.10.0_@xterm+xterm@5.5.0/node_modules/@xterm/addon-fit/lib/addon-fit.js"(z,q){(function(G,$){typeof z=="object"&&typeof q=="object"?q.exports=$():typeof define=="function"&&define.amd?define([],$):typeof z=="object"?z.FitAddon=$():G.FitAddon=$()})(self,()=>(()=>{var G={};return(()=>{var $=G;Object.defineProperty($,"__esModule",{value:!0}),$.FitAddon=void 0,$.FitAddon=class{activate(U){this._terminal=U}dispose(){}fit(){const U=this.proposeDimensions();if(!U||!this._terminal||isNaN(U.cols)||isNaN(U.rows))return;const X=this._terminal._core;this._terminal.rows===U.rows&&this._terminal.cols===U.cols||(X._renderService.clear(),this._terminal.resize(U.cols,U.rows))}proposeDimensions(){if(!this._terminal||!this._terminal.element||!this._terminal.element.parentElement)return;const U=this._terminal._core,X=U._renderService.dimensions;if(X.css.cell.width===0||X.css.cell.height===0)return;const B=this._terminal.options.scrollback===0?0:U.viewport.scrollBarWidth,s=window.getComputedStyle(this._terminal.element.parentElement),o=parseInt(s.getPropertyValue("height")),h=Math.max(0,parseInt(s.getPropertyValue("width"))),_=window.getComputedStyle(this._terminal.element),n=o-(parseInt(_.getPropertyValue("padding-top"))+parseInt(_.getPropertyValue("padding-bottom"))),d=h-(parseInt(_.getPropertyValue("padding-right"))+parseInt(_.getPropertyValue("padding-left")))-B;return{cols:Math.max(2,Math.floor(d/X.css.cell.width)),rows:Math.max(1,Math.floor(n/X.css.cell.height))}}}})(),G})())}}),Ke=Re({"../../node_modules/.pnpm/@xterm+addon-web-links@0.11.0_@xterm+xterm@5.5.0/node_modules/@xterm/addon-web-links/lib/addon-web-links.js"(z,q){(function(G,$){typeof z=="object"&&typeof q=="object"?q.exports=$():typeof define=="function"&&define.amd?define([],$):typeof z=="object"?z.WebLinksAddon=$():G.WebLinksAddon=$()})(self,()=>(()=>{var G={6:(B,s)=>{function o(_){try{const n=new URL(_),d=n.password&&n.username?`${n.protocol}//${n.username}:${n.password}@${n.host}`:n.username?`${n.protocol}//${n.username}@${n.host}`:`${n.protocol}//${n.host}`;return _.toLocaleLowerCase().startsWith(d.toLocaleLowerCase())}catch{return!1}}Object.defineProperty(s,"__esModule",{value:!0}),s.LinkComputer=s.WebLinkProvider=void 0,s.WebLinkProvider=class{constructor(_,n,d,f={}){this._terminal=_,this._regex=n,this._handler=d,this._options=f}provideLinks(_,n){const d=h.computeLink(_,this._regex,this._terminal,this._handler);n(this._addCallbacks(d))}_addCallbacks(_){return _.map(n=>(n.leave=this._options.leave,n.hover=(d,f)=>{if(this._options.hover){const{range:v}=n;this._options.hover(d,f,v)}},n))}};class h{static computeLink(n,d,f,v){const c=new RegExp(d.source,(d.flags||"")+"g"),[t,r]=h._getWindowedLineStrings(n-1,f),e=t.join("");let i;const a=[];for(;i=c.exec(e);){const p=i[0];if(!o(p))continue;const[u,g]=h._mapStrIdx(f,r,0,i.index),[l,m]=h._mapStrIdx(f,u,g,p.length);if(u===-1||g===-1||l===-1||m===-1)continue;const E={start:{x:g+1,y:u+1},end:{x:m,y:l+1}};a.push({range:E,text:p,activate:v})}return a}static _getWindowedLineStrings(n,d){let f,v=n,c=n,t=0,r="";const e=[];if(f=d.buffer.active.getLine(n)){const i=f.translateToString(!0);if(f.isWrapped&&i[0]!==" "){for(t=0;(f=d.buffer.active.getLine(--v))&&t<2048&&(r=f.translateToString(!0),t+=r.length,e.push(r),f.isWrapped&&r.indexOf(" ")===-1););e.reverse()}for(e.push(i),t=0;(f=d.buffer.active.getLine(++c))&&f.isWrapped&&t<2048&&(r=f.translateToString(!0),t+=r.length,e.push(r),r.indexOf(" ")===-1););}return[e,v]}static _mapStrIdx(n,d,f,v){const c=n.buffer.active,t=c.getNullCell();let r=f;for(;v;){const e=c.getLine(d);if(!e)return[-1,-1];for(let i=r;i<e.length;++i){e.getCell(i,t);const a=t.getChars();if(t.getWidth()&&(v-=a.length||1,i===e.length-1&&a==="")){const p=c.getLine(d+1);p&&p.isWrapped&&(p.getCell(0,t),t.getWidth()===2&&(v+=1))}if(v<0)return[d,i]}d++,r=0}return[d,r]}}s.LinkComputer=h}},$={};function U(B){var s=$[B];if(s!==void 0)return s.exports;var o=$[B]={exports:{}};return G[B](o,o.exports,U),o.exports}var X={};return(()=>{var B=X;Object.defineProperty(B,"__esModule",{value:!0}),B.WebLinksAddon=void 0;const s=U(6),o=/(https?|HTTPS?):[/]{2}[^\s"'!*(){}|\\\^<>`]*[^\s"':,.!?{}|\\\^~\[\]`()<>]/;function h(_,n){const d=window.open();if(d){try{d.opener=null}catch{}d.location.href=n}else console.warn("Opening link blocked as opener could not be cleared")}B.WebLinksAddon=class{constructor(_=h,n={}){this._handler=_,this._options=n}activate(_){this._terminal=_;const n=this._options,d=n.urlRegex||o;this._linkProvider=this._terminal.registerLinkProvider(new s.WebLinkProvider(this._terminal,d,this._handler,n))}dispose(){this._linkProvider?.dispose()}}})(),X})())}}),Y=window.React,Ve=Y;Y.Children;Y.Component;Y.Fragment;Y.Profiler;Y.PureComponent;Y.StrictMode;Y.Suspense;Y.cloneElement;Y.createContext;Y.createElement;Y.createRef;Y.forwardRef;Y.isValidElement;Y.lazy;Y.memo;Y.startTransition;var ie=Y.useCallback;Y.useContext;Y.useDebugValue;Y.useDeferredValue;var Ce=Y.useEffect;Y.useId;Y.useImperativeHandle;Y.useInsertionEffect;Y.useLayoutEffect;Y.useMemo;Y.useReducer;var Se=Y.useRef,ke=Y.useState;Y.useSyncExternalStore;Y.useTransition;Y.version;var Oe=window.ReactDOM,Ge=Oe.createRoot;Oe.hydrateRoot;var ue={tabBar:"TerminalTabBar_tabBar",tab:"TerminalTabBar_tab",tabActive:"TerminalTabBar_tab TerminalTabBar_tabActive",tabLabel:"TerminalTabBar_tabLabel",tabCloseBtn:"TerminalTabBar_tabCloseBtn",newTabBtn:"TerminalTabBar_newTabBtn"},be=window.__desktalk_jsx_runtime,Z=be.jsx,le=be.jsxs;be.jsxDEV;be.Fragment;function Xe({tabs:z,activeTabId:q,onSelectTab:G,onCloseTab:$,onNewTab:U}){return le("div",{className:ue.tabBar,children:[z.map(X=>le("div",{className:X.tabId===q?ue.tabActive:ue.tab,onClick:()=>G(X.tabId),children:[le("span",{className:ue.tabLabel,children:[X.label,!X.running&&" (exited)"]}),Z("button",{className:ue.tabCloseBtn,onClick:B=>{B.stopPropagation(),$(X.tabId)},title:"Close tab",children:"×"})]},X.tabId)),Z("button",{className:ue.newTabBtn,onClick:U,title:"New tab",children:"+"})]})}var Je=Be(ze()),Ye=Be(qe()),Ze=Be(Ke());function Qe({tabId:z,visible:q}){const G=Se(null),$=Se(null),U=Se(null),X=Se(!1),B=ne("terminal.input"),s=ne("terminal.resize");Ce(()=>{if(!G.current||X.current)return;X.current=!0;const h=new Je.Terminal({theme:{background:"#1e1e1e",foreground:"#cccccc",cursor:"#ffffff",selectionBackground:"#264f78"},fontFamily:"'Menlo', 'Monaco', 'Courier New', monospace",fontSize:14,cursorBlink:!0,scrollback:5e3,allowProposedApi:!0}),_=new Ye.FitAddon;return h.loadAddon(_),h.loadAddon(new Ze.WebLinksAddon),h.open(G.current),requestAnimationFrame(()=>{_.fit()}),h.onData(n=>{B({tabId:z,data:n}).catch(console.error)}),$.current=h,U.current=_,()=>{h.dispose(),$.current=null,U.current=null,X.current=!1}},[z]);const o=ie(()=>{if(!(!q||!U.current||!$.current))try{U.current.fit();const{cols:h,rows:_}=$.current;s({tabId:z,cols:h,rows:_}).catch(console.error)}catch{}},[q,z,s]);return Ce(()=>{if(q){const h=setTimeout(o,50);return()=>clearTimeout(h)}},[q,o]),Ce(()=>{const h=new ResizeObserver(()=>o());return G.current&&h.observe(G.current),()=>h.disconnect()},[o]),Le("terminal.output",h=>{h.tabId===z&&$.current&&$.current.write(h.data)}),Le("terminal.exit",h=>{h.tabId===z&&$.current&&$.current.write(`\r
|
|
414
|
+
\x1B[90m[Process exited]\x1B[0m\r
|
|
415
|
+
`)}),Z("div",{ref:G,style:{width:"100%",height:"100%",display:q?"block":"none"}})}var De={container:"TerminalContainer_container",terminalWrapper:"TerminalContainer_terminalWrapper",terminalHidden:"TerminalContainer_terminalWrapper TerminalContainer_terminalHidden"};function et({tabIds:z,activeTabId:q}){return Z("div",{className:De.container,children:z.map(G=>Z("div",{className:G===q?De.terminalWrapper:De.terminalHidden,children:Z(Qe,{tabId:G,visible:G===q})},G))})}var ae={overlay:"SafetyConfirmDialog_overlay",dialog:"SafetyConfirmDialog_dialog",header:"SafetyConfirmDialog_header",warningIcon:"SafetyConfirmDialog_warningIcon",title:"SafetyConfirmDialog_title",commandBlock:"SafetyConfirmDialog_commandBlock",riskText:"SafetyConfirmDialog_riskText",buttons:"SafetyConfirmDialog_buttons",cancelBtn:"SafetyConfirmDialog_cancelBtn",confirmBtn:"SafetyConfirmDialog_confirmBtn"};function tt({command:z,risk:q,onConfirm:G,onCancel:$}){return Z("div",{className:ae.overlay,onClick:$,children:le("div",{className:ae.dialog,onClick:U=>U.stopPropagation(),children:[le("div",{className:ae.header,children:[Z("span",{className:ae.warningIcon,children:"⚠"}),Z("span",{className:ae.title,children:"Potentially destructive command"})]}),Z("div",{className:ae.commandBlock,children:z}),Z("div",{className:ae.riskText,children:q}),le("div",{className:ae.buttons,children:[Z("button",{className:ae.cancelBtn,onClick:$,children:"Cancel"}),Z("button",{className:ae.confirmBtn,onClick:G,children:"Confirm"})]})]})})}function it({children:z,activeTabId:q,onTabCreated:G,onTabClosed:$,onTabFocused:U}){const X=ne("terminal.create"),B=ne("terminal.close"),s=ne("terminal.list"),o=ne("terminal.execute"),h=ne("terminal.getOutput"),_=ie(async()=>await s(),[s]),n=ie(async t=>{const r=t?.label||void 0,e=t?.cwd||void 0,i=await X({label:r,cwd:e});return G(i.tabId),i},[X,G]),d=ie(async t=>{const r=t?.tabId||"";r&&(await B({tabId:r}),$(r))},[B,$]),f=ie(async t=>{const r=t?.tabId||"";r&&U(r)},[U]),v=ie(async t=>{const r=t?.command||"";if(!r)return;const e=t?.tabId||q;return e?await o({tabId:e,command:r}):void 0},[o,q]),c=ie(async t=>{const r=t?.tabId||q;if(!r)return;const e=t?.lines||50;return await h({tabId:r,lines:e})},[h,q]);return le(Fe,{children:[Z(de,{name:"List Tabs",description:"List all open terminal tabs with their IDs and labels",params:{},handler:_}),Z(de,{name:"Create Tab",description:"Open a new terminal tab and make it active",params:{label:{type:"string",description:"Tab label",required:!1},cwd:{type:"string",description:"Working directory",required:!1}},handler:n}),Z(de,{name:"Close Tab",description:"Close a terminal tab by ID",params:{tabId:{type:"string",description:"Tab ID to close",required:!0}},handler:d}),Z(de,{name:"Focus Tab",description:"Switch the viewport to a specific tab",params:{tabId:{type:"string",description:"Tab ID to focus",required:!0}},handler:f}),Z(de,{name:"Execute",description:"Send a command string to the terminal for execution",params:{command:{type:"string",description:"Bash command to execute",required:!0},tabId:{type:"string",description:"Target tab ID",required:!1}},handler:v}),Z(de,{name:"Get Output",description:"Return recent terminal output from a tab",params:{tabId:{type:"string",description:"Tab ID",required:!1},lines:{type:"number",description:"Number of lines to return",required:!1}},handler:c}),z]})}var rt={root:"TerminalApp_root"};function st({initialCwd:z}){const[q,G]=ke([]),[$,U]=ke(null),[X,B]=ke(null),s=ne("terminal.create"),o=ne("terminal.close"),h=ne("terminal.list"),_=ne("terminal.confirmResponse"),n=ie(async()=>{try{const u=await h();G(u)}catch(u){console.error("Failed to fetch tabs:",u)}},[h]),d=Ve.useRef(!1);Ce(()=>{if(d.current)return;d.current=!0,(async()=>{try{const g=await s({cwd:z});U(g.tabId),await n()}catch(g){console.error("Failed to create initial tab:",g)}})()},[s,n,z]);const f=ie(async()=>{try{const u=await s({});U(u.tabId),await n()}catch(u){console.error("Failed to create tab:",u)}},[s,n]),v=ie(async u=>{try{await o({tabId:u}),G(g=>{const l=g.filter(m=>m.tabId!==u);return $===u&&U(l.length>0?l[l.length-1].tabId:null),l})}catch(g){console.error("Failed to close tab:",g)}},[o,$]),c=ie(u=>{U(u)},[]);Le("terminal.confirm",u=>{B({requestId:u.requestId,command:u.command,risk:u.risk,tabId:u.tabId})});const t=ie(async()=>{if(X){try{await _({requestId:X.requestId,confirmed:!0})}catch(u){console.error("Failed to send confirm response:",u)}B(null)}},[_,X]),r=ie(async()=>{if(X){try{await _({requestId:X.requestId,confirmed:!1})}catch(u){console.error("Failed to send cancel response:",u)}B(null)}},[_,X]),e=ie(u=>{U(u),n()},[n]),i=ie(u=>{G(g=>{const l=g.filter(m=>m.tabId!==u);return $===u&&U(l.length>0?l[l.length-1].tabId:null),l})},[$]),a=ie(u=>{U(u)},[]),p=q.map(u=>u.tabId);return Z(it,{activeTabId:$,onTabCreated:e,onTabClosed:i,onTabFocused:a,children:le("div",{className:rt.root,children:[Z(Xe,{tabs:q,activeTabId:$,onSelectTab:c,onCloseTab:v,onNewTab:f}),Z(et,{tabIds:p,activeTabId:$}),X&&Z(tt,{command:X.command,risk:X.risk,onConfirm:t,onCancel:r})]})})}function ot(z){const q=typeof z.args?.cwd=="string"?z.args.cwd:void 0,G=Ge(z.root);return G.render(Z(Pe,{windowId:z.windowId,children:Z(He,{miniAppId:z.miniAppId,children:Z(st,{initialCwd:q})})})),{deactivate(){G.unmount()}}}export{ot as activate};
|
|
416
|
+
//# sourceMappingURL=frontend-B4aeXn9d.js.map
|