ptn 0.3.2__py3-none-any.whl → 0.4.2__py3-none-any.whl

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.
Files changed (38) hide show
  1. porterminal/_version.py +2 -2
  2. porterminal/application/services/management_service.py +28 -52
  3. porterminal/application/services/session_service.py +3 -11
  4. porterminal/application/services/terminal_service.py +97 -56
  5. porterminal/cli/args.py +39 -31
  6. porterminal/cli/display.py +18 -16
  7. porterminal/cli/script_discovery.py +112 -0
  8. porterminal/composition.py +2 -7
  9. porterminal/config.py +4 -2
  10. porterminal/domain/__init__.py +0 -9
  11. porterminal/domain/entities/output_buffer.py +56 -1
  12. porterminal/domain/entities/tab.py +11 -10
  13. porterminal/domain/services/__init__.py +0 -2
  14. porterminal/domain/values/__init__.py +0 -4
  15. porterminal/domain/values/environment_rules.py +3 -0
  16. porterminal/infrastructure/cloudflared.py +13 -11
  17. porterminal/infrastructure/config/shell_detector.py +86 -20
  18. porterminal/infrastructure/repositories/in_memory_session.py +1 -4
  19. porterminal/infrastructure/repositories/in_memory_tab.py +2 -10
  20. porterminal/pty/env.py +16 -78
  21. porterminal/pty/manager.py +6 -4
  22. porterminal/static/assets/app-DlWNJWFE.js +87 -0
  23. porterminal/static/assets/app-xPAM7YhQ.css +1 -0
  24. porterminal/static/index.html +2 -2
  25. porterminal/updater.py +13 -5
  26. {ptn-0.3.2.dist-info → ptn-0.4.2.dist-info}/METADATA +54 -16
  27. {ptn-0.3.2.dist-info → ptn-0.4.2.dist-info}/RECORD +30 -35
  28. porterminal/static/assets/app-BkHv5qu0.css +0 -32
  29. porterminal/static/assets/app-CaIGfw7i.js +0 -72
  30. porterminal/static/assets/app-D9ELFbEO.js +0 -72
  31. porterminal/static/assets/app-DF3nl_io.js +0 -72
  32. porterminal/static/assets/app-DQePboVd.css +0 -32
  33. porterminal/static/assets/app-DoBiVkTD.js +0 -72
  34. porterminal/static/assets/app-azbHOsRw.css +0 -32
  35. porterminal/static/assets/app-nMNFwMa6.css +0 -32
  36. {ptn-0.3.2.dist-info → ptn-0.4.2.dist-info}/WHEEL +0 -0
  37. {ptn-0.3.2.dist-info → ptn-0.4.2.dist-info}/entry_points.txt +0 -0
  38. {ptn-0.3.2.dist-info → ptn-0.4.2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,87 @@
1
+ (function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const n of r)if(n.type==="childList")for(const o of n.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function i(r){const n={};return r.integrity&&(n.integrity=r.integrity),r.referrerPolicy&&(n.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?n.credentials="include":r.crossOrigin==="anonymous"?n.credentials="omit":n.credentials="same-origin",n}function s(r){if(r.ep)return;r.ep=!0;const n=i(r);fetch(r.href,n)}})();function Na(){const t=new Map;return{emit(e,i){const s=t.get(e);if(s)for(const r of s)try{r(i)}catch(n){console.error(`Error in event handler for "${e}":`,n)}},on(e,i){let s=t.get(e);return s||(s=new Set,t.set(e,s)),s.add(i),()=>this.off(e,i)},off(e,i){const s=t.get(e);s&&s.delete(i)},once(e,i){const s=r=>{this.off(e,s),i(r)};return this.on(e,s)}}}function Wa(){return{async load(){try{const t=await fetch("/api/config");if(!t.ok)throw new Error(`Config fetch failed: ${t.status}`);return await t.json()}catch(t){return console.error("Failed to load config:",t),{shells:[{id:"default",name:"Shell"}],default_shell:"default"}}}}}const Hr=5e3,za=5e5,ls={TAB_ID_REQUIRED:4e3,TAB_NOT_FOUND:4004,SESSION_ENDED:4005},Ha=1024*1024;function Ua(){const t=/iPhone|iPad|iPod|Android/i.test(navigator.userAgent),e=typeof navigator.hardwareConcurrency=="number"&&navigator.hardwareConcurrency<=4;return t||e?{high:32e3,low:4e3}:{high:1e5,low:1e4}}const{high:qa,low:Ka}=Ua();function Va(t){return t.reduce((e,i)=>e+i.length,0)}function Ya(t,e){for(;t.length>1&&Va(t)>e;)t.shift()}function Ga(t,e,i){const s=new TextEncoder,r=new TextDecoder,n=new Map;let o=null;function a(_){return n.has(_)||n.set(_,{state:"disconnected",pendingReconnect:null,earlyBuffer:[],watermark:0,connectionGen:0,pauseSent:!1,lastWatermarkActivity:0,emergencyResetTimer:null,pauseConfirmPending:!1,pauseRetryTimer:null,writeBatch:[],writeScheduled:!1}),n.get(_)}function h(_){const b=n.get(_);b?.pendingReconnect&&(clearTimeout(b.pendingReconnect),b.pendingReconnect=null)}function l(_){_.emergencyResetTimer&&(clearTimeout(_.emergencyResetTimer),_.emergencyResetTimer=null)}function c(_){_.pauseRetryTimer&&(clearTimeout(_.pauseRetryTimer),_.pauseRetryTimer=null)}function d(_,b){if(!b.pauseConfirmPending)try{_.ws?.readyState===WebSocket.OPEN&&(_.ws.send(JSON.stringify({type:"pause"})),b.pauseSent=!0,b.pauseConfirmPending=!0,b.pauseRetryTimer=setTimeout(()=>{b.pauseConfirmPending&&_.ws?.readyState===WebSocket.OPEN&&(console.warn("Retrying pause message (no ack received)"),_.ws.send(JSON.stringify({type:"pause"})))},500))}catch(m){console.warn("Failed to send flow control pause:",m)}}function u(_,b){l(b),b.emergencyResetTimer=setTimeout(()=>{if(b.pauseSent&&Date.now()-b.lastWatermarkActivity>Hr){console.warn("Emergency watermark reset - xterm.js callbacks stalled"),b.watermark=0,b.pauseSent=!1,b.pauseConfirmPending=!1,c(b);try{_.ws?.readyState===WebSocket.OPEN&&_.ws.send(JSON.stringify({type:"ack"}))}catch(m){console.warn("Failed to send emergency ack:",m)}}},Hr)}function g(_,b,m){b.writeBatch.push(m),b.watermark=Math.min(b.watermark+m.length,za),b.lastWatermarkActivity=Date.now(),b.writeScheduled||(b.writeScheduled=!0,requestAnimationFrame(()=>{if(b.writeBatch.length===0){b.writeScheduled=!1;return}const B=b.connectionGen,R=b.writeBatch.join(""),p=R.length;b.writeBatch=[],b.writeScheduled=!1,_.term.write(R,()=>{if(B===b.connectionGen&&(b.watermark=Math.max(0,b.watermark-p),b.lastWatermarkActivity=Date.now(),l(b),b.pauseSent&&b.watermark<Ka))try{_.ws?.readyState===WebSocket.OPEN&&(_.ws.send(JSON.stringify({type:"ack"})),b.pauseSent=!1,b.pauseConfirmPending=!1,c(b))}catch(A){console.warn("Failed to send flow control ack:",A),b.pauseSent=!1}}),!b.pauseSent&&b.watermark>qa&&(d(_,b),u(_,b))}))}function f(_,b,m){(_.term.cols!==b||_.term.rows!==m)&&(console.log(`Syncing terminal size to ${b}x${m} (was ${_.term.cols}x${_.term.rows})`),_.term.resize(b,m))}function v(_){_.ws&&(_.ws.onopen=null,_.ws.onmessage=null,_.ws.onclose=null,_.ws.onerror=null,(_.ws.readyState===WebSocket.OPEN||_.ws.readyState===WebSocket.CONNECTING)&&_.ws.close(),_.ws=null),_.heartbeatInterval&&(clearInterval(_.heartbeatInterval),_.heartbeatInterval=null)}function y(_,b){const m=window.location.protocol==="https:"?"wss:":"ws:",B=new URLSearchParams({tab_id:_});return b&&B.set("skip_buffer","1"),`${m}//${window.location.host}/ws?${B}`}const E={connect(_,b){const m=a(_.id);if(h(_.id),!_.tabId){console.error(`Tab ${_.id} has no tabId - cannot connect without server confirmation`),t.emit("connection:error",{tabId:_.id,error:"No tabId"});return}m.state!=="disconnected"&&(v(_),m.state="disconnected"),m.state="connecting",m.earlyBuffer=[],m.connectionGen++,m.watermark=0,m.pauseSent=!1,m.lastWatermarkActivity=0,m.pauseConfirmPending=!1,m.writeBatch=[],m.writeScheduled=!1,l(m),c(m);const B=y(_.tabId,b),R=new WebSocket(B);R.binaryType="arraybuffer",_.ws=R,R.onopen=()=>{if(m.state!=="connecting"){R.close();return}o&&R.send(JSON.stringify({type:"auth",password:o})),_.reconnectAttempts=0,t.emit("connection:open",{tabId:_.id}),_.heartbeatInterval=setInterval(()=>{_.ws?.readyState===WebSocket.OPEN&&_.ws.send(JSON.stringify({type:"ping"}))},e.heartbeatMs),requestAnimationFrame(()=>{m.state==="connecting"&&(_.fitAddon.fit(),_.ws?.readyState===WebSocket.OPEN&&_.ws.send(JSON.stringify({type:"resize",cols:_.term.cols,rows:_.term.rows})),requestAnimationFrame(()=>{if(m.state==="connecting")if(m.state="connected",m.earlyBuffer.length>0){const p=m.earlyBuffer.join("");m.earlyBuffer=[],_.term.write(p,()=>{requestAnimationFrame(()=>{requestAnimationFrame(()=>{_.term.scrollToBottom(),_.container.style.opacity="";let A=0;const F=_.term.onRender(()=>{_.term.scrollToBottom(),++A>=5&&F.dispose()});setTimeout(()=>F.dispose(),300)})})})}else{_.term.scrollToBottom(),_.container.style.opacity="";let p=0;const A=_.term.onRender(()=>{_.term.scrollToBottom(),++p>=5&&A.dispose()});setTimeout(()=>A.dispose(),300)}}))})},R.onmessage=p=>{if(p.data instanceof ArrayBuffer){const A=r.decode(p.data);m.state==="connecting"?(m.earlyBuffer.push(A),Ya(m.earlyBuffer,Ha)):m.state==="connected"&&g(_,m,A)}else try{const A=JSON.parse(p.data);switch(A.type){case"session_info":i.onSessionInfo(_,A.session_id,A.tab_id??null),A.cols&&A.rows&&f(_,A.cols,A.rows);break;case"resize_sync":A.cols&&A.rows&&f(_,A.cols,A.rows);break;case"ping":_.ws?.readyState===WebSocket.OPEN&&_.ws.send(JSON.stringify({type:"pong"}));break;case"error":console.error("Server error:",A.message),_.term.write(`\r
2
+ \x1B[31mError: ${A.message}\x1B[0m\r
3
+ `),t.emit("connection:error",{tabId:_.id,error:A.message});break;case"pause_ack":m.pauseConfirmPending=!1,c(m);break}}catch(A){console.error("Failed to parse message:",A)}},R.onclose=p=>{if(m.state==="disconnecting"){m.state="disconnected";return}if((m.state==="connecting"||m.state==="connected")&&(m.state="disconnected"),_.heartbeatInterval&&(clearInterval(_.heartbeatInterval),_.heartbeatInterval=null),t.emit("connection:close",{tabId:_.id,code:p.code}),p.code===ls.TAB_ID_REQUIRED||p.code===ls.TAB_NOT_FOUND||p.code===ls.SESSION_ENDED){console.log(`Tab ${_.id} rejected (code ${p.code}) - removing stale tab`),t.emit("tab:stale",{tabId:_.id,serverId:_.tabId,code:p.code});return}if(_.reconnectAttempts<e.maxReconnectAttempts){_.reconnectAttempts++;const A=e.reconnectDelayMs*Math.min(_.reconnectAttempts,5);m.pendingReconnect=setTimeout(()=>{m.pendingReconnect=null,E.connect(_,!0)},A)}else i.onReconnectFailed()},R.onerror=()=>{(m.state==="connecting"||m.state==="connected")&&i.onDisconnect()}},disconnect(_){const b=a(_.id);h(_.id),b.state!=="disconnected"&&(b.state="disconnecting",v(_),b.state="disconnected")},sendInput(_,b){a(_.id).state!=="connected"||!_.ws||_.ws.readyState!==WebSocket.OPEN||_.ws.send(s.encode(b))},sendResize(_,b,m){a(_.id).state!=="connected"||!_.ws||_.ws.readyState!==WebSocket.OPEN||_.ws.send(JSON.stringify({type:"resize",cols:b,rows:m}))},isConnected(_){return a(_.id).state==="connected"&&_.ws?.readyState===WebSocket.OPEN},getState(_){return a(_).state},cleanupTabState(_){h(_);const b=n.get(_);b&&(l(b),c(b)),n.delete(_)},setAuthPassword(_){o=_}};return E}const Xa=1e4;function ja(t){let e=null;const i=new Map;let s=null,r=null;function n(){return`req_${Date.now()}_${Math.random().toString(36).slice(2,11)}`}function o(l){try{const c=JSON.parse(l.data);switch(c.type){case"tab_state_sync":t.onStateSync(c.tabs),r&&(r(),r=null);break;case"tab_state_update":t.onStateUpdate(c.changes);break;case"create_tab_response":{const d=i.get(c.request_id);d&&(clearTimeout(d.timeout),i.delete(c.request_id),c.success&&c.tab?d.resolve(c.tab):d.reject(new Error(c.error||"Failed to create tab")));break}case"close_tab_response":{const d=i.get(c.request_id);d&&(clearTimeout(d.timeout),i.delete(c.request_id),c.success?d.resolve(void 0):d.reject(new Error(c.error||"Failed to close tab")));break}case"pong":break;case"auth_required":t.onAuthRequired?.();break;case"auth_success":t.onAuthSuccess?.();break;case"auth_failed":t.onAuthFailed?.(c.attempts_remaining,c.error);break}}catch(c){console.error("Failed to parse management message:",c)}}function a(){s&&(clearInterval(s),s=null);for(const[l,c]of i)clearTimeout(c.timeout),c.reject(new Error("Connection closed")),i.delete(l)}function h(l,c){if(!e||e.readyState!==WebSocket.OPEN)return Promise.reject(new Error("Not connected to management WebSocket"));const d=n();return new Promise((u,g)=>{const f=setTimeout(()=>{i.delete(d),g(new Error("Request timeout"))},Xa);i.set(d,{resolve:u,reject:g,timeout:f}),e.send(JSON.stringify({type:l,request_id:d,...c}))})}return{connect(){return new Promise((l,c)=>{const u=`${window.location.protocol==="https:"?"wss:":"ws:"}//${window.location.host}/ws/management`;e=new WebSocket(u),r=l,e.onopen=()=>{console.log("Management WebSocket connected, waiting for state sync..."),s=setInterval(()=>{e?.readyState===WebSocket.OPEN&&e.send(JSON.stringify({type:"ping"}))},3e4),t.onConnect?.()},e.onerror=g=>{console.error("Management WebSocket error:",g),r=null,c(new Error("Connection failed"))},e.onmessage=o,e.onclose=()=>{console.log("Management WebSocket disconnected"),r&&(r=null,c(new Error("Connection closed before sync"))),a(),e=null,t.onDisconnect()}})},disconnect(){e&&(a(),e.close(),e=null)},createTab(l){return h("create_tab",{shell_id:l})},closeTab(l){return h("close_tab",{tab_id:l})},isConnected(){return e?.readyState===WebSocket.OPEN},authenticate(l){e?.readyState===WebSocket.OPEN&&e.send(JSON.stringify({type:"auth",password:l}))}}}var vo=Object.defineProperty,Ja=Object.getOwnPropertyDescriptor,Za=(t,e)=>{for(var i in e)vo(t,i,{get:e[i],enumerable:!0})},oe=(t,e,i,s)=>{for(var r=s>1?void 0:s?Ja(e,i):e,n=t.length-1,o;n>=0;n--)(o=t[n])&&(r=(s?o(e,i,r):o(r))||r);return s&&r&&vo(e,i,r),r},O=(t,e)=>(i,s)=>e(i,s,t),Ur="Terminal input",Os={get:()=>Ur,set:t=>Ur=t},qr="Too much output to announce, navigate to rows manually to read",$s={get:()=>qr,set:t=>qr=t};function Qa(t){return t.replace(/\r?\n/g,"\r")}function el(t,e){return e?"\x1B[200~"+t+"\x1B[201~":t}function tl(t,e){t.clipboardData&&t.clipboardData.setData("text/plain",e.selectionText),t.preventDefault()}function il(t,e,i,s){if(t.stopPropagation(),t.clipboardData){let r=t.clipboardData.getData("text/plain");mo(r,e,i,s)}}function mo(t,e,i,s){t=Qa(t),t=el(t,i.decPrivateModes.bracketedPasteMode&&s.rawOptions.ignoreBracketedPasteMode!==!0),i.triggerDataEvent(t,!0),e.value=""}function So(t,e,i){let s=i.getBoundingClientRect(),r=t.clientX-s.left-10,n=t.clientY-s.top-10;e.style.width="20px",e.style.height="20px",e.style.left=`${r}px`,e.style.top=`${n}px`,e.style.zIndex="1000",e.focus()}function Kr(t,e,i,s,r){So(t,e,i),r&&s.rightClickSelect(t),e.value=s.selectionText,e.select()}function kt(t){return t>65535?(t-=65536,String.fromCharCode((t>>10)+55296)+String.fromCharCode(t%1024+56320)):String.fromCharCode(t)}function is(t,e=0,i=t.length){let s="";for(let r=e;r<i;++r){let n=t[r];n>65535?(n-=65536,s+=String.fromCharCode((n>>10)+55296)+String.fromCharCode(n%1024+56320)):s+=String.fromCharCode(n)}return s}var sl=class{constructor(){this._interim=0}clear(){this._interim=0}decode(e,i){let s=e.length;if(!s)return 0;let r=0,n=0;if(this._interim){let o=e.charCodeAt(n++);56320<=o&&o<=57343?i[r++]=(this._interim-55296)*1024+o-56320+65536:(i[r++]=this._interim,i[r++]=o),this._interim=0}for(let o=n;o<s;++o){let a=e.charCodeAt(o);if(55296<=a&&a<=56319){if(++o>=s)return this._interim=a,r;let h=e.charCodeAt(o);56320<=h&&h<=57343?i[r++]=(a-55296)*1024+h-56320+65536:(i[r++]=a,i[r++]=h);continue}a!==65279&&(i[r++]=a)}return r}},rl=class{constructor(){this.interim=new Uint8Array(3)}clear(){this.interim.fill(0)}decode(e,i){let s=e.length;if(!s)return 0;let r=0,n,o,a,h,l=0,c=0;if(this.interim[0]){let g=!1,f=this.interim[0];f&=(f&224)===192?31:(f&240)===224?15:7;let v=0,y;for(;(y=this.interim[++v]&63)&&v<4;)f<<=6,f|=y;let E=(this.interim[0]&224)===192?2:(this.interim[0]&240)===224?3:4,_=E-v;for(;c<_;){if(c>=s)return 0;if(y=e[c++],(y&192)!==128){c--,g=!0;break}else this.interim[v++]=y,f<<=6,f|=y&63}g||(E===2?f<128?c--:i[r++]=f:E===3?f<2048||f>=55296&&f<=57343||f===65279||(i[r++]=f):f<65536||f>1114111||(i[r++]=f)),this.interim.fill(0)}let d=s-4,u=c;for(;u<s;){for(;u<d&&!((n=e[u])&128)&&!((o=e[u+1])&128)&&!((a=e[u+2])&128)&&!((h=e[u+3])&128);)i[r++]=n,i[r++]=o,i[r++]=a,i[r++]=h,u+=4;if(n=e[u++],n<128)i[r++]=n;else if((n&224)===192){if(u>=s)return this.interim[0]=n,r;if(o=e[u++],(o&192)!==128){u--;continue}if(l=(n&31)<<6|o&63,l<128){u--;continue}i[r++]=l}else if((n&240)===224){if(u>=s)return this.interim[0]=n,r;if(o=e[u++],(o&192)!==128){u--;continue}if(u>=s)return this.interim[0]=n,this.interim[1]=o,r;if(a=e[u++],(a&192)!==128){u--;continue}if(l=(n&15)<<12|(o&63)<<6|a&63,l<2048||l>=55296&&l<=57343||l===65279)continue;i[r++]=l}else if((n&248)===240){if(u>=s)return this.interim[0]=n,r;if(o=e[u++],(o&192)!==128){u--;continue}if(u>=s)return this.interim[0]=n,this.interim[1]=o,r;if(a=e[u++],(a&192)!==128){u--;continue}if(u>=s)return this.interim[0]=n,this.interim[1]=o,this.interim[2]=a,r;if(h=e[u++],(h&192)!==128){u--;continue}if(l=(n&7)<<18|(o&63)<<12|(a&63)<<6|h&63,l<65536||l>1114111)continue;i[r++]=l}}return r}},wo="",Et=" ",yi=class bo{constructor(){this.fg=0,this.bg=0,this.extended=new Xi}static toColorRGB(e){return[e>>>16&255,e>>>8&255,e&255]}static fromColorRGB(e){return(e[0]&255)<<16|(e[1]&255)<<8|e[2]&255}clone(){let e=new bo;return e.fg=this.fg,e.bg=this.bg,e.extended=this.extended.clone(),e}isInverse(){return this.fg&67108864}isBold(){return this.fg&134217728}isUnderline(){return this.hasExtendedAttrs()&&this.extended.underlineStyle!==0?1:this.fg&268435456}isBlink(){return this.fg&536870912}isInvisible(){return this.fg&1073741824}isItalic(){return this.bg&67108864}isDim(){return this.bg&134217728}isStrikethrough(){return this.fg&2147483648}isProtected(){return this.bg&536870912}isOverline(){return this.bg&1073741824}getFgColorMode(){return this.fg&50331648}getBgColorMode(){return this.bg&50331648}isFgRGB(){return(this.fg&50331648)===50331648}isBgRGB(){return(this.bg&50331648)===50331648}isFgPalette(){return(this.fg&50331648)===16777216||(this.fg&50331648)===33554432}isBgPalette(){return(this.bg&50331648)===16777216||(this.bg&50331648)===33554432}isFgDefault(){return(this.fg&50331648)===0}isBgDefault(){return(this.bg&50331648)===0}isAttributeDefault(){return this.fg===0&&this.bg===0}getFgColor(){switch(this.fg&50331648){case 16777216:case 33554432:return this.fg&255;case 50331648:return this.fg&16777215;default:return-1}}getBgColor(){switch(this.bg&50331648){case 16777216:case 33554432:return this.bg&255;case 50331648:return this.bg&16777215;default:return-1}}hasExtendedAttrs(){return this.bg&268435456}updateExtended(){this.extended.isEmpty()?this.bg&=-268435457:this.bg|=268435456}getUnderlineColor(){if(this.bg&268435456&&~this.extended.underlineColor)switch(this.extended.underlineColor&50331648){case 16777216:case 33554432:return this.extended.underlineColor&255;case 50331648:return this.extended.underlineColor&16777215;default:return this.getFgColor()}return this.getFgColor()}getUnderlineColorMode(){return this.bg&268435456&&~this.extended.underlineColor?this.extended.underlineColor&50331648:this.getFgColorMode()}isUnderlineColorRGB(){return this.bg&268435456&&~this.extended.underlineColor?(this.extended.underlineColor&50331648)===50331648:this.isFgRGB()}isUnderlineColorPalette(){return this.bg&268435456&&~this.extended.underlineColor?(this.extended.underlineColor&50331648)===16777216||(this.extended.underlineColor&50331648)===33554432:this.isFgPalette()}isUnderlineColorDefault(){return this.bg&268435456&&~this.extended.underlineColor?(this.extended.underlineColor&50331648)===0:this.isFgDefault()}getUnderlineStyle(){return this.fg&268435456?this.bg&268435456?this.extended.underlineStyle:1:0}getUnderlineVariantOffset(){return this.extended.underlineVariantOffset}},Xi=class yo{constructor(e=0,i=0){this._ext=0,this._urlId=0,this._ext=e,this._urlId=i}get ext(){return this._urlId?this._ext&-469762049|this.underlineStyle<<26:this._ext}set ext(e){this._ext=e}get underlineStyle(){return this._urlId?5:(this._ext&469762048)>>26}set underlineStyle(e){this._ext&=-469762049,this._ext|=e<<26&469762048}get underlineColor(){return this._ext&67108863}set underlineColor(e){this._ext&=-67108864,this._ext|=e&67108863}get urlId(){return this._urlId}set urlId(e){this._urlId=e}get underlineVariantOffset(){let e=(this._ext&3758096384)>>29;return e<0?e^4294967288:e}set underlineVariantOffset(e){this._ext&=536870911,this._ext|=e<<29&3758096384}clone(){return new yo(this._ext,this._urlId)}isEmpty(){return this.underlineStyle===0&&this._urlId===0}},Ge=class Co extends yi{constructor(){super(...arguments),this.content=0,this.fg=0,this.bg=0,this.extended=new Xi,this.combinedData=""}static fromCharData(e){let i=new Co;return i.setFromCharData(e),i}isCombined(){return this.content&2097152}getWidth(){return this.content>>22}getChars(){return this.content&2097152?this.combinedData:this.content&2097151?kt(this.content&2097151):""}getCode(){return this.isCombined()?this.combinedData.charCodeAt(this.combinedData.length-1):this.content&2097151}setFromCharData(e){this.fg=e[0],this.bg=0;let i=!1;if(e[1].length>2)i=!0;else if(e[1].length===2){let s=e[1].charCodeAt(0);if(55296<=s&&s<=56319){let r=e[1].charCodeAt(1);56320<=r&&r<=57343?this.content=(s-55296)*1024+r-56320+65536|e[2]<<22:i=!0}else i=!0}else this.content=e[1].charCodeAt(0)|e[2]<<22;i&&(this.combinedData=e[1],this.content=2097152|e[2]<<22)}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}},Vr="di$target",Fs="di$dependencies",hs=new Map;function nl(t){return t[Fs]||[]}function ye(t){if(hs.has(t))return hs.get(t);let e=function(i,s,r){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");ol(e,i,r)};return e._id=t,hs.set(t,e),e}function ol(t,e,i){e[Vr]===e?e[Fs].push({id:t,index:i}):(e[Fs]=[{id:t,index:i}],e[Vr]=e)}var Ae=ye("BufferService"),xo=ye("CoreMouseService"),Nt=ye("CoreService"),al=ye("CharsetService"),kr=ye("InstantiationService"),ko=ye("LogService"),De=ye("OptionsService"),Eo=ye("OscLinkService"),ll=ye("UnicodeService"),Ci=ye("DecorationService"),Ns=class{constructor(e,i,s){this._bufferService=e,this._optionsService=i,this._oscLinkService=s}provideLinks(e,i){let s=this._bufferService.buffer.lines.get(e-1);if(!s){i(void 0);return}let r=[],n=this._optionsService.rawOptions.linkHandler,o=new Ge,a=s.getTrimmedLength(),h=-1,l=-1,c=!1;for(let d=0;d<a;d++)if(!(l===-1&&!s.hasContent(d))){if(s.loadCell(d,o),o.hasExtendedAttrs()&&o.extended.urlId)if(l===-1){l=d,h=o.extended.urlId;continue}else c=o.extended.urlId!==h;else l!==-1&&(c=!0);if(c||l!==-1&&d===a-1){let u=this._oscLinkService.getLinkData(h)?.uri;if(u){let g={start:{x:l+1,y:e},end:{x:d+(!c&&d===a-1?1:0),y:e}},f=!1;if(!n?.allowNonHttpProtocols)try{let v=new URL(u);["http:","https:"].includes(v.protocol)||(f=!0)}catch{f=!0}f||r.push({text:u,range:g,activate:(v,y)=>n?n.activate(v,y,g):hl(v,y),hover:(v,y)=>n?.hover?.(v,y,g),leave:(v,y)=>n?.leave?.(v,y,g)})}c=!1,o.hasExtendedAttrs()&&o.extended.urlId?(l=d,h=o.extended.urlId):(l=-1,h=-1)}}i(r)}};Ns=oe([O(0,Ae),O(1,De),O(2,Eo)],Ns);function hl(t,e){if(confirm(`Do you want to navigate to ${e}?
4
+
5
+ WARNING: This link could potentially be dangerous`)){let i=window.open();if(i){try{i.opener=null}catch{}i.location.href=e}else console.warn("Opening link blocked as opener could not be cleared")}}var ss=ye("CharSizeService"),vt=ye("CoreBrowserService"),Er=ye("MouseService"),mt=ye("RenderService"),cl=ye("SelectionService"),Lo=ye("CharacterJoinerService"),jt=ye("ThemeService"),Mo=ye("LinkProviderService"),dl=class{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(e){setTimeout(()=>{throw e.stack?Yr.isErrorNoTelemetry(e)?new Yr(e.message+`
6
+
7
+ `+e.stack):new Error(e.message+`
8
+
9
+ `+e.stack):e},0)}}addListener(e){return this.listeners.push(e),()=>{this._removeListener(e)}}emit(e){this.listeners.forEach(i=>{i(e)})}_removeListener(e){this.listeners.splice(this.listeners.indexOf(e),1)}setUnexpectedErrorHandler(e){this.unexpectedErrorHandler=e}getUnexpectedErrorHandler(){return this.unexpectedErrorHandler}onUnexpectedError(e){this.unexpectedErrorHandler(e),this.emit(e)}onUnexpectedExternalError(e){this.unexpectedErrorHandler(e)}},ul=new dl;function Ni(t){_l(t)||ul.onUnexpectedError(t)}var Ws="Canceled";function _l(t){return t instanceof fl?!0:t instanceof Error&&t.name===Ws&&t.message===Ws}var fl=class extends Error{constructor(){super(Ws),this.name=this.message}};function gl(t){return new Error(`Illegal argument: ${t}`)}var Yr=class zs extends Error{constructor(e){super(e),this.name="CodeExpectedError"}static fromError(e){if(e instanceof zs)return e;let i=new zs;return i.message=e.message,i.stack=e.stack,i}static isErrorNoTelemetry(e){return e.name==="CodeExpectedError"}},Hs=class Bo extends Error{constructor(e){super(e||"An unexpected bug occurred."),Object.setPrototypeOf(this,Bo.prototype)}};function $e(t,e=0){return t[t.length-(1+e)]}var pl;(t=>{function e(n){return n<0}t.isLessThan=e;function i(n){return n<=0}t.isLessThanOrEqual=i;function s(n){return n>0}t.isGreaterThan=s;function r(n){return n===0}t.isNeitherLessOrGreaterThan=r,t.greaterThan=1,t.lessThan=-1,t.neitherLessOrGreaterThan=0})(pl||={});function vl(t,e){let i=this,s=!1,r;return function(){return s||(s=!0,e||(r=t.apply(i,arguments))),r}}var To;(t=>{function e(m){return m&&typeof m=="object"&&typeof m[Symbol.iterator]=="function"}t.is=e;let i=Object.freeze([]);function s(){return i}t.empty=s;function*r(m){yield m}t.single=r;function n(m){return e(m)?m:r(m)}t.wrap=n;function o(m){return m||i}t.from=o;function*a(m){for(let B=m.length-1;B>=0;B--)yield m[B]}t.reverse=a;function h(m){return!m||m[Symbol.iterator]().next().done===!0}t.isEmpty=h;function l(m){return m[Symbol.iterator]().next().value}t.first=l;function c(m,B){let R=0;for(let p of m)if(B(p,R++))return!0;return!1}t.some=c;function d(m,B){for(let R of m)if(B(R))return R}t.find=d;function*u(m,B){for(let R of m)B(R)&&(yield R)}t.filter=u;function*g(m,B){let R=0;for(let p of m)yield B(p,R++)}t.map=g;function*f(m,B){let R=0;for(let p of m)yield*B(p,R++)}t.flatMap=f;function*v(...m){for(let B of m)yield*B}t.concat=v;function y(m,B,R){let p=R;for(let A of m)p=B(p,A);return p}t.reduce=y;function*E(m,B,R=m.length){for(B<0&&(B+=m.length),R<0?R+=m.length:R>m.length&&(R=m.length);B<R;B++)yield m[B]}t.slice=E;function _(m,B=Number.POSITIVE_INFINITY){let R=[];if(B===0)return[R,m];let p=m[Symbol.iterator]();for(let A=0;A<B;A++){let F=p.next();if(F.done)return[R,t.empty()];R.push(F.value)}return[R,{[Symbol.iterator](){return p}}]}t.consume=_;async function b(m){let B=[];for await(let R of m)B.push(R);return Promise.resolve(B)}t.asyncToArray=b})(To||={});function $t(t){if(To.is(t)){let e=[];for(let i of t)if(i)try{i.dispose()}catch(s){e.push(s)}if(e.length===1)throw e[0];if(e.length>1)throw new AggregateError(e,"Encountered errors while disposing of store");return Array.isArray(t)?[]:t}else if(t)return t.dispose(),t}function ml(...t){return ee(()=>$t(t))}function ee(t){return{dispose:vl(()=>{t()})}}var Ro=class Ao{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())}get isDisposed(){return this._isDisposed}clear(){if(this._toDispose.size!==0)try{$t(this._toDispose)}finally{this._toDispose.clear()}}add(e){if(!e)return e;if(e===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?Ao.DISABLE_DISPOSED_WARNING||console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(e),e}delete(e){if(e){if(e===this)throw new Error("Cannot dispose a disposable on itself!");this._toDispose.delete(e),e.dispose()}}deleteAndLeak(e){e&&this._toDispose.has(e)&&(this._toDispose.delete(e),void 0)}};Ro.DISABLE_DISPOSED_WARNING=!1;var Lt=Ro,H=class{constructor(){this._store=new Lt,this._store}dispose(){this._store.dispose()}_register(e){if(e===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(e)}};H.None=Object.freeze({dispose(){}});var Xt=class{constructor(){this._isDisposed=!1}get value(){return this._isDisposed?void 0:this._value}set value(e){this._isDisposed||e===this._value||(this._value?.dispose(),this._value=e)}clear(){this.value=void 0}dispose(){this._isDisposed=!0,this._value?.dispose(),this._value=void 0}clearAndLeak(){let e=this._value;return this._value=void 0,e}},gt=typeof window=="object"?window:globalThis,Us=class qs{constructor(e){this.element=e,this.next=qs.Undefined,this.prev=qs.Undefined}};Us.Undefined=new Us(void 0);var te=Us,Gr=class{constructor(){this._first=te.Undefined,this._last=te.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===te.Undefined}clear(){let e=this._first;for(;e!==te.Undefined;){let i=e.next;e.prev=te.Undefined,e.next=te.Undefined,e=i}this._first=te.Undefined,this._last=te.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,i){let s=new te(e);if(this._first===te.Undefined)this._first=s,this._last=s;else if(i){let n=this._last;this._last=s,s.prev=n,n.next=s}else{let n=this._first;this._first=s,s.next=n,n.prev=s}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(s))}}shift(){if(this._first!==te.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==te.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==te.Undefined&&e.next!==te.Undefined){let i=e.prev;i.next=e.next,e.next.prev=i}else e.prev===te.Undefined&&e.next===te.Undefined?(this._first=te.Undefined,this._last=te.Undefined):e.next===te.Undefined?(this._last=this._last.prev,this._last.next=te.Undefined):e.prev===te.Undefined&&(this._first=this._first.next,this._first.prev=te.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==te.Undefined;)yield e.element,e=e.next}},Sl=globalThis.performance&&typeof globalThis.performance.now=="function",wl=class Do{static create(e){return new Do(e)}constructor(e){this._now=Sl&&e===!1?Date.now:globalThis.performance.now.bind(globalThis.performance),this._startTime=this._now(),this._stopTime=-1}stop(){this._stopTime=this._now()}reset(){this._startTime=this._now(),this._stopTime=-1}elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:this._now()-this._startTime}},Ee;(t=>{t.None=()=>H.None;function e(S,w){return d(S,()=>{},0,void 0,!0,void 0,w)}t.defer=e;function i(S){return(w,x=null,C)=>{let L=!1,k;return k=S(D=>{if(!L)return k?k.dispose():L=!0,w.call(x,D)},null,C),L&&k.dispose(),k}}t.once=i;function s(S,w,x){return l((C,L=null,k)=>S(D=>C.call(L,w(D)),null,k),x)}t.map=s;function r(S,w,x){return l((C,L=null,k)=>S(D=>{w(D),C.call(L,D)},null,k),x)}t.forEach=r;function n(S,w,x){return l((C,L=null,k)=>S(D=>w(D)&&C.call(L,D),null,k),x)}t.filter=n;function o(S){return S}t.signal=o;function a(...S){return(w,x=null,C)=>{let L=ml(...S.map(k=>k(D=>w.call(x,D))));return c(L,C)}}t.any=a;function h(S,w,x,C){let L=x;return s(S,k=>(L=w(L,k),L),C)}t.reduce=h;function l(S,w){let x,C={onWillAddFirstListener(){x=S(L.fire,L)},onDidRemoveLastListener(){x?.dispose()}},L=new I(C);return w?.add(L),L.event}function c(S,w){return w instanceof Array?w.push(S):w&&w.add(S),S}function d(S,w,x=100,C=!1,L=!1,k,D){let M,P,W,j=0,U,Pe={leakWarningThreshold:k,onWillAddFirstListener(){M=S(Ce=>{j++,P=w(P,Ce),C&&!W&&(V.fire(P),P=void 0),U=()=>{let G=P;P=void 0,W=void 0,(!C||j>1)&&V.fire(G),j=0},typeof x=="number"?(clearTimeout(W),W=setTimeout(U,x)):W===void 0&&(W=0,queueMicrotask(U))})},onWillRemoveListener(){L&&j>0&&U?.()},onDidRemoveLastListener(){U=void 0,M.dispose()}},V=new I(Pe);return D?.add(V),V.event}t.debounce=d;function u(S,w=0,x){return t.debounce(S,(C,L)=>C?(C.push(L),C):[L],w,void 0,!0,void 0,x)}t.accumulate=u;function g(S,w=(C,L)=>C===L,x){let C=!0,L;return n(S,k=>{let D=C||!w(k,L);return C=!1,L=k,D},x)}t.latch=g;function f(S,w,x){return[t.filter(S,w,x),t.filter(S,C=>!w(C),x)]}t.split=f;function v(S,w=!1,x=[],C){let L=x.slice(),k=S(P=>{L?L.push(P):M.fire(P)});C&&C.add(k);let D=()=>{L?.forEach(P=>M.fire(P)),L=null},M=new I({onWillAddFirstListener(){k||(k=S(P=>M.fire(P)),C&&C.add(k))},onDidAddFirstListener(){L&&(w?setTimeout(D):D())},onDidRemoveLastListener(){k&&k.dispose(),k=null}});return C&&C.add(M),M.event}t.buffer=v;function y(S,w){return(x,C,L)=>{let k=w(new _);return S(function(D){let M=k.evaluate(D);M!==E&&x.call(C,M)},void 0,L)}}t.chain=y;let E=Symbol("HaltChainable");class _{constructor(){this.steps=[]}map(w){return this.steps.push(w),this}forEach(w){return this.steps.push(x=>(w(x),x)),this}filter(w){return this.steps.push(x=>w(x)?x:E),this}reduce(w,x){let C=x;return this.steps.push(L=>(C=w(C,L),C)),this}latch(w=(x,C)=>x===C){let x=!0,C;return this.steps.push(L=>{let k=x||!w(L,C);return x=!1,C=L,k?L:E}),this}evaluate(w){for(let x of this.steps)if(w=x(w),w===E)break;return w}}function b(S,w,x=C=>C){let C=(...M)=>D.fire(x(...M)),L=()=>S.on(w,C),k=()=>S.removeListener(w,C),D=new I({onWillAddFirstListener:L,onDidRemoveLastListener:k});return D.event}t.fromNodeEventEmitter=b;function m(S,w,x=C=>C){let C=(...M)=>D.fire(x(...M)),L=()=>S.addEventListener(w,C),k=()=>S.removeEventListener(w,C),D=new I({onWillAddFirstListener:L,onDidRemoveLastListener:k});return D.event}t.fromDOMEventEmitter=m;function B(S){return new Promise(w=>i(S)(w))}t.toPromise=B;function R(S){let w=new I;return S.then(x=>{w.fire(x)},()=>{w.fire(void 0)}).finally(()=>{w.dispose()}),w.event}t.fromPromise=R;function p(S,w){return S(x=>w.fire(x))}t.forward=p;function A(S,w,x){return w(x),S(C=>w(C))}t.runAndSubscribe=A;class F{constructor(w,x){this._observable=w,this._counter=0,this._hasChanged=!1;let C={onWillAddFirstListener:()=>{w.addObserver(this)},onDidRemoveLastListener:()=>{w.removeObserver(this)}};this.emitter=new I(C),x&&x.add(this.emitter)}beginUpdate(w){this._counter++}handlePossibleChange(w){}handleChange(w,x){this._hasChanged=!0}endUpdate(w){this._counter--,this._counter===0&&(this._observable.reportChanges(),this._hasChanged&&(this._hasChanged=!1,this.emitter.fire(this._observable.get())))}}function q(S,w){return new F(S,w).emitter.event}t.fromObservable=q;function $(S){return(w,x,C)=>{let L=0,k=!1,D={beginUpdate(){L++},endUpdate(){L--,L===0&&(S.reportChanges(),k&&(k=!1,w.call(x)))},handlePossibleChange(){},handleChange(){k=!0}};S.addObserver(D),S.reportChanges();let M={dispose(){S.removeObserver(D)}};return C instanceof Lt?C.add(M):Array.isArray(C)&&C.push(M),M}}t.fromObservableLight=$})(Ee||={});var Ks=class Vs{constructor(e){this.listenerCount=0,this.invocationCount=0,this.elapsedOverall=0,this.durations=[],this.name=`${e}_${Vs._idPool++}`,Vs.all.add(this)}start(e){this._stopWatch=new wl,this.listenerCount=e}stop(){if(this._stopWatch){let e=this._stopWatch.elapsed();this.durations.push(e),this.elapsedOverall+=e,this.invocationCount+=1,this._stopWatch=void 0}}};Ks.all=new Set,Ks._idPool=0;var bl=Ks,yl=-1,Po=class Io{constructor(e,i,s=(Io._idPool++).toString(16).padStart(3,"0")){this._errorHandler=e,this.threshold=i,this.name=s,this._warnCountdown=0}dispose(){this._stacks?.clear()}check(e,i){let s=this.threshold;if(s<=0||i<s)return;this._stacks||(this._stacks=new Map);let r=this._stacks.get(e.value)||0;if(this._stacks.set(e.value,r+1),this._warnCountdown-=1,this._warnCountdown<=0){this._warnCountdown=s*.5;let[n,o]=this.getMostFrequentStack(),a=`[${this.name}] potential listener LEAK detected, having ${i} listeners already. MOST frequent listener (${o}):`;console.warn(a),console.warn(n);let h=new kl(a,n);this._errorHandler(h)}return()=>{let n=this._stacks.get(e.value)||0;this._stacks.set(e.value,n-1)}}getMostFrequentStack(){if(!this._stacks)return;let e,i=0;for(let[s,r]of this._stacks)(!e||i<r)&&(e=[s,r],i=r);return e}};Po._idPool=1;var Cl=Po,xl=class Oo{constructor(e){this.value=e}static create(){let e=new Error;return new Oo(e.stack??"")}print(){console.warn(this.value.split(`
10
+ `).slice(2).join(`
11
+ `))}},kl=class extends Error{constructor(t,e){super(t),this.name="ListenerLeakError",this.stack=e}},El=class extends Error{constructor(t,e){super(t),this.name="ListenerRefusalError",this.stack=e}},Ll=0,cs=class{constructor(e){this.value=e,this.id=Ll++}},Ml=2,Bl,I=class{constructor(e){this._size=0,this._options=e,this._leakageMon=this._options?.leakWarningThreshold?new Cl(e?.onListenerError??Ni,this._options?.leakWarningThreshold??yl):void 0,this._perfMon=this._options?._profName?new bl(this._options._profName):void 0,this._deliveryQueue=this._options?.deliveryQueue}dispose(){this._disposed||(this._disposed=!0,this._deliveryQueue?.current===this&&this._deliveryQueue.reset(),this._listeners&&(this._listeners=void 0,this._size=0),this._options?.onDidRemoveLastListener?.(),this._leakageMon?.dispose())}get event(){return this._event??=(e,i,s)=>{if(this._leakageMon&&this._size>this._leakageMon.threshold**2){let a=`[${this._leakageMon.name}] REFUSES to accept new listeners because it exceeded its threshold by far (${this._size} vs ${this._leakageMon.threshold})`;console.warn(a);let h=this._leakageMon.getMostFrequentStack()??["UNKNOWN stack",-1],l=new El(`${a}. HINT: Stack shows most frequent listener (${h[1]}-times)`,h[0]);return(this._options?.onListenerError||Ni)(l),H.None}if(this._disposed)return H.None;i&&(e=e.bind(i));let r=new cs(e),n;this._leakageMon&&this._size>=Math.ceil(this._leakageMon.threshold*.2)&&(r.stack=xl.create(),n=this._leakageMon.check(r.stack,this._size+1)),this._listeners?this._listeners instanceof cs?(this._deliveryQueue??=new Tl,this._listeners=[this._listeners,r]):this._listeners.push(r):(this._options?.onWillAddFirstListener?.(this),this._listeners=r,this._options?.onDidAddFirstListener?.(this)),this._size++;let o=ee(()=>{n?.(),this._removeListener(r)});return s instanceof Lt?s.add(o):Array.isArray(s)&&s.push(o),o},this._event}_removeListener(e){if(this._options?.onWillRemoveListener?.(this),!this._listeners)return;if(this._size===1){this._listeners=void 0,this._options?.onDidRemoveLastListener?.(this),this._size=0;return}let i=this._listeners,s=i.indexOf(e);if(s===-1)throw console.log("disposed?",this._disposed),console.log("size?",this._size),console.log("arr?",JSON.stringify(this._listeners)),new Error("Attempted to dispose unknown listener");this._size--,i[s]=void 0;let r=this._deliveryQueue.current===this;if(this._size*Ml<=i.length){let n=0;for(let o=0;o<i.length;o++)i[o]?i[n++]=i[o]:r&&(this._deliveryQueue.end--,n<this._deliveryQueue.i&&this._deliveryQueue.i--);i.length=n}}_deliver(e,i){if(!e)return;let s=this._options?.onListenerError||Ni;if(!s){e.value(i);return}try{e.value(i)}catch(r){s(r)}}_deliverQueue(e){let i=e.current._listeners;for(;e.i<e.end;)this._deliver(i[e.i++],e.value);e.reset()}fire(e){if(this._deliveryQueue?.current&&(this._deliverQueue(this._deliveryQueue),this._perfMon?.stop()),this._perfMon?.start(this._size),this._listeners)if(this._listeners instanceof cs)this._deliver(this._listeners,e);else{let i=this._deliveryQueue;i.enqueue(this,e,this._listeners.length),this._deliverQueue(i)}this._perfMon?.stop()}hasListeners(){return this._size>0}},Tl=class{constructor(){this.i=-1,this.end=0}enqueue(e,i,s){this.i=0,this.end=s,this.current=e,this.value=i}reset(){this.i=this.end,this.current=void 0,this.value=void 0}},Ys=class{constructor(){this.mapWindowIdToZoomLevel=new Map,this._onDidChangeZoomLevel=new I,this.onDidChangeZoomLevel=this._onDidChangeZoomLevel.event,this.mapWindowIdToZoomFactor=new Map,this._onDidChangeFullscreen=new I,this.onDidChangeFullscreen=this._onDidChangeFullscreen.event,this.mapWindowIdToFullScreen=new Map}getZoomLevel(e){return this.mapWindowIdToZoomLevel.get(this.getWindowId(e))??0}setZoomLevel(e,i){if(this.getZoomLevel(i)===e)return;let s=this.getWindowId(i);this.mapWindowIdToZoomLevel.set(s,e),this._onDidChangeZoomLevel.fire(s)}getZoomFactor(e){return this.mapWindowIdToZoomFactor.get(this.getWindowId(e))??1}setZoomFactor(e,i){this.mapWindowIdToZoomFactor.set(this.getWindowId(i),e)}setFullscreen(e,i){if(this.isFullscreen(i)===e)return;let s=this.getWindowId(i);this.mapWindowIdToFullScreen.set(s,e),this._onDidChangeFullscreen.fire(s)}isFullscreen(e){return!!this.mapWindowIdToFullScreen.get(this.getWindowId(e))}getWindowId(e){return e.vscodeWindowId}};Ys.INSTANCE=new Ys;var Lr=Ys;function Rl(t,e,i){typeof e=="string"&&(e=t.matchMedia(e)),e.addEventListener("change",i)}Lr.INSTANCE.onDidChangeZoomLevel;function Al(t){return Lr.INSTANCE.getZoomFactor(t)}Lr.INSTANCE.onDidChangeFullscreen;var Jt=typeof navigator=="object"?navigator.userAgent:"",Gs=Jt.indexOf("Firefox")>=0,Dl=Jt.indexOf("AppleWebKit")>=0,Mr=Jt.indexOf("Chrome")>=0,Pl=!Mr&&Jt.indexOf("Safari")>=0;Jt.indexOf("Electron/")>=0;Jt.indexOf("Android")>=0;var ds=!1;if(typeof gt.matchMedia=="function"){let t=gt.matchMedia("(display-mode: standalone) or (display-mode: window-controls-overlay)"),e=gt.matchMedia("(display-mode: fullscreen)");ds=t.matches,Rl(gt,t,({matches:i})=>{ds&&e.matches||(ds=i)})}var Kt="en",Xs=!1,js=!1,Wi=!1,$o=!1,Ei,zi=Kt,Xr=Kt,Il,ut,Pt=globalThis,Ne;typeof Pt.vscode<"u"&&typeof Pt.vscode.process<"u"?Ne=Pt.vscode.process:typeof process<"u"&&typeof process?.versions?.node=="string"&&(Ne=process);var Ol=typeof Ne?.versions?.electron=="string",$l=Ol&&Ne?.type==="renderer";if(typeof Ne=="object"){Xs=Ne.platform==="win32",js=Ne.platform==="darwin",Wi=Ne.platform==="linux",Wi&&Ne.env.SNAP&&Ne.env.SNAP_REVISION,Ne.env.CI||Ne.env.BUILD_ARTIFACTSTAGINGDIRECTORY,Ei=Kt,zi=Kt;let t=Ne.env.VSCODE_NLS_CONFIG;if(t)try{let e=JSON.parse(t);Ei=e.userLocale,Xr=e.osLocale,zi=e.resolvedLanguage||Kt,Il=e.languagePack?.translationsConfigFile}catch{}$o=!0}else typeof navigator=="object"&&!$l?(ut=navigator.userAgent,Xs=ut.indexOf("Windows")>=0,js=ut.indexOf("Macintosh")>=0,(ut.indexOf("Macintosh")>=0||ut.indexOf("iPad")>=0||ut.indexOf("iPhone")>=0)&&navigator.maxTouchPoints&&navigator.maxTouchPoints>0,Wi=ut.indexOf("Linux")>=0,ut?.indexOf("Mobi")>=0,zi=globalThis._VSCODE_NLS_LANGUAGE||Kt,Ei=navigator.language.toLowerCase(),Xr=Ei):console.error("Unable to resolve platform.");var Fo=Xs,st=js,Fl=Wi,jr=$o,rt=ut,St=zi,Nl;(t=>{function e(){return St}t.value=e;function i(){return St.length===2?St==="en":St.length>=3?St[0]==="e"&&St[1]==="n"&&St[2]==="-":!1}t.isDefaultVariant=i;function s(){return St==="en"}t.isDefault=s})(Nl||={});var Wl=typeof Pt.postMessage=="function"&&!Pt.importScripts;(()=>{if(Wl){let t=[];Pt.addEventListener("message",i=>{if(i.data&&i.data.vscodeScheduleAsyncWork)for(let s=0,r=t.length;s<r;s++){let n=t[s];if(n.id===i.data.vscodeScheduleAsyncWork){t.splice(s,1),n.callback();return}}});let e=0;return i=>{let s=++e;t.push({id:s,callback:i}),Pt.postMessage({vscodeScheduleAsyncWork:s},"*")}}return t=>setTimeout(t)})();var zl=!!(rt&&rt.indexOf("Chrome")>=0);rt&&rt.indexOf("Firefox")>=0;!zl&&rt&&rt.indexOf("Safari")>=0;rt&&rt.indexOf("Edg/")>=0;rt&&rt.indexOf("Android")>=0;var Wt=typeof navigator=="object"?navigator:{};jr||document.queryCommandSupported&&document.queryCommandSupported("copy")||Wt&&Wt.clipboard&&Wt.clipboard.writeText,jr||Wt&&Wt.clipboard&&Wt.clipboard.readText;var Br=class{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(e,i){this._keyCodeToStr[e]=i,this._strToKeyCode[i.toLowerCase()]=e}keyCodeToStr(e){return this._keyCodeToStr[e]}strToKeyCode(e){return this._strToKeyCode[e.toLowerCase()]||0}},us=new Br,Jr=new Br,Zr=new Br,Hl=new Array(230),No;(t=>{function e(a){return us.keyCodeToStr(a)}t.toString=e;function i(a){return us.strToKeyCode(a)}t.fromString=i;function s(a){return Jr.keyCodeToStr(a)}t.toUserSettingsUS=s;function r(a){return Zr.keyCodeToStr(a)}t.toUserSettingsGeneral=r;function n(a){return Jr.strToKeyCode(a)||Zr.strToKeyCode(a)}t.fromUserSettings=n;function o(a){if(a>=98&&a<=113)return null;switch(a){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return us.keyCodeToStr(a)}t.toElectronAccelerator=o})(No||={});var Ul=class Wo{constructor(e,i,s,r,n){this.ctrlKey=e,this.shiftKey=i,this.altKey=s,this.metaKey=r,this.keyCode=n}equals(e){return e instanceof Wo&&this.ctrlKey===e.ctrlKey&&this.shiftKey===e.shiftKey&&this.altKey===e.altKey&&this.metaKey===e.metaKey&&this.keyCode===e.keyCode}getHashCode(){let e=this.ctrlKey?"1":"0",i=this.shiftKey?"1":"0",s=this.altKey?"1":"0",r=this.metaKey?"1":"0";return`K${e}${i}${s}${r}${this.keyCode}`}isModifierKey(){return this.keyCode===0||this.keyCode===5||this.keyCode===57||this.keyCode===6||this.keyCode===4}toKeybinding(){return new ql([this])}isDuplicateModifierCase(){return this.ctrlKey&&this.keyCode===5||this.shiftKey&&this.keyCode===4||this.altKey&&this.keyCode===6||this.metaKey&&this.keyCode===57}},ql=class{constructor(t){if(t.length===0)throw gl("chords");this.chords=t}getHashCode(){let t="";for(let e=0,i=this.chords.length;e<i;e++)e!==0&&(t+=";"),t+=this.chords[e].getHashCode();return t}equals(t){if(t===null||this.chords.length!==t.chords.length)return!1;for(let e=0;e<this.chords.length;e++)if(!this.chords[e].equals(t.chords[e]))return!1;return!0}};function Kl(t){if(t.charCode){let i=String.fromCharCode(t.charCode).toUpperCase();return No.fromString(i)}let e=t.keyCode;if(e===3)return 7;if(Gs)switch(e){case 59:return 85;case 60:if(Fl)return 97;break;case 61:return 86;case 107:return 109;case 109:return 111;case 173:return 88;case 224:if(st)return 57;break}else if(Dl&&(st&&e===93||!st&&e===92))return 57;return Hl[e]||0}var Vl=st?256:2048,Yl=512,Gl=1024,Xl=st?2048:256,Qr=class{constructor(t){this._standardKeyboardEventBrand=!0;let e=t;this.browserEvent=e,this.target=e.target,this.ctrlKey=e.ctrlKey,this.shiftKey=e.shiftKey,this.altKey=e.altKey,this.metaKey=e.metaKey,this.altGraphKey=e.getModifierState?.("AltGraph"),this.keyCode=Kl(e),this.code=e.code,this.ctrlKey=this.ctrlKey||this.keyCode===5,this.altKey=this.altKey||this.keyCode===6,this.shiftKey=this.shiftKey||this.keyCode===4,this.metaKey=this.metaKey||this.keyCode===57,this._asKeybinding=this._computeKeybinding(),this._asKeyCodeChord=this._computeKeyCodeChord()}preventDefault(){this.browserEvent&&this.browserEvent.preventDefault&&this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent&&this.browserEvent.stopPropagation&&this.browserEvent.stopPropagation()}toKeyCodeChord(){return this._asKeyCodeChord}equals(t){return this._asKeybinding===t}_computeKeybinding(){let t=0;this.keyCode!==5&&this.keyCode!==4&&this.keyCode!==6&&this.keyCode!==57&&(t=this.keyCode);let e=0;return this.ctrlKey&&(e|=Vl),this.altKey&&(e|=Yl),this.shiftKey&&(e|=Gl),this.metaKey&&(e|=Xl),e|=t,e}_computeKeyCodeChord(){let t=0;return this.keyCode!==5&&this.keyCode!==4&&this.keyCode!==6&&this.keyCode!==57&&(t=this.keyCode),new Ul(this.ctrlKey,this.shiftKey,this.altKey,this.metaKey,t)}},en=new WeakMap;function jl(t){if(!t.parent||t.parent===t)return null;try{let e=t.location,i=t.parent.location;if(e.origin!=="null"&&i.origin!=="null"&&e.origin!==i.origin)return null}catch{return null}return t.parent}var Jl=class{static getSameOriginWindowChain(t){let e=en.get(t);if(!e){e=[],en.set(t,e);let i=t,s;do s=jl(i),s?e.push({window:new WeakRef(i),iframeElement:i.frameElement||null}):e.push({window:new WeakRef(i),iframeElement:null}),i=s;while(i)}return e.slice(0)}static getPositionOfChildWindowRelativeToAncestorWindow(t,e){if(!e||t===e)return{top:0,left:0};let i=0,s=0,r=this.getSameOriginWindowChain(t);for(let n of r){let o=n.window.deref();if(i+=o?.scrollY??0,s+=o?.scrollX??0,o===e||!n.iframeElement)break;let a=n.iframeElement.getBoundingClientRect();i+=a.top,s+=a.left}return{top:i,left:s}}},Li=class{constructor(e,i){this.timestamp=Date.now(),this.browserEvent=i,this.leftButton=i.button===0,this.middleButton=i.button===1,this.rightButton=i.button===2,this.buttons=i.buttons,this.target=i.target,this.detail=i.detail||1,i.type==="dblclick"&&(this.detail=2),this.ctrlKey=i.ctrlKey,this.shiftKey=i.shiftKey,this.altKey=i.altKey,this.metaKey=i.metaKey,typeof i.pageX=="number"?(this.posx=i.pageX,this.posy=i.pageY):(this.posx=i.clientX+this.target.ownerDocument.body.scrollLeft+this.target.ownerDocument.documentElement.scrollLeft,this.posy=i.clientY+this.target.ownerDocument.body.scrollTop+this.target.ownerDocument.documentElement.scrollTop);let s=Jl.getPositionOfChildWindowRelativeToAncestorWindow(e,i.view);this.posx-=s.left,this.posy-=s.top}preventDefault(){this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent.stopPropagation()}},tn=class{constructor(e,i=0,s=0){this.browserEvent=e||null,this.target=e?e.target||e.targetNode||e.srcElement:null,this.deltaY=s,this.deltaX=i;let r=!1;if(Mr){let n=navigator.userAgent.match(/Chrome\/(\d+)/);r=(n?parseInt(n[1]):123)<=122}if(e){let n=e,o=e,a=e.view?.devicePixelRatio||1;if(typeof n.wheelDeltaY<"u")r?this.deltaY=n.wheelDeltaY/(120*a):this.deltaY=n.wheelDeltaY/120;else if(typeof o.VERTICAL_AXIS<"u"&&o.axis===o.VERTICAL_AXIS)this.deltaY=-o.detail/3;else if(e.type==="wheel"){let h=e;h.deltaMode===h.DOM_DELTA_LINE?Gs&&!st?this.deltaY=-e.deltaY/3:this.deltaY=-e.deltaY:this.deltaY=-e.deltaY/40}if(typeof n.wheelDeltaX<"u")Pl&&Fo?this.deltaX=-(n.wheelDeltaX/120):r?this.deltaX=n.wheelDeltaX/(120*a):this.deltaX=n.wheelDeltaX/120;else if(typeof o.HORIZONTAL_AXIS<"u"&&o.axis===o.HORIZONTAL_AXIS)this.deltaX=-e.detail/3;else if(e.type==="wheel"){let h=e;h.deltaMode===h.DOM_DELTA_LINE?Gs&&!st?this.deltaX=-e.deltaX/3:this.deltaX=-e.deltaX:this.deltaX=-e.deltaX/40}this.deltaY===0&&this.deltaX===0&&e.wheelDelta&&(r?this.deltaY=e.wheelDelta/(120*a):this.deltaY=e.wheelDelta/120)}}preventDefault(){this.browserEvent?.preventDefault()}stopPropagation(){this.browserEvent?.stopPropagation()}},zo=Object.freeze(function(t,e){let i=setTimeout(t.bind(e),0);return{dispose(){clearTimeout(i)}}}),Zl;(t=>{function e(i){return i===t.None||i===t.Cancelled||i instanceof Ql?!0:!i||typeof i!="object"?!1:typeof i.isCancellationRequested=="boolean"&&typeof i.onCancellationRequested=="function"}t.isCancellationToken=e,t.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:Ee.None}),t.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:zo})})(Zl||={});var Ql=class{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?zo:(this._emitter||(this._emitter=new I),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}},Tr=class{constructor(e,i){this._isDisposed=!1,this._token=-1,typeof e=="function"&&typeof i=="number"&&this.setIfNotSet(e,i)}dispose(){this.cancel(),this._isDisposed=!0}cancel(){this._token!==-1&&(clearTimeout(this._token),this._token=-1)}cancelAndSet(e,i){if(this._isDisposed)throw new Hs("Calling 'cancelAndSet' on a disposed TimeoutTimer");this.cancel(),this._token=setTimeout(()=>{this._token=-1,e()},i)}setIfNotSet(e,i){if(this._isDisposed)throw new Hs("Calling 'setIfNotSet' on a disposed TimeoutTimer");this._token===-1&&(this._token=setTimeout(()=>{this._token=-1,e()},i))}},eh=class{constructor(){this.disposable=void 0,this.isDisposed=!1}cancel(){this.disposable?.dispose(),this.disposable=void 0}cancelAndSet(e,i,s=globalThis){if(this.isDisposed)throw new Hs("Calling 'cancelAndSet' on a disposed IntervalTimer");this.cancel();let r=s.setInterval(()=>{e()},i);this.disposable=ee(()=>{s.clearInterval(r),this.disposable=void 0})}dispose(){this.cancel(),this.isDisposed=!0}},th;(t=>{async function e(s){let r,n=await Promise.all(s.map(o=>o.then(a=>a,a=>{r||(r=a)})));if(typeof r<"u")throw r;return n}t.settled=e;function i(s){return new Promise(async(r,n)=>{try{await s(r,n)}catch(o){n(o)}})}t.withAsyncBody=i})(th||={});var sn=class Ue{static fromArray(e){return new Ue(i=>{i.emitMany(e)})}static fromPromise(e){return new Ue(async i=>{i.emitMany(await e)})}static fromPromises(e){return new Ue(async i=>{await Promise.all(e.map(async s=>i.emitOne(await s)))})}static merge(e){return new Ue(async i=>{await Promise.all(e.map(async s=>{for await(let r of s)i.emitOne(r)}))})}constructor(e,i){this._state=0,this._results=[],this._error=null,this._onReturn=i,this._onStateChanged=new I,queueMicrotask(async()=>{let s={emitOne:r=>this.emitOne(r),emitMany:r=>this.emitMany(r),reject:r=>this.reject(r)};try{await Promise.resolve(e(s)),this.resolve()}catch(r){this.reject(r)}finally{s.emitOne=void 0,s.emitMany=void 0,s.reject=void 0}})}[Symbol.asyncIterator](){let e=0;return{next:async()=>{do{if(this._state===2)throw this._error;if(e<this._results.length)return{done:!1,value:this._results[e++]};if(this._state===1)return{done:!0,value:void 0};await Ee.toPromise(this._onStateChanged.event)}while(!0)},return:async()=>(this._onReturn?.(),{done:!0,value:void 0})}}static map(e,i){return new Ue(async s=>{for await(let r of e)s.emitOne(i(r))})}map(e){return Ue.map(this,e)}static filter(e,i){return new Ue(async s=>{for await(let r of e)i(r)&&s.emitOne(r)})}filter(e){return Ue.filter(this,e)}static coalesce(e){return Ue.filter(e,i=>!!i)}coalesce(){return Ue.coalesce(this)}static async toPromise(e){let i=[];for await(let s of e)i.push(s);return i}toPromise(){return Ue.toPromise(this)}emitOne(e){this._state===0&&(this._results.push(e),this._onStateChanged.fire())}emitMany(e){this._state===0&&(this._results=this._results.concat(e),this._onStateChanged.fire())}resolve(){this._state===0&&(this._state=1,this._onStateChanged.fire())}reject(e){this._state===0&&(this._state=2,this._error=e,this._onStateChanged.fire())}};sn.EMPTY=sn.fromArray([]);var{getWindow:it,getWindowId:ih,onDidRegisterWindow:sh}=(function(){let t=new Map,e={window:gt,disposables:new Lt};t.set(gt.vscodeWindowId,e);let i=new I,s=new I,r=new I;function n(o,a){return(typeof o=="number"?t.get(o):void 0)??(a?e:void 0)}return{onDidRegisterWindow:i.event,onWillUnregisterWindow:r.event,onDidUnregisterWindow:s.event,registerWindow(o){if(t.has(o.vscodeWindowId))return H.None;let a=new Lt,h={window:o,disposables:a.add(new Lt)};return t.set(o.vscodeWindowId,h),a.add(ee(()=>{t.delete(o.vscodeWindowId),s.fire(o)})),a.add(N(o,ge.BEFORE_UNLOAD,()=>{r.fire(o)})),i.fire(h),a},getWindows(){return t.values()},getWindowsCount(){return t.size},getWindowId(o){return o.vscodeWindowId},hasWindow(o){return t.has(o)},getWindowById:n,getWindow(o){let a=o;if(a?.ownerDocument?.defaultView)return a.ownerDocument.defaultView.window;let h=o;return h?.view?h.view.window:gt},getDocument(o){return it(o).document}}})(),rh=class{constructor(e,i,s,r){this._node=e,this._type=i,this._handler=s,this._options=r||!1,this._node.addEventListener(this._type,this._handler,this._options)}dispose(){this._handler&&(this._node.removeEventListener(this._type,this._handler,this._options),this._node=null,this._handler=null)}};function N(t,e,i,s){return new rh(t,e,i,s)}var rn=function(t,e,i,s){return N(t,e,i,s)},Rr,nh=class extends eh{constructor(t){super(),this.defaultTarget=t&&it(t)}cancelAndSet(t,e,i){return super.cancelAndSet(t,e,i??this.defaultTarget)}},nn=class{constructor(e,i=0){this._runner=e,this.priority=i,this._canceled=!1}dispose(){this._canceled=!0}execute(){if(!this._canceled)try{this._runner()}catch(e){Ni(e)}}static sort(e,i){return i.priority-e.priority}};(function(){let t=new Map,e=new Map,i=new Map,s=new Map,r=n=>{i.set(n,!1);let o=t.get(n)??[];for(e.set(n,o),t.set(n,[]),s.set(n,!0);o.length>0;)o.sort(nn.sort),o.shift().execute();s.set(n,!1)};Rr=(n,o,a=0)=>{let h=ih(n),l=new nn(o,a),c=t.get(h);return c||(c=[],t.set(h,c)),c.push(l),i.get(h)||(i.set(h,!0),n.requestAnimationFrame(()=>r(h))),l}})();function oh(t){let e=t.getBoundingClientRect(),i=it(t);return{left:e.left+i.scrollX,top:e.top+i.scrollY,width:e.width,height:e.height}}var ge={CLICK:"click",MOUSE_DOWN:"mousedown",MOUSE_OVER:"mouseover",MOUSE_LEAVE:"mouseleave",MOUSE_WHEEL:"wheel",POINTER_UP:"pointerup",POINTER_DOWN:"pointerdown",POINTER_MOVE:"pointermove",KEY_DOWN:"keydown",KEY_UP:"keyup",BEFORE_UNLOAD:"beforeunload",CHANGE:"change",FOCUS:"focus",BLUR:"blur",INPUT:"input"},ah=class{constructor(t){this.domNode=t,this._maxWidth="",this._width="",this._height="",this._top="",this._left="",this._bottom="",this._right="",this._paddingTop="",this._paddingLeft="",this._paddingBottom="",this._paddingRight="",this._fontFamily="",this._fontWeight="",this._fontSize="",this._fontStyle="",this._fontFeatureSettings="",this._fontVariationSettings="",this._textDecoration="",this._lineHeight="",this._letterSpacing="",this._className="",this._display="",this._position="",this._visibility="",this._color="",this._backgroundColor="",this._layerHint=!1,this._contain="none",this._boxShadow=""}setMaxWidth(t){let e=Ie(t);this._maxWidth!==e&&(this._maxWidth=e,this.domNode.style.maxWidth=this._maxWidth)}setWidth(t){let e=Ie(t);this._width!==e&&(this._width=e,this.domNode.style.width=this._width)}setHeight(t){let e=Ie(t);this._height!==e&&(this._height=e,this.domNode.style.height=this._height)}setTop(t){let e=Ie(t);this._top!==e&&(this._top=e,this.domNode.style.top=this._top)}setLeft(t){let e=Ie(t);this._left!==e&&(this._left=e,this.domNode.style.left=this._left)}setBottom(t){let e=Ie(t);this._bottom!==e&&(this._bottom=e,this.domNode.style.bottom=this._bottom)}setRight(t){let e=Ie(t);this._right!==e&&(this._right=e,this.domNode.style.right=this._right)}setPaddingTop(t){let e=Ie(t);this._paddingTop!==e&&(this._paddingTop=e,this.domNode.style.paddingTop=this._paddingTop)}setPaddingLeft(t){let e=Ie(t);this._paddingLeft!==e&&(this._paddingLeft=e,this.domNode.style.paddingLeft=this._paddingLeft)}setPaddingBottom(t){let e=Ie(t);this._paddingBottom!==e&&(this._paddingBottom=e,this.domNode.style.paddingBottom=this._paddingBottom)}setPaddingRight(t){let e=Ie(t);this._paddingRight!==e&&(this._paddingRight=e,this.domNode.style.paddingRight=this._paddingRight)}setFontFamily(t){this._fontFamily!==t&&(this._fontFamily=t,this.domNode.style.fontFamily=this._fontFamily)}setFontWeight(t){this._fontWeight!==t&&(this._fontWeight=t,this.domNode.style.fontWeight=this._fontWeight)}setFontSize(t){let e=Ie(t);this._fontSize!==e&&(this._fontSize=e,this.domNode.style.fontSize=this._fontSize)}setFontStyle(t){this._fontStyle!==t&&(this._fontStyle=t,this.domNode.style.fontStyle=this._fontStyle)}setFontFeatureSettings(t){this._fontFeatureSettings!==t&&(this._fontFeatureSettings=t,this.domNode.style.fontFeatureSettings=this._fontFeatureSettings)}setFontVariationSettings(t){this._fontVariationSettings!==t&&(this._fontVariationSettings=t,this.domNode.style.fontVariationSettings=this._fontVariationSettings)}setTextDecoration(t){this._textDecoration!==t&&(this._textDecoration=t,this.domNode.style.textDecoration=this._textDecoration)}setLineHeight(t){let e=Ie(t);this._lineHeight!==e&&(this._lineHeight=e,this.domNode.style.lineHeight=this._lineHeight)}setLetterSpacing(t){let e=Ie(t);this._letterSpacing!==e&&(this._letterSpacing=e,this.domNode.style.letterSpacing=this._letterSpacing)}setClassName(t){this._className!==t&&(this._className=t,this.domNode.className=this._className)}toggleClassName(t,e){this.domNode.classList.toggle(t,e),this._className=this.domNode.className}setDisplay(t){this._display!==t&&(this._display=t,this.domNode.style.display=this._display)}setPosition(t){this._position!==t&&(this._position=t,this.domNode.style.position=this._position)}setVisibility(t){this._visibility!==t&&(this._visibility=t,this.domNode.style.visibility=this._visibility)}setColor(t){this._color!==t&&(this._color=t,this.domNode.style.color=this._color)}setBackgroundColor(t){this._backgroundColor!==t&&(this._backgroundColor=t,this.domNode.style.backgroundColor=this._backgroundColor)}setLayerHinting(t){this._layerHint!==t&&(this._layerHint=t,this.domNode.style.transform=this._layerHint?"translate3d(0px, 0px, 0px)":"")}setBoxShadow(t){this._boxShadow!==t&&(this._boxShadow=t,this.domNode.style.boxShadow=t)}setContain(t){this._contain!==t&&(this._contain=t,this.domNode.style.contain=this._contain)}setAttribute(t,e){this.domNode.setAttribute(t,e)}removeAttribute(t){this.domNode.removeAttribute(t)}appendChild(t){this.domNode.appendChild(t.domNode)}removeChild(t){this.domNode.removeChild(t.domNode)}};function Ie(t){return typeof t=="number"?`${t}px`:t}function vi(t){return new ah(t)}var Ho=class{constructor(){this._hooks=new Lt,this._pointerMoveCallback=null,this._onStopCallback=null}dispose(){this.stopMonitoring(!1),this._hooks.dispose()}stopMonitoring(e,i){if(!this.isMonitoring())return;this._hooks.clear(),this._pointerMoveCallback=null;let s=this._onStopCallback;this._onStopCallback=null,e&&s&&s(i)}isMonitoring(){return!!this._pointerMoveCallback}startMonitoring(e,i,s,r,n){this.isMonitoring()&&this.stopMonitoring(!1),this._pointerMoveCallback=r,this._onStopCallback=n;let o=e;try{e.setPointerCapture(i),this._hooks.add(ee(()=>{try{e.releasePointerCapture(i)}catch{}}))}catch{o=it(e)}this._hooks.add(N(o,ge.POINTER_MOVE,a=>{if(a.buttons!==s){this.stopMonitoring(!0);return}a.preventDefault(),this._pointerMoveCallback(a)})),this._hooks.add(N(o,ge.POINTER_UP,a=>this.stopMonitoring(!0)))}};function lh(t,e,i){let s=null,r=null;if(typeof i.value=="function"?(s="value",r=i.value,r.length!==0&&console.warn("Memoize should only be used in functions with zero parameters")):typeof i.get=="function"&&(s="get",r=i.get),!r)throw new Error("not supported");let n=`$memoize$${e}`;i[s]=function(...o){return this.hasOwnProperty(n)||Object.defineProperty(this,n,{configurable:!1,enumerable:!1,writable:!1,value:r.apply(this,o)}),this[n]}}var tt;(t=>(t.Tap="-xterm-gesturetap",t.Change="-xterm-gesturechange",t.Start="-xterm-gesturestart",t.End="-xterm-gesturesend",t.Contextmenu="-xterm-gesturecontextmenu"))(tt||={});var di=class Le extends H{constructor(){super(),this.dispatched=!1,this.targets=new Gr,this.ignoreTargets=new Gr,this.activeTouches={},this.handle=null,this._lastSetTapCountTime=0,this._register(Ee.runAndSubscribe(sh,({window:e,disposables:i})=>{i.add(N(e.document,"touchstart",s=>this.onTouchStart(s),{passive:!1})),i.add(N(e.document,"touchend",s=>this.onTouchEnd(e,s))),i.add(N(e.document,"touchmove",s=>this.onTouchMove(s),{passive:!1}))},{window:gt,disposables:this._store}))}static addTarget(e){if(!Le.isTouchDevice())return H.None;Le.INSTANCE||(Le.INSTANCE=new Le);let i=Le.INSTANCE.targets.push(e);return ee(i)}static ignoreTarget(e){if(!Le.isTouchDevice())return H.None;Le.INSTANCE||(Le.INSTANCE=new Le);let i=Le.INSTANCE.ignoreTargets.push(e);return ee(i)}static isTouchDevice(){return"ontouchstart"in gt||navigator.maxTouchPoints>0}dispose(){this.handle&&(this.handle.dispose(),this.handle=null),super.dispose()}onTouchStart(e){let i=Date.now();this.handle&&(this.handle.dispose(),this.handle=null);for(let s=0,r=e.targetTouches.length;s<r;s++){let n=e.targetTouches.item(s);this.activeTouches[n.identifier]={id:n.identifier,initialTarget:n.target,initialTimeStamp:i,initialPageX:n.pageX,initialPageY:n.pageY,rollingTimestamps:[i],rollingPageX:[n.pageX],rollingPageY:[n.pageY]};let o=this.newGestureEvent(tt.Start,n.target);o.pageX=n.pageX,o.pageY=n.pageY,this.dispatchEvent(o)}this.dispatched&&(e.preventDefault(),e.stopPropagation(),this.dispatched=!1)}onTouchEnd(e,i){let s=Date.now(),r=Object.keys(this.activeTouches).length;for(let n=0,o=i.changedTouches.length;n<o;n++){let a=i.changedTouches.item(n);if(!this.activeTouches.hasOwnProperty(String(a.identifier))){console.warn("move of an UNKNOWN touch",a);continue}let h=this.activeTouches[a.identifier],l=Date.now()-h.initialTimeStamp;if(l<Le.HOLD_DELAY&&Math.abs(h.initialPageX-$e(h.rollingPageX))<30&&Math.abs(h.initialPageY-$e(h.rollingPageY))<30){let c=this.newGestureEvent(tt.Tap,h.initialTarget);c.pageX=$e(h.rollingPageX),c.pageY=$e(h.rollingPageY),this.dispatchEvent(c)}else if(l>=Le.HOLD_DELAY&&Math.abs(h.initialPageX-$e(h.rollingPageX))<30&&Math.abs(h.initialPageY-$e(h.rollingPageY))<30){let c=this.newGestureEvent(tt.Contextmenu,h.initialTarget);c.pageX=$e(h.rollingPageX),c.pageY=$e(h.rollingPageY),this.dispatchEvent(c)}else if(r===1){let c=$e(h.rollingPageX),d=$e(h.rollingPageY),u=$e(h.rollingTimestamps)-h.rollingTimestamps[0],g=c-h.rollingPageX[0],f=d-h.rollingPageY[0],v=[...this.targets].filter(y=>h.initialTarget instanceof Node&&y.contains(h.initialTarget));this.inertia(e,v,s,Math.abs(g)/u,g>0?1:-1,c,Math.abs(f)/u,f>0?1:-1,d)}this.dispatchEvent(this.newGestureEvent(tt.End,h.initialTarget)),delete this.activeTouches[a.identifier]}this.dispatched&&(i.preventDefault(),i.stopPropagation(),this.dispatched=!1)}newGestureEvent(e,i){let s=document.createEvent("CustomEvent");return s.initEvent(e,!1,!0),s.initialTarget=i,s.tapCount=0,s}dispatchEvent(e){if(e.type===tt.Tap){let i=new Date().getTime(),s=0;i-this._lastSetTapCountTime>Le.CLEAR_TAP_COUNT_TIME?s=1:s=2,this._lastSetTapCountTime=i,e.tapCount=s}else(e.type===tt.Change||e.type===tt.Contextmenu)&&(this._lastSetTapCountTime=0);if(e.initialTarget instanceof Node){for(let s of this.ignoreTargets)if(s.contains(e.initialTarget))return;let i=[];for(let s of this.targets)if(s.contains(e.initialTarget)){let r=0,n=e.initialTarget;for(;n&&n!==s;)r++,n=n.parentElement;i.push([r,s])}i.sort((s,r)=>s[0]-r[0]);for(let[s,r]of i)r.dispatchEvent(e),this.dispatched=!0}}inertia(e,i,s,r,n,o,a,h,l){this.handle=Rr(e,()=>{let c=Date.now(),d=c-s,u=0,g=0,f=!0;r+=Le.SCROLL_FRICTION*d,a+=Le.SCROLL_FRICTION*d,r>0&&(f=!1,u=n*r*d),a>0&&(f=!1,g=h*a*d);let v=this.newGestureEvent(tt.Change);v.translationX=u,v.translationY=g,i.forEach(y=>y.dispatchEvent(v)),f||this.inertia(e,i,c,r,n,o+u,a,h,l+g)})}onTouchMove(e){let i=Date.now();for(let s=0,r=e.changedTouches.length;s<r;s++){let n=e.changedTouches.item(s);if(!this.activeTouches.hasOwnProperty(String(n.identifier))){console.warn("end of an UNKNOWN touch",n);continue}let o=this.activeTouches[n.identifier],a=this.newGestureEvent(tt.Change,o.initialTarget);a.translationX=n.pageX-$e(o.rollingPageX),a.translationY=n.pageY-$e(o.rollingPageY),a.pageX=n.pageX,a.pageY=n.pageY,this.dispatchEvent(a),o.rollingPageX.length>3&&(o.rollingPageX.shift(),o.rollingPageY.shift(),o.rollingTimestamps.shift()),o.rollingPageX.push(n.pageX),o.rollingPageY.push(n.pageY),o.rollingTimestamps.push(i)}this.dispatched&&(e.preventDefault(),e.stopPropagation(),this.dispatched=!1)}};di.SCROLL_FRICTION=-.005,di.HOLD_DELAY=700,di.CLEAR_TAP_COUNT_TIME=400,oe([lh],di,"isTouchDevice",1);var hh=di,Ar=class extends H{onclick(e,i){this._register(N(e,ge.CLICK,s=>i(new Li(it(e),s))))}onmousedown(e,i){this._register(N(e,ge.MOUSE_DOWN,s=>i(new Li(it(e),s))))}onmouseover(e,i){this._register(N(e,ge.MOUSE_OVER,s=>i(new Li(it(e),s))))}onmouseleave(e,i){this._register(N(e,ge.MOUSE_LEAVE,s=>i(new Li(it(e),s))))}onkeydown(e,i){this._register(N(e,ge.KEY_DOWN,s=>i(new Qr(s))))}onkeyup(e,i){this._register(N(e,ge.KEY_UP,s=>i(new Qr(s))))}oninput(e,i){this._register(N(e,ge.INPUT,i))}onblur(e,i){this._register(N(e,ge.BLUR,i))}onfocus(e,i){this._register(N(e,ge.FOCUS,i))}onchange(e,i){this._register(N(e,ge.CHANGE,i))}ignoreGesture(e){return hh.ignoreTarget(e)}},on=11,ch=class extends Ar{constructor(t){super(),this._onActivate=t.onActivate,this.bgDomNode=document.createElement("div"),this.bgDomNode.className="arrow-background",this.bgDomNode.style.position="absolute",this.bgDomNode.style.width=t.bgWidth+"px",this.bgDomNode.style.height=t.bgHeight+"px",typeof t.top<"u"&&(this.bgDomNode.style.top="0px"),typeof t.left<"u"&&(this.bgDomNode.style.left="0px"),typeof t.bottom<"u"&&(this.bgDomNode.style.bottom="0px"),typeof t.right<"u"&&(this.bgDomNode.style.right="0px"),this.domNode=document.createElement("div"),this.domNode.className=t.className,this.domNode.style.position="absolute",this.domNode.style.width=on+"px",this.domNode.style.height=on+"px",typeof t.top<"u"&&(this.domNode.style.top=t.top+"px"),typeof t.left<"u"&&(this.domNode.style.left=t.left+"px"),typeof t.bottom<"u"&&(this.domNode.style.bottom=t.bottom+"px"),typeof t.right<"u"&&(this.domNode.style.right=t.right+"px"),this._pointerMoveMonitor=this._register(new Ho),this._register(rn(this.bgDomNode,ge.POINTER_DOWN,e=>this._arrowPointerDown(e))),this._register(rn(this.domNode,ge.POINTER_DOWN,e=>this._arrowPointerDown(e))),this._pointerdownRepeatTimer=this._register(new nh),this._pointerdownScheduleRepeatTimer=this._register(new Tr)}_arrowPointerDown(t){if(!t.target||!(t.target instanceof Element))return;let e=()=>{this._pointerdownRepeatTimer.cancelAndSet(()=>this._onActivate(),1e3/24,it(t))};this._onActivate(),this._pointerdownRepeatTimer.cancel(),this._pointerdownScheduleRepeatTimer.cancelAndSet(e,200),this._pointerMoveMonitor.startMonitoring(t.target,t.pointerId,t.buttons,i=>{},()=>{this._pointerdownRepeatTimer.cancel(),this._pointerdownScheduleRepeatTimer.cancel()}),t.preventDefault()}},dh=class Js{constructor(e,i,s,r,n,o,a){this._forceIntegerValues=e,this._scrollStateBrand=void 0,this._forceIntegerValues&&(i=i|0,s=s|0,r=r|0,n=n|0,o=o|0,a=a|0),this.rawScrollLeft=r,this.rawScrollTop=a,i<0&&(i=0),r+i>s&&(r=s-i),r<0&&(r=0),n<0&&(n=0),a+n>o&&(a=o-n),a<0&&(a=0),this.width=i,this.scrollWidth=s,this.scrollLeft=r,this.height=n,this.scrollHeight=o,this.scrollTop=a}equals(e){return this.rawScrollLeft===e.rawScrollLeft&&this.rawScrollTop===e.rawScrollTop&&this.width===e.width&&this.scrollWidth===e.scrollWidth&&this.scrollLeft===e.scrollLeft&&this.height===e.height&&this.scrollHeight===e.scrollHeight&&this.scrollTop===e.scrollTop}withScrollDimensions(e,i){return new Js(this._forceIntegerValues,typeof e.width<"u"?e.width:this.width,typeof e.scrollWidth<"u"?e.scrollWidth:this.scrollWidth,i?this.rawScrollLeft:this.scrollLeft,typeof e.height<"u"?e.height:this.height,typeof e.scrollHeight<"u"?e.scrollHeight:this.scrollHeight,i?this.rawScrollTop:this.scrollTop)}withScrollPosition(e){return new Js(this._forceIntegerValues,this.width,this.scrollWidth,typeof e.scrollLeft<"u"?e.scrollLeft:this.rawScrollLeft,this.height,this.scrollHeight,typeof e.scrollTop<"u"?e.scrollTop:this.rawScrollTop)}createScrollEvent(e,i){let s=this.width!==e.width,r=this.scrollWidth!==e.scrollWidth,n=this.scrollLeft!==e.scrollLeft,o=this.height!==e.height,a=this.scrollHeight!==e.scrollHeight,h=this.scrollTop!==e.scrollTop;return{inSmoothScrolling:i,oldWidth:e.width,oldScrollWidth:e.scrollWidth,oldScrollLeft:e.scrollLeft,width:this.width,scrollWidth:this.scrollWidth,scrollLeft:this.scrollLeft,oldHeight:e.height,oldScrollHeight:e.scrollHeight,oldScrollTop:e.scrollTop,height:this.height,scrollHeight:this.scrollHeight,scrollTop:this.scrollTop,widthChanged:s,scrollWidthChanged:r,scrollLeftChanged:n,heightChanged:o,scrollHeightChanged:a,scrollTopChanged:h}}},uh=class extends H{constructor(t){super(),this._scrollableBrand=void 0,this._onScroll=this._register(new I),this.onScroll=this._onScroll.event,this._smoothScrollDuration=t.smoothScrollDuration,this._scheduleAtNextAnimationFrame=t.scheduleAtNextAnimationFrame,this._state=new dh(t.forceIntegerValues,0,0,0,0,0,0),this._smoothScrolling=null}dispose(){this._smoothScrolling&&(this._smoothScrolling.dispose(),this._smoothScrolling=null),super.dispose()}setSmoothScrollDuration(t){this._smoothScrollDuration=t}validateScrollPosition(t){return this._state.withScrollPosition(t)}getScrollDimensions(){return this._state}setScrollDimensions(t,e){let i=this._state.withScrollDimensions(t,e);this._setState(i,!!this._smoothScrolling),this._smoothScrolling?.acceptScrollDimensions(this._state)}getFutureScrollPosition(){return this._smoothScrolling?this._smoothScrolling.to:this._state}getCurrentScrollPosition(){return this._state}setScrollPositionNow(t){let e=this._state.withScrollPosition(t);this._smoothScrolling&&(this._smoothScrolling.dispose(),this._smoothScrolling=null),this._setState(e,!1)}setScrollPositionSmooth(t,e){if(this._smoothScrollDuration===0)return this.setScrollPositionNow(t);if(this._smoothScrolling){t={scrollLeft:typeof t.scrollLeft>"u"?this._smoothScrolling.to.scrollLeft:t.scrollLeft,scrollTop:typeof t.scrollTop>"u"?this._smoothScrolling.to.scrollTop:t.scrollTop};let i=this._state.withScrollPosition(t);if(this._smoothScrolling.to.scrollLeft===i.scrollLeft&&this._smoothScrolling.to.scrollTop===i.scrollTop)return;let s;e?s=new ln(this._smoothScrolling.from,i,this._smoothScrolling.startTime,this._smoothScrolling.duration):s=this._smoothScrolling.combine(this._state,i,this._smoothScrollDuration),this._smoothScrolling.dispose(),this._smoothScrolling=s}else{let i=this._state.withScrollPosition(t);this._smoothScrolling=ln.start(this._state,i,this._smoothScrollDuration)}this._smoothScrolling.animationFrameDisposable=this._scheduleAtNextAnimationFrame(()=>{this._smoothScrolling&&(this._smoothScrolling.animationFrameDisposable=null,this._performSmoothScrolling())})}hasPendingScrollAnimation(){return!!this._smoothScrolling}_performSmoothScrolling(){if(!this._smoothScrolling)return;let t=this._smoothScrolling.tick(),e=this._state.withScrollPosition(t);if(this._setState(e,!0),!!this._smoothScrolling){if(t.isDone){this._smoothScrolling.dispose(),this._smoothScrolling=null;return}this._smoothScrolling.animationFrameDisposable=this._scheduleAtNextAnimationFrame(()=>{this._smoothScrolling&&(this._smoothScrolling.animationFrameDisposable=null,this._performSmoothScrolling())})}}_setState(t,e){let i=this._state;i.equals(t)||(this._state=t,this._onScroll.fire(this._state.createScrollEvent(i,e)))}},an=class{constructor(e,i,s){this.scrollLeft=e,this.scrollTop=i,this.isDone=s}};function _s(t,e){let i=e-t;return function(s){return t+i*gh(s)}}function _h(t,e,i){return function(s){return s<i?t(s/i):e((s-i)/(1-i))}}var ln=class Zs{constructor(e,i,s,r){this.from=e,this.to=i,this.duration=r,this.startTime=s,this.animationFrameDisposable=null,this._initAnimations()}_initAnimations(){this.scrollLeft=this._initAnimation(this.from.scrollLeft,this.to.scrollLeft,this.to.width),this.scrollTop=this._initAnimation(this.from.scrollTop,this.to.scrollTop,this.to.height)}_initAnimation(e,i,s){if(Math.abs(e-i)>2.5*s){let r,n;return e<i?(r=e+.75*s,n=i-.75*s):(r=e-.75*s,n=i+.75*s),_h(_s(e,r),_s(n,i),.33)}return _s(e,i)}dispose(){this.animationFrameDisposable!==null&&(this.animationFrameDisposable.dispose(),this.animationFrameDisposable=null)}acceptScrollDimensions(e){this.to=e.withScrollPosition(this.to),this._initAnimations()}tick(){return this._tick(Date.now())}_tick(e){let i=(e-this.startTime)/this.duration;if(i<1){let s=this.scrollLeft(i),r=this.scrollTop(i);return new an(s,r,!1)}return new an(this.to.scrollLeft,this.to.scrollTop,!0)}combine(e,i,s){return Zs.start(e,i,s)}static start(e,i,s){s=s+10;let r=Date.now()-10;return new Zs(e,i,r,s)}};function fh(t){return Math.pow(t,3)}function gh(t){return 1-fh(1-t)}var ph=class extends H{constructor(e,i,s){super(),this._visibility=e,this._visibleClassName=i,this._invisibleClassName=s,this._domNode=null,this._isVisible=!1,this._isNeeded=!1,this._rawShouldBeVisible=!1,this._shouldBeVisible=!1,this._revealTimer=this._register(new Tr)}setVisibility(e){this._visibility!==e&&(this._visibility=e,this._updateShouldBeVisible())}setShouldBeVisible(e){this._rawShouldBeVisible=e,this._updateShouldBeVisible()}_applyVisibilitySetting(){return this._visibility===2?!1:this._visibility===3?!0:this._rawShouldBeVisible}_updateShouldBeVisible(){let e=this._applyVisibilitySetting();this._shouldBeVisible!==e&&(this._shouldBeVisible=e,this.ensureVisibility())}setIsNeeded(e){this._isNeeded!==e&&(this._isNeeded=e,this.ensureVisibility())}setDomNode(e){this._domNode=e,this._domNode.setClassName(this._invisibleClassName),this.setShouldBeVisible(!1)}ensureVisibility(){if(!this._isNeeded){this._hide(!1);return}this._shouldBeVisible?this._reveal():this._hide(!0)}_reveal(){this._isVisible||(this._isVisible=!0,this._revealTimer.setIfNotSet(()=>{this._domNode?.setClassName(this._visibleClassName)},0))}_hide(e){this._revealTimer.cancel(),this._isVisible&&(this._isVisible=!1,this._domNode?.setClassName(this._invisibleClassName+(e?" fade":"")))}},vh=140,Uo=class extends Ar{constructor(e){super(),this._lazyRender=e.lazyRender,this._host=e.host,this._scrollable=e.scrollable,this._scrollByPage=e.scrollByPage,this._scrollbarState=e.scrollbarState,this._visibilityController=this._register(new ph(e.visibility,"visible scrollbar "+e.extraScrollbarClassName,"invisible scrollbar "+e.extraScrollbarClassName)),this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._pointerMoveMonitor=this._register(new Ho),this._shouldRender=!0,this.domNode=vi(document.createElement("div")),this.domNode.setAttribute("role","presentation"),this.domNode.setAttribute("aria-hidden","true"),this._visibilityController.setDomNode(this.domNode),this.domNode.setPosition("absolute"),this._register(N(this.domNode.domNode,ge.POINTER_DOWN,i=>this._domNodePointerDown(i)))}_createArrow(e){let i=this._register(new ch(e));this.domNode.domNode.appendChild(i.bgDomNode),this.domNode.domNode.appendChild(i.domNode)}_createSlider(e,i,s,r){this.slider=vi(document.createElement("div")),this.slider.setClassName("slider"),this.slider.setPosition("absolute"),this.slider.setTop(e),this.slider.setLeft(i),typeof s=="number"&&this.slider.setWidth(s),typeof r=="number"&&this.slider.setHeight(r),this.slider.setLayerHinting(!0),this.slider.setContain("strict"),this.domNode.domNode.appendChild(this.slider.domNode),this._register(N(this.slider.domNode,ge.POINTER_DOWN,n=>{n.button===0&&(n.preventDefault(),this._sliderPointerDown(n))})),this.onclick(this.slider.domNode,n=>{n.leftButton&&n.stopPropagation()})}_onElementSize(e){return this._scrollbarState.setVisibleSize(e)&&(this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._shouldRender=!0,this._lazyRender||this.render()),this._shouldRender}_onElementScrollSize(e){return this._scrollbarState.setScrollSize(e)&&(this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._shouldRender=!0,this._lazyRender||this.render()),this._shouldRender}_onElementScrollPosition(e){return this._scrollbarState.setScrollPosition(e)&&(this._visibilityController.setIsNeeded(this._scrollbarState.isNeeded()),this._shouldRender=!0,this._lazyRender||this.render()),this._shouldRender}beginReveal(){this._visibilityController.setShouldBeVisible(!0)}beginHide(){this._visibilityController.setShouldBeVisible(!1)}render(){this._shouldRender&&(this._shouldRender=!1,this._renderDomNode(this._scrollbarState.getRectangleLargeSize(),this._scrollbarState.getRectangleSmallSize()),this._updateSlider(this._scrollbarState.getSliderSize(),this._scrollbarState.getArrowSize()+this._scrollbarState.getSliderPosition()))}_domNodePointerDown(e){e.target===this.domNode.domNode&&this._onPointerDown(e)}delegatePointerDown(e){let i=this.domNode.domNode.getClientRects()[0].top,s=i+this._scrollbarState.getSliderPosition(),r=i+this._scrollbarState.getSliderPosition()+this._scrollbarState.getSliderSize(),n=this._sliderPointerPosition(e);s<=n&&n<=r?e.button===0&&(e.preventDefault(),this._sliderPointerDown(e)):this._onPointerDown(e)}_onPointerDown(e){let i,s;if(e.target===this.domNode.domNode&&typeof e.offsetX=="number"&&typeof e.offsetY=="number")i=e.offsetX,s=e.offsetY;else{let n=oh(this.domNode.domNode);i=e.pageX-n.left,s=e.pageY-n.top}let r=this._pointerDownRelativePosition(i,s);this._setDesiredScrollPositionNow(this._scrollByPage?this._scrollbarState.getDesiredScrollPositionFromOffsetPaged(r):this._scrollbarState.getDesiredScrollPositionFromOffset(r)),e.button===0&&(e.preventDefault(),this._sliderPointerDown(e))}_sliderPointerDown(e){if(!e.target||!(e.target instanceof Element))return;let i=this._sliderPointerPosition(e),s=this._sliderOrthogonalPointerPosition(e),r=this._scrollbarState.clone();this.slider.toggleClassName("active",!0),this._pointerMoveMonitor.startMonitoring(e.target,e.pointerId,e.buttons,n=>{let o=this._sliderOrthogonalPointerPosition(n),a=Math.abs(o-s);if(Fo&&a>vh){this._setDesiredScrollPositionNow(r.getScrollPosition());return}let h=this._sliderPointerPosition(n)-i;this._setDesiredScrollPositionNow(r.getDesiredScrollPositionFromDelta(h))},()=>{this.slider.toggleClassName("active",!1),this._host.onDragEnd()}),this._host.onDragStart()}_setDesiredScrollPositionNow(e){let i={};this.writeScrollPosition(i,e),this._scrollable.setScrollPositionNow(i)}updateScrollbarSize(e){this._updateScrollbarSize(e),this._scrollbarState.setScrollbarSize(e),this._shouldRender=!0,this._lazyRender||this.render()}isNeeded(){return this._scrollbarState.isNeeded()}},qo=class Qs{constructor(e,i,s,r,n,o){this._scrollbarSize=Math.round(i),this._oppositeScrollbarSize=Math.round(s),this._arrowSize=Math.round(e),this._visibleSize=r,this._scrollSize=n,this._scrollPosition=o,this._computedAvailableSize=0,this._computedIsNeeded=!1,this._computedSliderSize=0,this._computedSliderRatio=0,this._computedSliderPosition=0,this._refreshComputedValues()}clone(){return new Qs(this._arrowSize,this._scrollbarSize,this._oppositeScrollbarSize,this._visibleSize,this._scrollSize,this._scrollPosition)}setVisibleSize(e){let i=Math.round(e);return this._visibleSize!==i?(this._visibleSize=i,this._refreshComputedValues(),!0):!1}setScrollSize(e){let i=Math.round(e);return this._scrollSize!==i?(this._scrollSize=i,this._refreshComputedValues(),!0):!1}setScrollPosition(e){let i=Math.round(e);return this._scrollPosition!==i?(this._scrollPosition=i,this._refreshComputedValues(),!0):!1}setScrollbarSize(e){this._scrollbarSize=Math.round(e)}setOppositeScrollbarSize(e){this._oppositeScrollbarSize=Math.round(e)}static _computeValues(e,i,s,r,n){let o=Math.max(0,s-e),a=Math.max(0,o-2*i),h=r>0&&r>s;if(!h)return{computedAvailableSize:Math.round(o),computedIsNeeded:h,computedSliderSize:Math.round(a),computedSliderRatio:0,computedSliderPosition:0};let l=Math.round(Math.max(20,Math.floor(s*a/r))),c=(a-l)/(r-s),d=n*c;return{computedAvailableSize:Math.round(o),computedIsNeeded:h,computedSliderSize:Math.round(l),computedSliderRatio:c,computedSliderPosition:Math.round(d)}}_refreshComputedValues(){let e=Qs._computeValues(this._oppositeScrollbarSize,this._arrowSize,this._visibleSize,this._scrollSize,this._scrollPosition);this._computedAvailableSize=e.computedAvailableSize,this._computedIsNeeded=e.computedIsNeeded,this._computedSliderSize=e.computedSliderSize,this._computedSliderRatio=e.computedSliderRatio,this._computedSliderPosition=e.computedSliderPosition}getArrowSize(){return this._arrowSize}getScrollPosition(){return this._scrollPosition}getRectangleLargeSize(){return this._computedAvailableSize}getRectangleSmallSize(){return this._scrollbarSize}isNeeded(){return this._computedIsNeeded}getSliderSize(){return this._computedSliderSize}getSliderPosition(){return this._computedSliderPosition}getDesiredScrollPositionFromOffset(e){if(!this._computedIsNeeded)return 0;let i=e-this._arrowSize-this._computedSliderSize/2;return Math.round(i/this._computedSliderRatio)}getDesiredScrollPositionFromOffsetPaged(e){if(!this._computedIsNeeded)return 0;let i=e-this._arrowSize,s=this._scrollPosition;return i<this._computedSliderPosition?s-=this._visibleSize:s+=this._visibleSize,s}getDesiredScrollPositionFromDelta(e){if(!this._computedIsNeeded)return 0;let i=this._computedSliderPosition+e;return Math.round(i/this._computedSliderRatio)}},mh=class extends Uo{constructor(e,i,s){let r=e.getScrollDimensions(),n=e.getCurrentScrollPosition();if(super({lazyRender:i.lazyRender,host:s,scrollbarState:new qo(i.horizontalHasArrows?i.arrowSize:0,i.horizontal===2?0:i.horizontalScrollbarSize,i.vertical===2?0:i.verticalScrollbarSize,r.width,r.scrollWidth,n.scrollLeft),visibility:i.horizontal,extraScrollbarClassName:"horizontal",scrollable:e,scrollByPage:i.scrollByPage}),i.horizontalHasArrows)throw new Error("horizontalHasArrows is not supported in xterm.js");this._createSlider(Math.floor((i.horizontalScrollbarSize-i.horizontalSliderSize)/2),0,void 0,i.horizontalSliderSize)}_updateSlider(e,i){this.slider.setWidth(e),this.slider.setLeft(i)}_renderDomNode(e,i){this.domNode.setWidth(e),this.domNode.setHeight(i),this.domNode.setLeft(0),this.domNode.setBottom(0)}onDidScroll(e){return this._shouldRender=this._onElementScrollSize(e.scrollWidth)||this._shouldRender,this._shouldRender=this._onElementScrollPosition(e.scrollLeft)||this._shouldRender,this._shouldRender=this._onElementSize(e.width)||this._shouldRender,this._shouldRender}_pointerDownRelativePosition(e,i){return e}_sliderPointerPosition(e){return e.pageX}_sliderOrthogonalPointerPosition(e){return e.pageY}_updateScrollbarSize(e){this.slider.setHeight(e)}writeScrollPosition(e,i){e.scrollLeft=i}updateOptions(e){this.updateScrollbarSize(e.horizontal===2?0:e.horizontalScrollbarSize),this._scrollbarState.setOppositeScrollbarSize(e.vertical===2?0:e.verticalScrollbarSize),this._visibilityController.setVisibility(e.horizontal),this._scrollByPage=e.scrollByPage}},Sh=class extends Uo{constructor(t,e,i){let s=t.getScrollDimensions(),r=t.getCurrentScrollPosition();if(super({lazyRender:e.lazyRender,host:i,scrollbarState:new qo(e.verticalHasArrows?e.arrowSize:0,e.vertical===2?0:e.verticalScrollbarSize,0,s.height,s.scrollHeight,r.scrollTop),visibility:e.vertical,extraScrollbarClassName:"vertical",scrollable:t,scrollByPage:e.scrollByPage}),e.verticalHasArrows)throw new Error("horizontalHasArrows is not supported in xterm.js");this._createSlider(0,Math.floor((e.verticalScrollbarSize-e.verticalSliderSize)/2),e.verticalSliderSize,void 0)}_updateSlider(t,e){this.slider.setHeight(t),this.slider.setTop(e)}_renderDomNode(t,e){this.domNode.setWidth(e),this.domNode.setHeight(t),this.domNode.setRight(0),this.domNode.setTop(0)}onDidScroll(t){return this._shouldRender=this._onElementScrollSize(t.scrollHeight)||this._shouldRender,this._shouldRender=this._onElementScrollPosition(t.scrollTop)||this._shouldRender,this._shouldRender=this._onElementSize(t.height)||this._shouldRender,this._shouldRender}_pointerDownRelativePosition(t,e){return e}_sliderPointerPosition(t){return t.pageY}_sliderOrthogonalPointerPosition(t){return t.pageX}_updateScrollbarSize(t){this.slider.setWidth(t)}writeScrollPosition(t,e){t.scrollTop=e}updateOptions(t){this.updateScrollbarSize(t.vertical===2?0:t.verticalScrollbarSize),this._scrollbarState.setOppositeScrollbarSize(0),this._visibilityController.setVisibility(t.vertical),this._scrollByPage=t.scrollByPage}},wh=500,hn=50,bh=class{constructor(e,i,s){this.timestamp=e,this.deltaX=i,this.deltaY=s,this.score=0}},er=class{constructor(){this._capacity=5,this._memory=[],this._front=-1,this._rear=-1}isPhysicalMouseWheel(){if(this._front===-1&&this._rear===-1)return!1;let e=1,i=0,s=1,r=this._rear;do{let n=r===this._front?e:Math.pow(2,-s);if(e-=n,i+=this._memory[r].score*n,r===this._front)break;r=(this._capacity+r-1)%this._capacity,s++}while(!0);return i<=.5}acceptStandardWheelEvent(e){if(Mr){let i=it(e.browserEvent),s=Al(i);this.accept(Date.now(),e.deltaX*s,e.deltaY*s)}else this.accept(Date.now(),e.deltaX,e.deltaY)}accept(e,i,s){let r=null,n=new bh(e,i,s);this._front===-1&&this._rear===-1?(this._memory[0]=n,this._front=0,this._rear=0):(r=this._memory[this._rear],this._rear=(this._rear+1)%this._capacity,this._rear===this._front&&(this._front=(this._front+1)%this._capacity),this._memory[this._rear]=n),n.score=this._computeScore(n,r)}_computeScore(e,i){if(Math.abs(e.deltaX)>0&&Math.abs(e.deltaY)>0)return 1;let s=.5;if((!this._isAlmostInt(e.deltaX)||!this._isAlmostInt(e.deltaY))&&(s+=.25),i){let r=Math.abs(e.deltaX),n=Math.abs(e.deltaY),o=Math.abs(i.deltaX),a=Math.abs(i.deltaY),h=Math.max(Math.min(r,o),1),l=Math.max(Math.min(n,a),1),c=Math.max(r,o),d=Math.max(n,a);c%h===0&&d%l===0&&(s-=.5)}return Math.min(Math.max(s,0),1)}_isAlmostInt(e){return Math.abs(Math.round(e)-e)<.01}};er.INSTANCE=new er;var yh=er,Ch=class extends Ar{constructor(t,e,i){super(),this._onScroll=this._register(new I),this.onScroll=this._onScroll.event,this._onWillScroll=this._register(new I),this.onWillScroll=this._onWillScroll.event,this._options=kh(e),this._scrollable=i,this._register(this._scrollable.onScroll(r=>{this._onWillScroll.fire(r),this._onDidScroll(r),this._onScroll.fire(r)}));let s={onMouseWheel:r=>this._onMouseWheel(r),onDragStart:()=>this._onDragStart(),onDragEnd:()=>this._onDragEnd()};this._verticalScrollbar=this._register(new Sh(this._scrollable,this._options,s)),this._horizontalScrollbar=this._register(new mh(this._scrollable,this._options,s)),this._domNode=document.createElement("div"),this._domNode.className="xterm-scrollable-element "+this._options.className,this._domNode.setAttribute("role","presentation"),this._domNode.style.position="relative",this._domNode.appendChild(t),this._domNode.appendChild(this._horizontalScrollbar.domNode.domNode),this._domNode.appendChild(this._verticalScrollbar.domNode.domNode),this._options.useShadows?(this._leftShadowDomNode=vi(document.createElement("div")),this._leftShadowDomNode.setClassName("shadow"),this._domNode.appendChild(this._leftShadowDomNode.domNode),this._topShadowDomNode=vi(document.createElement("div")),this._topShadowDomNode.setClassName("shadow"),this._domNode.appendChild(this._topShadowDomNode.domNode),this._topLeftShadowDomNode=vi(document.createElement("div")),this._topLeftShadowDomNode.setClassName("shadow"),this._domNode.appendChild(this._topLeftShadowDomNode.domNode)):(this._leftShadowDomNode=null,this._topShadowDomNode=null,this._topLeftShadowDomNode=null),this._listenOnDomNode=this._options.listenOnDomNode||this._domNode,this._mouseWheelToDispose=[],this._setListeningToMouseWheel(this._options.handleMouseWheel),this.onmouseover(this._listenOnDomNode,r=>this._onMouseOver(r)),this.onmouseleave(this._listenOnDomNode,r=>this._onMouseLeave(r)),this._hideTimeout=this._register(new Tr),this._isDragging=!1,this._mouseIsOver=!1,this._shouldRender=!0,this._revealOnScroll=!0}get options(){return this._options}dispose(){this._mouseWheelToDispose=$t(this._mouseWheelToDispose),super.dispose()}getDomNode(){return this._domNode}getOverviewRulerLayoutInfo(){return{parent:this._domNode,insertBefore:this._verticalScrollbar.domNode.domNode}}delegateVerticalScrollbarPointerDown(t){this._verticalScrollbar.delegatePointerDown(t)}getScrollDimensions(){return this._scrollable.getScrollDimensions()}setScrollDimensions(t){this._scrollable.setScrollDimensions(t,!1)}updateClassName(t){this._options.className=t,st&&(this._options.className+=" mac"),this._domNode.className="xterm-scrollable-element "+this._options.className}updateOptions(t){typeof t.handleMouseWheel<"u"&&(this._options.handleMouseWheel=t.handleMouseWheel,this._setListeningToMouseWheel(this._options.handleMouseWheel)),typeof t.mouseWheelScrollSensitivity<"u"&&(this._options.mouseWheelScrollSensitivity=t.mouseWheelScrollSensitivity),typeof t.fastScrollSensitivity<"u"&&(this._options.fastScrollSensitivity=t.fastScrollSensitivity),typeof t.scrollPredominantAxis<"u"&&(this._options.scrollPredominantAxis=t.scrollPredominantAxis),typeof t.horizontal<"u"&&(this._options.horizontal=t.horizontal),typeof t.vertical<"u"&&(this._options.vertical=t.vertical),typeof t.horizontalScrollbarSize<"u"&&(this._options.horizontalScrollbarSize=t.horizontalScrollbarSize),typeof t.verticalScrollbarSize<"u"&&(this._options.verticalScrollbarSize=t.verticalScrollbarSize),typeof t.scrollByPage<"u"&&(this._options.scrollByPage=t.scrollByPage),this._horizontalScrollbar.updateOptions(this._options),this._verticalScrollbar.updateOptions(this._options),this._options.lazyRender||this._render()}setRevealOnScroll(t){this._revealOnScroll=t}delegateScrollFromMouseWheelEvent(t){this._onMouseWheel(new tn(t))}_setListeningToMouseWheel(t){if(this._mouseWheelToDispose.length>0!==t&&(this._mouseWheelToDispose=$t(this._mouseWheelToDispose),t)){let e=i=>{this._onMouseWheel(new tn(i))};this._mouseWheelToDispose.push(N(this._listenOnDomNode,ge.MOUSE_WHEEL,e,{passive:!1}))}}_onMouseWheel(t){if(t.browserEvent?.defaultPrevented)return;let e=yh.INSTANCE;e.acceptStandardWheelEvent(t);let i=!1;if(t.deltaY||t.deltaX){let r=t.deltaY*this._options.mouseWheelScrollSensitivity,n=t.deltaX*this._options.mouseWheelScrollSensitivity;this._options.scrollPredominantAxis&&(this._options.scrollYToX&&n+r===0?n=r=0:Math.abs(r)>=Math.abs(n)?n=0:r=0),this._options.flipAxes&&([r,n]=[n,r]);let o=!st&&t.browserEvent&&t.browserEvent.shiftKey;(this._options.scrollYToX||o)&&!n&&(n=r,r=0),t.browserEvent&&t.browserEvent.altKey&&(n=n*this._options.fastScrollSensitivity,r=r*this._options.fastScrollSensitivity);let a=this._scrollable.getFutureScrollPosition(),h={};if(r){let l=hn*r,c=a.scrollTop-(l<0?Math.floor(l):Math.ceil(l));this._verticalScrollbar.writeScrollPosition(h,c)}if(n){let l=hn*n,c=a.scrollLeft-(l<0?Math.floor(l):Math.ceil(l));this._horizontalScrollbar.writeScrollPosition(h,c)}h=this._scrollable.validateScrollPosition(h),(a.scrollLeft!==h.scrollLeft||a.scrollTop!==h.scrollTop)&&(this._options.mouseWheelSmoothScroll&&e.isPhysicalMouseWheel()?this._scrollable.setScrollPositionSmooth(h):this._scrollable.setScrollPositionNow(h),i=!0)}let s=i;!s&&this._options.alwaysConsumeMouseWheel&&(s=!0),!s&&this._options.consumeMouseWheelIfScrollbarIsNeeded&&(this._verticalScrollbar.isNeeded()||this._horizontalScrollbar.isNeeded())&&(s=!0),s&&(t.preventDefault(),t.stopPropagation())}_onDidScroll(t){this._shouldRender=this._horizontalScrollbar.onDidScroll(t)||this._shouldRender,this._shouldRender=this._verticalScrollbar.onDidScroll(t)||this._shouldRender,this._options.useShadows&&(this._shouldRender=!0),this._revealOnScroll&&this._reveal(),this._options.lazyRender||this._render()}renderNow(){if(!this._options.lazyRender)throw new Error("Please use `lazyRender` together with `renderNow`!");this._render()}_render(){if(this._shouldRender&&(this._shouldRender=!1,this._horizontalScrollbar.render(),this._verticalScrollbar.render(),this._options.useShadows)){let t=this._scrollable.getCurrentScrollPosition(),e=t.scrollTop>0,i=t.scrollLeft>0,s=i?" left":"",r=e?" top":"",n=i||e?" top-left-corner":"";this._leftShadowDomNode.setClassName(`shadow${s}`),this._topShadowDomNode.setClassName(`shadow${r}`),this._topLeftShadowDomNode.setClassName(`shadow${n}${r}${s}`)}}_onDragStart(){this._isDragging=!0,this._reveal()}_onDragEnd(){this._isDragging=!1,this._hide()}_onMouseLeave(t){this._mouseIsOver=!1,this._hide()}_onMouseOver(t){this._mouseIsOver=!0,this._reveal()}_reveal(){this._verticalScrollbar.beginReveal(),this._horizontalScrollbar.beginReveal(),this._scheduleHide()}_hide(){!this._mouseIsOver&&!this._isDragging&&(this._verticalScrollbar.beginHide(),this._horizontalScrollbar.beginHide())}_scheduleHide(){!this._mouseIsOver&&!this._isDragging&&this._hideTimeout.cancelAndSet(()=>this._hide(),wh)}},xh=class extends Ch{constructor(e,i,s){super(e,i,s)}setScrollPosition(e){e.reuseAnimation?this._scrollable.setScrollPositionSmooth(e,e.reuseAnimation):this._scrollable.setScrollPositionNow(e)}getScrollPosition(){return this._scrollable.getCurrentScrollPosition()}};function kh(t){let e={lazyRender:typeof t.lazyRender<"u"?t.lazyRender:!1,className:typeof t.className<"u"?t.className:"",useShadows:typeof t.useShadows<"u"?t.useShadows:!0,handleMouseWheel:typeof t.handleMouseWheel<"u"?t.handleMouseWheel:!0,flipAxes:typeof t.flipAxes<"u"?t.flipAxes:!1,consumeMouseWheelIfScrollbarIsNeeded:typeof t.consumeMouseWheelIfScrollbarIsNeeded<"u"?t.consumeMouseWheelIfScrollbarIsNeeded:!1,alwaysConsumeMouseWheel:typeof t.alwaysConsumeMouseWheel<"u"?t.alwaysConsumeMouseWheel:!1,scrollYToX:typeof t.scrollYToX<"u"?t.scrollYToX:!1,mouseWheelScrollSensitivity:typeof t.mouseWheelScrollSensitivity<"u"?t.mouseWheelScrollSensitivity:1,fastScrollSensitivity:typeof t.fastScrollSensitivity<"u"?t.fastScrollSensitivity:5,scrollPredominantAxis:typeof t.scrollPredominantAxis<"u"?t.scrollPredominantAxis:!0,mouseWheelSmoothScroll:typeof t.mouseWheelSmoothScroll<"u"?t.mouseWheelSmoothScroll:!0,arrowSize:typeof t.arrowSize<"u"?t.arrowSize:11,listenOnDomNode:typeof t.listenOnDomNode<"u"?t.listenOnDomNode:null,horizontal:typeof t.horizontal<"u"?t.horizontal:1,horizontalScrollbarSize:typeof t.horizontalScrollbarSize<"u"?t.horizontalScrollbarSize:10,horizontalSliderSize:typeof t.horizontalSliderSize<"u"?t.horizontalSliderSize:0,horizontalHasArrows:typeof t.horizontalHasArrows<"u"?t.horizontalHasArrows:!1,vertical:typeof t.vertical<"u"?t.vertical:1,verticalScrollbarSize:typeof t.verticalScrollbarSize<"u"?t.verticalScrollbarSize:10,verticalHasArrows:typeof t.verticalHasArrows<"u"?t.verticalHasArrows:!1,verticalSliderSize:typeof t.verticalSliderSize<"u"?t.verticalSliderSize:0,scrollByPage:typeof t.scrollByPage<"u"?t.scrollByPage:!1};return e.horizontalSliderSize=typeof t.horizontalSliderSize<"u"?t.horizontalSliderSize:e.horizontalScrollbarSize,e.verticalSliderSize=typeof t.verticalSliderSize<"u"?t.verticalSliderSize:e.verticalScrollbarSize,st&&(e.className+=" mac"),e}var tr=class extends H{constructor(e,i,s,r,n,o,a,h){super(),this._bufferService=s,this._optionsService=a,this._renderService=h,this._onRequestScrollLines=this._register(new I),this.onRequestScrollLines=this._onRequestScrollLines.event,this._isSyncing=!1,this._isHandlingScroll=!1,this._suppressOnScrollHandler=!1;let l=this._register(new uh({forceIntegerValues:!1,smoothScrollDuration:this._optionsService.rawOptions.smoothScrollDuration,scheduleAtNextAnimationFrame:c=>Rr(r.window,c)}));this._register(this._optionsService.onSpecificOptionChange("smoothScrollDuration",()=>{l.setSmoothScrollDuration(this._optionsService.rawOptions.smoothScrollDuration)})),this._scrollableElement=this._register(new xh(i,{vertical:1,horizontal:2,useShadows:!1,mouseWheelSmoothScroll:!0,...this._getChangeOptions()},l)),this._register(this._optionsService.onMultipleOptionChange(["scrollSensitivity","fastScrollSensitivity","overviewRuler"],()=>this._scrollableElement.updateOptions(this._getChangeOptions()))),this._register(n.onProtocolChange(c=>{this._scrollableElement.updateOptions({handleMouseWheel:!(c&16)})})),this._scrollableElement.setScrollDimensions({height:0,scrollHeight:0}),this._register(Ee.runAndSubscribe(o.onChangeColors,()=>{this._scrollableElement.getDomNode().style.backgroundColor=o.colors.background.css})),e.appendChild(this._scrollableElement.getDomNode()),this._register(ee(()=>this._scrollableElement.getDomNode().remove())),this._styleElement=r.mainDocument.createElement("style"),i.appendChild(this._styleElement),this._register(ee(()=>this._styleElement.remove())),this._register(Ee.runAndSubscribe(o.onChangeColors,()=>{this._styleElement.textContent=[".xterm .xterm-scrollable-element > .scrollbar > .slider {",` background: ${o.colors.scrollbarSliderBackground.css};`,"}",".xterm .xterm-scrollable-element > .scrollbar > .slider:hover {",` background: ${o.colors.scrollbarSliderHoverBackground.css};`,"}",".xterm .xterm-scrollable-element > .scrollbar > .slider.active {",` background: ${o.colors.scrollbarSliderActiveBackground.css};`,"}"].join(`
12
+ `)})),this._register(this._bufferService.onResize(()=>this.queueSync())),this._register(this._bufferService.buffers.onBufferActivate(()=>{this._latestYDisp=void 0,this.queueSync()})),this._register(this._bufferService.onScroll(()=>this._sync())),this._register(this._scrollableElement.onScroll(c=>this._handleScroll(c)))}scrollLines(e){let i=this._scrollableElement.getScrollPosition();this._scrollableElement.setScrollPosition({reuseAnimation:!0,scrollTop:i.scrollTop+e*this._renderService.dimensions.css.cell.height})}scrollToLine(e,i){i&&(this._latestYDisp=e),this._scrollableElement.setScrollPosition({reuseAnimation:!i,scrollTop:e*this._renderService.dimensions.css.cell.height})}_getChangeOptions(){return{mouseWheelScrollSensitivity:this._optionsService.rawOptions.scrollSensitivity,fastScrollSensitivity:this._optionsService.rawOptions.fastScrollSensitivity,verticalScrollbarSize:this._optionsService.rawOptions.overviewRuler?.width||14}}queueSync(e){e!==void 0&&(this._latestYDisp=e),this._queuedAnimationFrame===void 0&&(this._queuedAnimationFrame=this._renderService.addRefreshCallback(()=>{this._queuedAnimationFrame=void 0,this._sync(this._latestYDisp)}))}_sync(e=this._bufferService.buffer.ydisp){!this._renderService||this._isSyncing||(this._isSyncing=!0,this._suppressOnScrollHandler=!0,this._scrollableElement.setScrollDimensions({height:this._renderService.dimensions.css.canvas.height,scrollHeight:this._renderService.dimensions.css.cell.height*this._bufferService.buffer.lines.length}),this._suppressOnScrollHandler=!1,e!==this._latestYDisp&&this._scrollableElement.setScrollPosition({scrollTop:e*this._renderService.dimensions.css.cell.height}),this._isSyncing=!1)}_handleScroll(e){if(!this._renderService||this._isHandlingScroll||this._suppressOnScrollHandler)return;this._isHandlingScroll=!0;let i=Math.round(e.scrollTop/this._renderService.dimensions.css.cell.height),s=i-this._bufferService.buffer.ydisp;s!==0&&(this._latestYDisp=i,this._onRequestScrollLines.fire(s)),this._isHandlingScroll=!1}};tr=oe([O(2,Ae),O(3,vt),O(4,xo),O(5,jt),O(6,De),O(7,mt)],tr);var ir=class extends H{constructor(e,i,s,r,n){super(),this._screenElement=e,this._bufferService=i,this._coreBrowserService=s,this._decorationService=r,this._renderService=n,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(o=>this._removeDecoration(o))),this._register(ee(()=>{this._container.remove(),this._decorationElements.clear()}))}_queueRefresh(){this._animationFrame===void 0&&(this._animationFrame=this._renderService.addRefreshCallback(()=>{this._doRefreshDecorations(),this._animationFrame=void 0}))}_doRefreshDecorations(){for(let e of this._decorationService.decorations)this._renderDecoration(e);this._dimensionsChanged=!1}_renderDecoration(e){this._refreshStyle(e),this._dimensionsChanged&&this._refreshXPosition(e)}_createElement(e){let i=this._coreBrowserService.mainDocument.createElement("div");i.classList.add("xterm-decoration"),i.classList.toggle("xterm-decoration-top-layer",e?.options?.layer==="top"),i.style.width=`${Math.round((e.options.width||1)*this._renderService.dimensions.css.cell.width)}px`,i.style.height=`${(e.options.height||1)*this._renderService.dimensions.css.cell.height}px`,i.style.top=`${(e.marker.line-this._bufferService.buffers.active.ydisp)*this._renderService.dimensions.css.cell.height}px`,i.style.lineHeight=`${this._renderService.dimensions.css.cell.height}px`;let s=e.options.x??0;return s&&s>this._bufferService.cols&&(i.style.display="none"),this._refreshXPosition(e,i),i}_refreshStyle(e){let i=e.marker.line-this._bufferService.buffers.active.ydisp;if(i<0||i>=this._bufferService.rows)e.element&&(e.element.style.display="none",e.onRenderEmitter.fire(e.element));else{let s=this._decorationElements.get(e);s||(s=this._createElement(e),e.element=s,this._decorationElements.set(e,s),this._container.appendChild(s),e.onDispose(()=>{this._decorationElements.delete(e),s.remove()})),s.style.display=this._altBufferIsActive?"none":"block",this._altBufferIsActive||(s.style.width=`${Math.round((e.options.width||1)*this._renderService.dimensions.css.cell.width)}px`,s.style.height=`${(e.options.height||1)*this._renderService.dimensions.css.cell.height}px`,s.style.top=`${i*this._renderService.dimensions.css.cell.height}px`,s.style.lineHeight=`${this._renderService.dimensions.css.cell.height}px`),e.onRenderEmitter.fire(s)}}_refreshXPosition(e,i=e.element){if(!i)return;let s=e.options.x??0;(e.options.anchor||"left")==="right"?i.style.right=s?`${s*this._renderService.dimensions.css.cell.width}px`:"":i.style.left=s?`${s*this._renderService.dimensions.css.cell.width}px`:""}_removeDecoration(e){this._decorationElements.get(e)?.remove(),this._decorationElements.delete(e),e.dispose()}};ir=oe([O(1,Ae),O(2,vt),O(3,Ci),O(4,mt)],ir);var Eh=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(e){if(e.options.overviewRulerOptions){for(let i of this._zones)if(i.color===e.options.overviewRulerOptions.color&&i.position===e.options.overviewRulerOptions.position){if(this._lineIntersectsZone(i,e.marker.line))return;if(this._lineAdjacentToZone(i,e.marker.line,e.options.overviewRulerOptions.position)){this._addLineToZone(i,e.marker.line);return}}if(this._zonePoolIndex<this._zonePool.length){this._zonePool[this._zonePoolIndex].color=e.options.overviewRulerOptions.color,this._zonePool[this._zonePoolIndex].position=e.options.overviewRulerOptions.position,this._zonePool[this._zonePoolIndex].startBufferLine=e.marker.line,this._zonePool[this._zonePoolIndex].endBufferLine=e.marker.line,this._zones.push(this._zonePool[this._zonePoolIndex++]);return}this._zones.push({color:e.options.overviewRulerOptions.color,position:e.options.overviewRulerOptions.position,startBufferLine:e.marker.line,endBufferLine:e.marker.line}),this._zonePool.push(this._zones[this._zones.length-1]),this._zonePoolIndex++}}setPadding(e){this._linePadding=e}_lineIntersectsZone(e,i){return i>=e.startBufferLine&&i<=e.endBufferLine}_lineAdjacentToZone(e,i,s){return i>=e.startBufferLine-this._linePadding[s||"full"]&&i<=e.endBufferLine+this._linePadding[s||"full"]}_addLineToZone(e,i){e.startBufferLine=Math.min(e.startBufferLine,i),e.endBufferLine=Math.max(e.endBufferLine,i)}},Ze={full:0,left:0,center:0,right:0},wt={full:0,left:0,center:0,right:0},ei={full:0,left:0,center:0,right:0},ji=class extends H{constructor(e,i,s,r,n,o,a,h){super(),this._viewportElement=e,this._screenElement=i,this._bufferService=s,this._decorationService=r,this._renderService=n,this._optionsService=o,this._themeService=a,this._coreBrowserService=h,this._colorZoneStore=new Eh,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),this._register(ee(()=>this._canvas?.remove()));let l=this._canvas.getContext("2d");if(l)this._ctx=l;else throw new Error("Ctx cannot be null");this._register(this._decorationService.onDecorationRegistered(()=>this._queueRefresh(void 0,!0))),this._register(this._decorationService.onDecorationRemoved(()=>this._queueRefresh(void 0,!0))),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())})),this._register(this._renderService.onRender(()=>{(!this._containerHeight||this._containerHeight!==this._screenElement.clientHeight)&&(this._queueRefresh(!0),this._containerHeight=this._screenElement.clientHeight)})),this._register(this._coreBrowserService.onDprChange(()=>this._queueRefresh(!0))),this._register(this._optionsService.onSpecificOptionChange("overviewRuler",()=>this._queueRefresh(!0))),this._register(this._themeService.onChangeColors(()=>this._queueRefresh())),this._queueRefresh(!0)}get _width(){return this._optionsService.options.overviewRuler?.width||0}_refreshDrawConstants(){let e=Math.floor((this._canvas.width-1)/3),i=Math.ceil((this._canvas.width-1)/3);wt.full=this._canvas.width,wt.left=e,wt.center=i,wt.right=e,this._refreshDrawHeightConstants(),ei.full=1,ei.left=1,ei.center=1+wt.left,ei.right=1+wt.left+wt.center}_refreshDrawHeightConstants(){Ze.full=Math.round(2*this._coreBrowserService.dpr);let e=this._canvas.height/this._bufferService.buffer.lines.length,i=Math.round(Math.max(Math.min(e,12),6)*this._coreBrowserService.dpr);Ze.left=i,Ze.center=i,Ze.right=i}_refreshColorZonePadding(){this._colorZoneStore.setPadding({full:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*Ze.full),left:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*Ze.left),center:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*Ze.center),right:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*Ze.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(let i of this._decorationService.decorations)this._colorZoneStore.addDecoration(i);this._ctx.lineWidth=1,this._renderRulerOutline();let e=this._colorZoneStore.zones;for(let i of e)i.position!=="full"&&this._renderColorZone(i);for(let i of e)i.position==="full"&&this._renderColorZone(i);this._shouldUpdateDimensions=!1,this._shouldUpdateAnchor=!1}_renderRulerOutline(){this._ctx.fillStyle=this._themeService.colors.overviewRulerBorder.css,this._ctx.fillRect(0,0,1,this._canvas.height),this._optionsService.rawOptions.overviewRuler.showTopBorder&&this._ctx.fillRect(1,0,this._canvas.width-1,1),this._optionsService.rawOptions.overviewRuler.showBottomBorder&&this._ctx.fillRect(1,this._canvas.height-1,this._canvas.width-1,this._canvas.height)}_renderColorZone(e){this._ctx.fillStyle=e.color,this._ctx.fillRect(ei[e.position||"full"],Math.round((this._canvas.height-1)*(e.startBufferLine/this._bufferService.buffers.active.lines.length)-Ze[e.position||"full"]/2),wt[e.position||"full"],Math.round((this._canvas.height-1)*((e.endBufferLine-e.startBufferLine)/this._bufferService.buffers.active.lines.length)+Ze[e.position||"full"]))}_queueRefresh(e,i){this._shouldUpdateDimensions=e||this._shouldUpdateDimensions,this._shouldUpdateAnchor=i||this._shouldUpdateAnchor,this._animationFrame===void 0&&(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>{this._refreshDecorations(),this._animationFrame=void 0}))}};ji=oe([O(2,Ae),O(3,Ci),O(4,mt),O(5,De),O(6,jt),O(7,vt)],ji);var T;(t=>(t.NUL="\0",t.SOH="",t.STX="",t.ETX="",t.EOT="",t.ENQ="",t.ACK="",t.BEL="\x07",t.BS="\b",t.HT=" ",t.LF=`
13
+ `,t.VT="\v",t.FF="\f",t.CR="\r",t.SO="",t.SI="",t.DLE="",t.DC1="",t.DC2="",t.DC3="",t.DC4="",t.NAK="",t.SYN="",t.ETB="",t.CAN="",t.EM="",t.SUB="",t.ESC="\x1B",t.FS="",t.GS="",t.RS="",t.US="",t.SP=" ",t.DEL=""))(T||={});var Hi;(t=>(t.PAD="€",t.HOP="",t.BPH="‚",t.NBH="ƒ",t.IND="„",t.NEL="…",t.SSA="†",t.ESA="‡",t.HTS="ˆ",t.HTJ="‰",t.VTS="Š",t.PLD="‹",t.PLU="Œ",t.RI="",t.SS2="Ž",t.SS3="",t.DCS="",t.PU1="‘",t.PU2="’",t.STS="“",t.CCH="”",t.MW="•",t.SPA="–",t.EPA="—",t.SOS="˜",t.SGCI="™",t.SCI="š",t.CSI="›",t.ST="œ",t.OSC="",t.PM="ž",t.APC="Ÿ"))(Hi||={});var Ko;(t=>t.ST=`${T.ESC}\\`)(Ko||={});var sr=class{constructor(e,i,s,r,n,o){this._textarea=e,this._compositionView=i,this._bufferService=s,this._optionsService=r,this._coreService=n,this._renderService=o,this._isComposing=!1,this._isSendingComposition=!1,this._compositionPosition={start:0,end:0},this._dataAlreadySent=""}get isComposing(){return this._isComposing}compositionstart(){this._isComposing=!0,this._compositionPosition.start=this._textarea.value.length,this._compositionView.textContent="",this._dataAlreadySent="",this._compositionView.classList.add("active")}compositionupdate(e){this._compositionView.textContent=e.data,this.updateCompositionElements(),setTimeout(()=>{this._compositionPosition.end=this._textarea.value.length},0)}compositionend(){this._finalizeComposition(!0)}keydown(e){if(this._isComposing||this._isSendingComposition){if(e.keyCode===20||e.keyCode===229||e.keyCode===16||e.keyCode===17||e.keyCode===18)return!1;this._finalizeComposition(!1)}return e.keyCode===229?(this._handleAnyTextareaChanges(),!1):!0}_finalizeComposition(e){if(this._compositionView.classList.remove("active"),this._isComposing=!1,e){let i={start:this._compositionPosition.start,end:this._compositionPosition.end};this._isSendingComposition=!0,setTimeout(()=>{if(this._isSendingComposition){this._isSendingComposition=!1;let s;i.start+=this._dataAlreadySent.length,this._isComposing?s=this._textarea.value.substring(i.start,this._compositionPosition.start):s=this._textarea.value.substring(i.start),s.length>0&&this._coreService.triggerDataEvent(s,!0)}},0)}else{this._isSendingComposition=!1;let i=this._textarea.value.substring(this._compositionPosition.start,this._compositionPosition.end);this._coreService.triggerDataEvent(i,!0)}}_handleAnyTextareaChanges(){let e=this._textarea.value;setTimeout(()=>{if(!this._isComposing){let i=this._textarea.value,s=i.replace(e,"");this._dataAlreadySent=s,i.length>e.length?this._coreService.triggerDataEvent(s,!0):i.length<e.length?this._coreService.triggerDataEvent(`${T.DEL}`,!0):i.length===e.length&&i!==e&&this._coreService.triggerDataEvent(i,!0)}},0)}updateCompositionElements(e){if(this._isComposing){if(this._bufferService.buffer.isCursorInViewport){let i=Math.min(this._bufferService.buffer.x,this._bufferService.cols-1),s=this._renderService.dimensions.css.cell.height,r=this._bufferService.buffer.y*this._renderService.dimensions.css.cell.height,n=i*this._renderService.dimensions.css.cell.width;this._compositionView.style.left=n+"px",this._compositionView.style.top=r+"px",this._compositionView.style.height=s+"px",this._compositionView.style.lineHeight=s+"px",this._compositionView.style.fontFamily=this._optionsService.rawOptions.fontFamily,this._compositionView.style.fontSize=this._optionsService.rawOptions.fontSize+"px";let o=this._compositionView.getBoundingClientRect();this._textarea.style.left=n+"px",this._textarea.style.top=r+"px",this._textarea.style.width=Math.max(o.width,1)+"px",this._textarea.style.height=Math.max(o.height,1)+"px",this._textarea.style.lineHeight=o.height+"px"}e||setTimeout(()=>this.updateCompositionElements(!0),0)}}};sr=oe([O(2,Ae),O(3,De),O(4,Nt),O(5,mt)],sr);var pe=0,ve=0,me=0,re=0,cn={css:"#00000000",rgba:0},ce;(t=>{function e(r,n,o,a){return a!==void 0?`#${Mt(r)}${Mt(n)}${Mt(o)}${Mt(a)}`:`#${Mt(r)}${Mt(n)}${Mt(o)}`}t.toCss=e;function i(r,n,o,a=255){return(r<<24|n<<16|o<<8|a)>>>0}t.toRgba=i;function s(r,n,o,a){return{css:t.toCss(r,n,o,a),rgba:t.toRgba(r,n,o,a)}}t.toColor=s})(ce||={});var Z;(t=>{function e(h,l){if(re=(l.rgba&255)/255,re===1)return{css:l.css,rgba:l.rgba};let c=l.rgba>>24&255,d=l.rgba>>16&255,u=l.rgba>>8&255,g=h.rgba>>24&255,f=h.rgba>>16&255,v=h.rgba>>8&255;pe=g+Math.round((c-g)*re),ve=f+Math.round((d-f)*re),me=v+Math.round((u-v)*re);let y=ce.toCss(pe,ve,me),E=ce.toRgba(pe,ve,me);return{css:y,rgba:E}}t.blend=e;function i(h){return(h.rgba&255)===255}t.isOpaque=i;function s(h,l,c){let d=Ui.ensureContrastRatio(h.rgba,l.rgba,c);if(d)return ce.toColor(d>>24&255,d>>16&255,d>>8&255)}t.ensureContrastRatio=s;function r(h){let l=(h.rgba|255)>>>0;return[pe,ve,me]=Ui.toChannels(l),{css:ce.toCss(pe,ve,me),rgba:l}}t.opaque=r;function n(h,l){return re=Math.round(l*255),[pe,ve,me]=Ui.toChannels(h.rgba),{css:ce.toCss(pe,ve,me,re),rgba:ce.toRgba(pe,ve,me,re)}}t.opacity=n;function o(h,l){return re=h.rgba&255,n(h,re*l/255)}t.multiplyOpacity=o;function a(h){return[h.rgba>>24&255,h.rgba>>16&255,h.rgba>>8&255]}t.toColorRGB=a})(Z||={});var ie;(t=>{let e,i;try{let r=document.createElement("canvas");r.width=1,r.height=1;let n=r.getContext("2d",{willReadFrequently:!0});n&&(e=n,e.globalCompositeOperation="copy",i=e.createLinearGradient(0,0,1,1))}catch{}function s(r){if(r.match(/#[\da-f]{3,8}/i))switch(r.length){case 4:return pe=parseInt(r.slice(1,2).repeat(2),16),ve=parseInt(r.slice(2,3).repeat(2),16),me=parseInt(r.slice(3,4).repeat(2),16),ce.toColor(pe,ve,me);case 5:return pe=parseInt(r.slice(1,2).repeat(2),16),ve=parseInt(r.slice(2,3).repeat(2),16),me=parseInt(r.slice(3,4).repeat(2),16),re=parseInt(r.slice(4,5).repeat(2),16),ce.toColor(pe,ve,me,re);case 7:return{css:r,rgba:(parseInt(r.slice(1),16)<<8|255)>>>0};case 9:return{css:r,rgba:parseInt(r.slice(1),16)>>>0}}let n=r.match(/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(,\s*(0|1|\d?\.(\d+))\s*)?\)/);if(n)return pe=parseInt(n[1]),ve=parseInt(n[2]),me=parseInt(n[3]),re=Math.round((n[5]===void 0?1:parseFloat(n[5]))*255),ce.toColor(pe,ve,me,re);if(!e||!i)throw new Error("css.toColor: Unsupported css format");if(e.fillStyle=i,e.fillStyle=r,typeof e.fillStyle!="string")throw new Error("css.toColor: Unsupported css format");if(e.fillRect(0,0,1,1),[pe,ve,me,re]=e.getImageData(0,0,1,1).data,re!==255)throw new Error("css.toColor: Unsupported css format");return{rgba:ce.toRgba(pe,ve,me,re),css:r}}t.toColor=s})(ie||={});var Be;(t=>{function e(s){return i(s>>16&255,s>>8&255,s&255)}t.relativeLuminance=e;function i(s,r,n){let o=s/255,a=r/255,h=n/255,l=o<=.03928?o/12.92:Math.pow((o+.055)/1.055,2.4),c=a<=.03928?a/12.92:Math.pow((a+.055)/1.055,2.4),d=h<=.03928?h/12.92:Math.pow((h+.055)/1.055,2.4);return l*.2126+c*.7152+d*.0722}t.relativeLuminance2=i})(Be||={});var Ui;(t=>{function e(o,a){if(re=(a&255)/255,re===1)return a;let h=a>>24&255,l=a>>16&255,c=a>>8&255,d=o>>24&255,u=o>>16&255,g=o>>8&255;return pe=d+Math.round((h-d)*re),ve=u+Math.round((l-u)*re),me=g+Math.round((c-g)*re),ce.toRgba(pe,ve,me)}t.blend=e;function i(o,a,h){let l=Be.relativeLuminance(o>>8),c=Be.relativeLuminance(a>>8);if(lt(l,c)<h){if(c<l){let g=s(o,a,h),f=lt(l,Be.relativeLuminance(g>>8));if(f<h){let v=r(o,a,h),y=lt(l,Be.relativeLuminance(v>>8));return f>y?g:v}return g}let d=r(o,a,h),u=lt(l,Be.relativeLuminance(d>>8));if(u<h){let g=s(o,a,h),f=lt(l,Be.relativeLuminance(g>>8));return u>f?d:g}return d}}t.ensureContrastRatio=i;function s(o,a,h){let l=o>>24&255,c=o>>16&255,d=o>>8&255,u=a>>24&255,g=a>>16&255,f=a>>8&255,v=lt(Be.relativeLuminance2(u,g,f),Be.relativeLuminance2(l,c,d));for(;v<h&&(u>0||g>0||f>0);)u-=Math.max(0,Math.ceil(u*.1)),g-=Math.max(0,Math.ceil(g*.1)),f-=Math.max(0,Math.ceil(f*.1)),v=lt(Be.relativeLuminance2(u,g,f),Be.relativeLuminance2(l,c,d));return(u<<24|g<<16|f<<8|255)>>>0}t.reduceLuminance=s;function r(o,a,h){let l=o>>24&255,c=o>>16&255,d=o>>8&255,u=a>>24&255,g=a>>16&255,f=a>>8&255,v=lt(Be.relativeLuminance2(u,g,f),Be.relativeLuminance2(l,c,d));for(;v<h&&(u<255||g<255||f<255);)u=Math.min(255,u+Math.ceil((255-u)*.1)),g=Math.min(255,g+Math.ceil((255-g)*.1)),f=Math.min(255,f+Math.ceil((255-f)*.1)),v=lt(Be.relativeLuminance2(u,g,f),Be.relativeLuminance2(l,c,d));return(u<<24|g<<16|f<<8|255)>>>0}t.increaseLuminance=r;function n(o){return[o>>24&255,o>>16&255,o>>8&255,o&255]}t.toChannels=n})(Ui||={});function Mt(t){let e=t.toString(16);return e.length<2?"0"+e:e}function lt(t,e){return t<e?(e+.05)/(t+.05):(t+.05)/(e+.05)}var Lh=class extends yi{constructor(e,i,s){super(),this.content=0,this.combinedData="",this.fg=e.fg,this.bg=e.bg,this.combinedData=i,this._width=s}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()]}},Ji=class{constructor(t){this._bufferService=t,this._characterJoiners=[],this._nextCharacterJoinerId=0,this._workCell=new Ge}register(t){let e={id:this._nextCharacterJoinerId++,handler:t};return this._characterJoiners.push(e),e.id}deregister(t){for(let e=0;e<this._characterJoiners.length;e++)if(this._characterJoiners[e].id===t)return this._characterJoiners.splice(e,1),!0;return!1}getJoinedCharacters(t){if(this._characterJoiners.length===0)return[];let e=this._bufferService.buffer.lines.get(t);if(!e||e.length===0)return[];let i=[],s=e.translateToString(!0),r=0,n=0,o=0,a=e.getFg(0),h=e.getBg(0);for(let l=0;l<e.getTrimmedLength();l++)if(e.loadCell(l,this._workCell),this._workCell.getWidth()!==0){if(this._workCell.fg!==a||this._workCell.bg!==h){if(l-r>1){let c=this._getJoinedRanges(s,o,n,e,r);for(let d=0;d<c.length;d++)i.push(c[d])}r=l,o=n,a=this._workCell.fg,h=this._workCell.bg}n+=this._workCell.getChars().length||Et.length}if(this._bufferService.cols-r>1){let l=this._getJoinedRanges(s,o,n,e,r);for(let c=0;c<l.length;c++)i.push(l[c])}return i}_getJoinedRanges(t,e,i,s,r){let n=t.substring(e,i),o=[];try{o=this._characterJoiners[0].handler(n)}catch(a){console.error(a)}for(let a=1;a<this._characterJoiners.length;a++)try{let h=this._characterJoiners[a].handler(n);for(let l=0;l<h.length;l++)Ji._mergeRanges(o,h[l])}catch(h){console.error(h)}return this._stringRangesToCellRanges(o,s,r),o}_stringRangesToCellRanges(t,e,i){let s=0,r=!1,n=0,o=t[s];if(o){for(let a=i;a<this._bufferService.cols;a++){let h=e.getWidth(a),l=e.getString(a).length||Et.length;if(h!==0){if(!r&&o[0]<=n&&(o[0]=a,r=!0),o[1]<=n){if(o[1]=a,o=t[++s],!o)break;o[0]<=n?(o[0]=a,r=!0):r=!1}n+=l}}o&&(o[1]=this._bufferService.cols)}}static _mergeRanges(t,e){let i=!1;for(let s=0;s<t.length;s++){let r=t[s];if(i){if(e[1]<=r[0])return t[s-1][1]=e[1],t;if(e[1]<=r[1])return t[s-1][1]=Math.max(e[1],r[1]),t.splice(s,1),t;t.splice(s,1),s--}else{if(e[1]<=r[0])return t.splice(s,0,e),t;if(e[1]<=r[1])return r[0]=Math.min(e[0],r[0]),t;e[0]<r[1]&&(r[0]=Math.min(e[0],r[0]),i=!0);continue}}return i?t[t.length-1][1]=e[1]:t.push(e),t}};Ji=oe([O(0,Ae)],Ji);function Mh(t){return 57508<=t&&t<=57558}function Bh(t){return 9472<=t&&t<=9631}function Th(t){return Mh(t)||Bh(t)}function Rh(){return{css:{canvas:Mi(),cell:Mi()},device:{canvas:Mi(),cell:Mi(),char:{width:0,height:0,left:0,top:0}}}}function Mi(){return{width:0,height:0}}var rr=class{constructor(e,i,s,r,n,o,a){this._document=e,this._characterJoinerService=i,this._optionsService=s,this._coreBrowserService=r,this._coreService=n,this._decorationService=o,this._themeService=a,this._workCell=new Ge,this._columnSelectMode=!1,this.defaultSpacing=0}handleSelectionChanged(e,i,s){this._selectionStart=e,this._selectionEnd=i,this._columnSelectMode=s}createRow(e,i,s,r,n,o,a,h,l,c,d){let u=[],g=this._characterJoinerService.getJoinedCharacters(i),f=this._themeService.colors,v=e.getNoBgTrimmedLength();s&&v<o+1&&(v=o+1);let y,E=0,_="",b=0,m=0,B=0,R=0,p=!1,A=0,F=!1,q=0,$=0,S=[],w=c!==-1&&d!==-1;for(let x=0;x<v;x++){e.loadCell(x,this._workCell);let C=this._workCell.getWidth();if(C===0)continue;let L=!1,k=x>=$,D=x,M=this._workCell;if(g.length>0&&x===g[0][0]&&k){let K=g.shift(),Qt=this._isCellInSelection(K[0],i);for(b=K[0]+1;b<K[1];b++)k&&=Qt===this._isCellInSelection(b,i);k&&=!s||o<K[0]||o>=K[1],k?(L=!0,M=new Lh(this._workCell,e.translateToString(!0,K[0],K[1]),K[1]-K[0]),D=K[1]-1,C=M.getWidth()):$=K[1]}let P=this._isCellInSelection(x,i),W=s&&x===o,j=w&&x>=c&&x<=d,U=!1;this._decorationService.forEachDecorationAtCell(x,i,void 0,K=>{U=!0});let Pe=M.getChars()||Et;if(Pe===" "&&(M.isUnderline()||M.isOverline())&&(Pe=" "),q=C*h-l.get(Pe,M.isBold(),M.isItalic()),!y)y=this._document.createElement("span");else if(E&&(P&&F||!P&&!F&&M.bg===m)&&(P&&F&&f.selectionForeground||M.fg===B)&&M.extended.ext===R&&j===p&&q===A&&!W&&!L&&!U&&k){M.isInvisible()?_+=Et:_+=Pe,E++;continue}else E&&(y.textContent=_),y=this._document.createElement("span"),E=0,_="";if(m=M.bg,B=M.fg,R=M.extended.ext,p=j,A=q,F=P,L&&o>=x&&o<=D&&(o=x),!this._coreService.isCursorHidden&&W&&this._coreService.isCursorInitialized){if(S.push("xterm-cursor"),this._coreBrowserService.isFocused)a&&S.push("xterm-cursor-blink"),S.push(r==="bar"?"xterm-cursor-bar":r==="underline"?"xterm-cursor-underline":"xterm-cursor-block");else if(n)switch(n){case"outline":S.push("xterm-cursor-outline");break;case"block":S.push("xterm-cursor-block");break;case"bar":S.push("xterm-cursor-bar");break;case"underline":S.push("xterm-cursor-underline");break}}if(M.isBold()&&S.push("xterm-bold"),M.isItalic()&&S.push("xterm-italic"),M.isDim()&&S.push("xterm-dim"),M.isInvisible()?_=Et:_=M.getChars()||Et,M.isUnderline()&&(S.push(`xterm-underline-${M.extended.underlineStyle}`),_===" "&&(_=" "),!M.isUnderlineColorDefault()))if(M.isUnderlineColorRGB())y.style.textDecorationColor=`rgb(${yi.toColorRGB(M.getUnderlineColor()).join(",")})`;else{let K=M.getUnderlineColor();this._optionsService.rawOptions.drawBoldTextInBrightColors&&M.isBold()&&K<8&&(K+=8),y.style.textDecorationColor=f.ansi[K].css}M.isOverline()&&(S.push("xterm-overline"),_===" "&&(_=" ")),M.isStrikethrough()&&S.push("xterm-strikethrough"),j&&(y.style.textDecoration="underline");let V=M.getFgColor(),Ce=M.getFgColorMode(),G=M.getBgColor(),X=M.getBgColorMode(),xe=!!M.isInverse();if(xe){let K=V;V=G,G=K;let Qt=Ce;Ce=X,X=Qt}let ze,at,Je=!1;this._decorationService.forEachDecorationAtCell(x,i,void 0,K=>{K.options.layer!=="top"&&Je||(K.backgroundColorRGB&&(X=50331648,G=K.backgroundColorRGB.rgba>>8&16777215,ze=K.backgroundColorRGB),K.foregroundColorRGB&&(Ce=50331648,V=K.foregroundColorRGB.rgba>>8&16777215,at=K.foregroundColorRGB),Je=K.options.layer==="top")}),!Je&&P&&(ze=this._coreBrowserService.isFocused?f.selectionBackgroundOpaque:f.selectionInactiveBackgroundOpaque,G=ze.rgba>>8&16777215,X=50331648,Je=!0,f.selectionForeground&&(Ce=50331648,V=f.selectionForeground.rgba>>8&16777215,at=f.selectionForeground)),Je&&S.push("xterm-decoration-top");let Xe;switch(X){case 16777216:case 33554432:Xe=f.ansi[G],S.push(`xterm-bg-${G}`);break;case 50331648:Xe=ce.toColor(G>>16,G>>8&255,G&255),this._addStyle(y,`background-color:#${dn((G>>>0).toString(16),"0",6)}`);break;default:xe?(Xe=f.foreground,S.push("xterm-bg-257")):Xe=f.background}switch(ze||M.isDim()&&(ze=Z.multiplyOpacity(Xe,.5)),Ce){case 16777216:case 33554432:M.isBold()&&V<8&&this._optionsService.rawOptions.drawBoldTextInBrightColors&&(V+=8),this._applyMinimumContrast(y,Xe,f.ansi[V],M,ze,void 0)||S.push(`xterm-fg-${V}`);break;case 50331648:let K=ce.toColor(V>>16&255,V>>8&255,V&255);this._applyMinimumContrast(y,Xe,K,M,ze,at)||this._addStyle(y,`color:#${dn(V.toString(16),"0",6)}`);break;default:this._applyMinimumContrast(y,Xe,f.foreground,M,ze,at)||xe&&S.push("xterm-fg-257")}S.length&&(y.className=S.join(" "),S.length=0),!W&&!L&&!U&&k?E++:y.textContent=_,q!==this.defaultSpacing&&(y.style.letterSpacing=`${q}px`),u.push(y),x=D}return y&&E&&(y.textContent=_),u}_applyMinimumContrast(e,i,s,r,n,o){if(this._optionsService.rawOptions.minimumContrastRatio===1||Th(r.getCode()))return!1;let a=this._getContrastCache(r),h;if(!n&&!o&&(h=a.getColor(i.rgba,s.rgba)),h===void 0){let l=this._optionsService.rawOptions.minimumContrastRatio/(r.isDim()?2:1);h=Z.ensureContrastRatio(n||i,o||s,l),a.setColor((n||i).rgba,(o||s).rgba,h??null)}return h?(this._addStyle(e,`color:${h.css}`),!0):!1}_getContrastCache(e){return e.isDim()?this._themeService.colors.halfContrastCache:this._themeService.colors.contrastCache}_addStyle(e,i){e.setAttribute("style",`${e.getAttribute("style")||""}${i};`)}_isCellInSelection(e,i){let s=this._selectionStart,r=this._selectionEnd;return!s||!r?!1:this._columnSelectMode?s[0]<=r[0]?e>=s[0]&&i>=s[1]&&e<r[0]&&i<=r[1]:e<s[0]&&i>=s[1]&&e>=r[0]&&i<=r[1]:i>s[1]&&i<r[1]||s[1]===r[1]&&i===s[1]&&e>=s[0]&&e<r[0]||s[1]<r[1]&&i===r[1]&&e<r[0]||s[1]<r[1]&&i===s[1]&&e>=s[0]}};rr=oe([O(1,Lo),O(2,De),O(3,vt),O(4,Nt),O(5,Ci),O(6,jt)],rr);function dn(t,e,i){for(;t.length<i;)t=e+t;return t}var Ah=class{constructor(e,i){this._flat=new Float32Array(256),this._font="",this._fontSize=0,this._weight="normal",this._weightBold="bold",this._measureElements=[],this._container=e.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";let s=e.createElement("span");s.classList.add("xterm-char-measure-element");let r=e.createElement("span");r.classList.add("xterm-char-measure-element"),r.style.fontWeight="bold";let n=e.createElement("span");n.classList.add("xterm-char-measure-element"),n.style.fontStyle="italic";let o=e.createElement("span");o.classList.add("xterm-char-measure-element"),o.style.fontWeight="bold",o.style.fontStyle="italic",this._measureElements=[s,r,n,o],this._container.appendChild(s),this._container.appendChild(r),this._container.appendChild(n),this._container.appendChild(o),i.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(e,i,s,r){e===this._font&&i===this._fontSize&&s===this._weight&&r===this._weightBold||(this._font=e,this._fontSize=i,this._weight=s,this._weightBold=r,this._container.style.fontFamily=this._font,this._container.style.fontSize=`${this._fontSize}px`,this._measureElements[0].style.fontWeight=`${s}`,this._measureElements[1].style.fontWeight=`${r}`,this._measureElements[2].style.fontWeight=`${s}`,this._measureElements[3].style.fontWeight=`${r}`,this.clear())}get(e,i,s){let r=0;if(!i&&!s&&e.length===1&&(r=e.charCodeAt(0))<256){if(this._flat[r]!==-9999)return this._flat[r];let a=this._measure(e,0);return a>0&&(this._flat[r]=a),a}let n=e;i&&(n+="B"),s&&(n+="I");let o=this._holey.get(n);if(o===void 0){let a=0;i&&(a|=1),s&&(a|=2),o=this._measure(e,a),o>0&&this._holey.set(n,o)}return o}_measure(e,i){let s=this._measureElements[i];return s.textContent=e.repeat(32),s.offsetWidth/32}},Dh=class{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(e,i,s,r=!1){if(this.selectionStart=i,this.selectionEnd=s,!i||!s||i[0]===s[0]&&i[1]===s[1]){this.clear();return}let n=e.buffers.active.ydisp,o=i[1]-n,a=s[1]-n,h=Math.max(o,0),l=Math.min(a,e.rows-1);if(h>=e.rows||l<0){this.clear();return}this.hasSelection=!0,this.columnSelectMode=r,this.viewportStartRow=o,this.viewportEndRow=a,this.viewportCappedStartRow=h,this.viewportCappedEndRow=l,this.startCol=i[0],this.endCol=s[0]}isCellSelected(e,i,s){return this.hasSelection?(s-=e.buffer.active.viewportY,this.columnSelectMode?this.startCol<=this.endCol?i>=this.startCol&&s>=this.viewportCappedStartRow&&i<this.endCol&&s<=this.viewportCappedEndRow:i<this.startCol&&s>=this.viewportCappedStartRow&&i>=this.endCol&&s<=this.viewportCappedEndRow:s>this.viewportStartRow&&s<this.viewportEndRow||this.viewportStartRow===this.viewportEndRow&&s===this.viewportStartRow&&i>=this.startCol&&i<this.endCol||this.viewportStartRow<this.viewportEndRow&&s===this.viewportEndRow&&i<this.endCol||this.viewportStartRow<this.viewportEndRow&&s===this.viewportStartRow&&i>=this.startCol):!1}};function Ph(){return new Dh}var fs="xterm-dom-renderer-owner-",He="xterm-rows",Bi="xterm-fg-",un="xterm-bg-",ti="xterm-focus",Ti="xterm-selection",Ih=1,nr=class extends H{constructor(e,i,s,r,n,o,a,h,l,c,d,u,g,f){super(),this._terminal=e,this._document=i,this._element=s,this._screenElement=r,this._viewportElement=n,this._helperContainer=o,this._linkifier2=a,this._charSizeService=l,this._optionsService=c,this._bufferService=d,this._coreService=u,this._coreBrowserService=g,this._themeService=f,this._terminalClass=Ih++,this._rowElements=[],this._selectionRenderModel=Ph(),this.onRequestRedraw=this._register(new I).event,this._rowContainer=this._document.createElement("div"),this._rowContainer.classList.add(He),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(Ti),this._selectionContainer.setAttribute("aria-hidden","true"),this.dimensions=Rh(),this._updateDimensions(),this._register(this._optionsService.onOptionChange(()=>this._handleOptionsChanged())),this._register(this._themeService.onChangeColors(v=>this._injectCss(v))),this._injectCss(this._themeService.colors),this._rowFactory=h.createInstance(rr,document),this._element.classList.add(fs+this._terminalClass),this._screenElement.appendChild(this._rowContainer),this._screenElement.appendChild(this._selectionContainer),this._register(this._linkifier2.onShowLinkUnderline(v=>this._handleLinkHover(v))),this._register(this._linkifier2.onHideLinkUnderline(v=>this._handleLinkLeave(v))),this._register(ee(()=>{this._element.classList.remove(fs+this._terminalClass),this._rowContainer.remove(),this._selectionContainer.remove(),this._widthCache.dispose(),this._themeStyleElement.remove(),this._dimensionsStyleElement.remove()})),this._widthCache=new Ah(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(){let e=this._coreBrowserService.dpr;this.dimensions.device.char.width=this._charSizeService.width*e,this.dimensions.device.char.height=Math.ceil(this._charSizeService.height*e),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/e),this.dimensions.css.canvas.height=Math.round(this.dimensions.device.canvas.height/e),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(let s of this._rowElements)s.style.width=`${this.dimensions.css.canvas.width}px`,s.style.height=`${this.dimensions.css.cell.height}px`,s.style.lineHeight=`${this.dimensions.css.cell.height}px`,s.style.overflow="hidden";this._dimensionsStyleElement||(this._dimensionsStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._dimensionsStyleElement));let i=`${this._terminalSelector} .${He} span { display: inline-block; height: 100%; vertical-align: top;}`;this._dimensionsStyleElement.textContent=i,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(e){this._themeStyleElement||(this._themeStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._themeStyleElement));let i=`${this._terminalSelector} .${He} { pointer-events: none; color: ${e.foreground.css}; font-family: ${this._optionsService.rawOptions.fontFamily}; font-size: ${this._optionsService.rawOptions.fontSize}px; font-kerning: none; white-space: pre}`;i+=`${this._terminalSelector} .${He} .xterm-dim { color: ${Z.multiplyOpacity(e.foreground,.5).css};}`,i+=`${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;}`;let s=`blink_underline_${this._terminalClass}`,r=`blink_bar_${this._terminalClass}`,n=`blink_block_${this._terminalClass}`;i+=`@keyframes ${s} { 50% { border-bottom-style: hidden; }}`,i+=`@keyframes ${r} { 50% { box-shadow: none; }}`,i+=`@keyframes ${n} { 0% { background-color: ${e.cursor.css}; color: ${e.cursorAccent.css}; } 50% { background-color: inherit; color: ${e.cursor.css}; }}`,i+=`${this._terminalSelector} .${He}.${ti} .xterm-cursor.xterm-cursor-blink.xterm-cursor-underline { animation: ${s} 1s step-end infinite;}${this._terminalSelector} .${He}.${ti} .xterm-cursor.xterm-cursor-blink.xterm-cursor-bar { animation: ${r} 1s step-end infinite;}${this._terminalSelector} .${He}.${ti} .xterm-cursor.xterm-cursor-blink.xterm-cursor-block { animation: ${n} 1s step-end infinite;}${this._terminalSelector} .${He} .xterm-cursor.xterm-cursor-block { background-color: ${e.cursor.css}; color: ${e.cursorAccent.css};}${this._terminalSelector} .${He} .xterm-cursor.xterm-cursor-block:not(.xterm-cursor-blink) { background-color: ${e.cursor.css} !important; color: ${e.cursorAccent.css} !important;}${this._terminalSelector} .${He} .xterm-cursor.xterm-cursor-outline { outline: 1px solid ${e.cursor.css}; outline-offset: -1px;}${this._terminalSelector} .${He} .xterm-cursor.xterm-cursor-bar { box-shadow: ${this._optionsService.rawOptions.cursorWidth}px 0 0 ${e.cursor.css} inset;}${this._terminalSelector} .${He} .xterm-cursor.xterm-cursor-underline { border-bottom: 1px ${e.cursor.css}; border-bottom-style: solid; height: calc(100% - 1px);}`,i+=`${this._terminalSelector} .${Ti} { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none;}${this._terminalSelector}.focus .${Ti} div { position: absolute; background-color: ${e.selectionBackgroundOpaque.css};}${this._terminalSelector} .${Ti} div { position: absolute; background-color: ${e.selectionInactiveBackgroundOpaque.css};}`;for(let[o,a]of e.ansi.entries())i+=`${this._terminalSelector} .${Bi}${o} { color: ${a.css}; }${this._terminalSelector} .${Bi}${o}.xterm-dim { color: ${Z.multiplyOpacity(a,.5).css}; }${this._terminalSelector} .${un}${o} { background-color: ${a.css}; }`;i+=`${this._terminalSelector} .${Bi}257 { color: ${Z.opaque(e.background).css}; }${this._terminalSelector} .${Bi}257.xterm-dim { color: ${Z.multiplyOpacity(Z.opaque(e.background),.5).css}; }${this._terminalSelector} .${un}257 { background-color: ${e.foreground.css}; }`,this._themeStyleElement.textContent=i}_setDefaultSpacing(){let e=this.dimensions.css.cell.width-this._widthCache.get("W",!1,!1);this._rowContainer.style.letterSpacing=`${e}px`,this._rowFactory.defaultSpacing=e}handleDevicePixelRatioChange(){this._updateDimensions(),this._widthCache.clear(),this._setDefaultSpacing()}_refreshRowElements(e,i){for(let s=this._rowElements.length;s<=i;s++){let r=this._document.createElement("div");this._rowContainer.appendChild(r),this._rowElements.push(r)}for(;this._rowElements.length>i;)this._rowContainer.removeChild(this._rowElements.pop())}handleResize(e,i){this._refreshRowElements(e,i),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(ti),this.renderRows(0,this._bufferService.rows-1)}handleFocus(){this._rowContainer.classList.add(ti),this.renderRows(this._bufferService.buffer.y,this._bufferService.buffer.y)}handleSelectionChanged(e,i,s){if(this._selectionContainer.replaceChildren(),this._rowFactory.handleSelectionChanged(e,i,s),this.renderRows(0,this._bufferService.rows-1),!e||!i||(this._selectionRenderModel.update(this._terminal,e,i,s),!this._selectionRenderModel.hasSelection))return;let r=this._selectionRenderModel.viewportStartRow,n=this._selectionRenderModel.viewportEndRow,o=this._selectionRenderModel.viewportCappedStartRow,a=this._selectionRenderModel.viewportCappedEndRow,h=this._document.createDocumentFragment();if(s){let l=e[0]>i[0];h.appendChild(this._createSelectionElement(o,l?i[0]:e[0],l?e[0]:i[0],a-o+1))}else{let l=r===o?e[0]:0,c=o===n?i[0]:this._bufferService.cols;h.appendChild(this._createSelectionElement(o,l,c));let d=a-o-1;if(h.appendChild(this._createSelectionElement(o+1,0,this._bufferService.cols,d)),o!==a){let u=n===a?i[0]:this._bufferService.cols;h.appendChild(this._createSelectionElement(a,0,u))}}this._selectionContainer.appendChild(h)}_createSelectionElement(e,i,s,r=1){let n=this._document.createElement("div"),o=i*this.dimensions.css.cell.width,a=this.dimensions.css.cell.width*(s-i);return o+a>this.dimensions.css.canvas.width&&(a=this.dimensions.css.canvas.width-o),n.style.height=`${r*this.dimensions.css.cell.height}px`,n.style.top=`${e*this.dimensions.css.cell.height}px`,n.style.left=`${o}px`,n.style.width=`${a}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(let e of this._rowElements)e.replaceChildren()}renderRows(e,i){let s=this._bufferService.buffer,r=s.ybase+s.y,n=Math.min(s.x,this._bufferService.cols-1),o=this._coreService.decPrivateModes.cursorBlink??this._optionsService.rawOptions.cursorBlink,a=this._coreService.decPrivateModes.cursorStyle??this._optionsService.rawOptions.cursorStyle,h=this._optionsService.rawOptions.cursorInactiveStyle;for(let l=e;l<=i;l++){let c=l+s.ydisp,d=this._rowElements[l],u=s.lines.get(c);if(!d||!u)break;d.replaceChildren(...this._rowFactory.createRow(u,c,c===r,a,h,n,o,this.dimensions.css.cell.width,this._widthCache,-1,-1))}}get _terminalSelector(){return`.${fs}${this._terminalClass}`}_handleLinkHover(e){this._setCellUnderline(e.x1,e.x2,e.y1,e.y2,e.cols,!0)}_handleLinkLeave(e){this._setCellUnderline(e.x1,e.x2,e.y1,e.y2,e.cols,!1)}_setCellUnderline(e,i,s,r,n,o){s<0&&(e=0),r<0&&(i=0);let a=this._bufferService.rows-1;s=Math.max(Math.min(s,a),0),r=Math.max(Math.min(r,a),0),n=Math.min(n,this._bufferService.cols);let h=this._bufferService.buffer,l=h.ybase+h.y,c=Math.min(h.x,n-1),d=this._optionsService.rawOptions.cursorBlink,u=this._optionsService.rawOptions.cursorStyle,g=this._optionsService.rawOptions.cursorInactiveStyle;for(let f=s;f<=r;++f){let v=f+h.ydisp,y=this._rowElements[f],E=h.lines.get(v);if(!y||!E)break;y.replaceChildren(...this._rowFactory.createRow(E,v,v===l,u,g,c,d,this.dimensions.css.cell.width,this._widthCache,o?f===s?e:0:-1,o?(f===r?i:n)-1:-1))}}};nr=oe([O(7,kr),O(8,ss),O(9,De),O(10,Ae),O(11,Nt),O(12,vt),O(13,jt)],nr);var or=class extends H{constructor(e,i,s){super(),this._optionsService=s,this.width=0,this.height=0,this._onCharSizeChange=this._register(new I),this.onCharSizeChange=this._onCharSizeChange.event;try{this._measureStrategy=this._register(new $h(this._optionsService))}catch{this._measureStrategy=this._register(new Oh(e,i,this._optionsService))}this._register(this._optionsService.onMultipleOptionChange(["fontFamily","fontSize"],()=>this.measure()))}get hasValidSize(){return this.width>0&&this.height>0}measure(){let e=this._measureStrategy.measure();(e.width!==this.width||e.height!==this.height)&&(this.width=e.width,this.height=e.height,this._onCharSizeChange.fire())}};or=oe([O(2,De)],or);var Vo=class extends H{constructor(){super(...arguments),this._result={width:0,height:0}}_validateAndSet(t,e){t!==void 0&&t>0&&e!==void 0&&e>0&&(this._result.width=t,this._result.height=e)}},Oh=class extends Vo{constructor(t,e,i){super(),this._document=t,this._parentElement=e,this._optionsService=i,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}},$h=class extends Vo{constructor(e){super(),this._optionsService=e,this._canvas=new OffscreenCanvas(100,100),this._ctx=this._canvas.getContext("2d");let i=this._ctx.measureText("W");if(!("width"in i&&"fontBoundingBoxAscent"in i&&"fontBoundingBoxDescent"in i))throw new Error("Required font metrics not supported")}measure(){this._ctx.font=`${this._optionsService.rawOptions.fontSize}px ${this._optionsService.rawOptions.fontFamily}`;let e=this._ctx.measureText("W");return this._validateAndSet(e.width,e.fontBoundingBoxAscent+e.fontBoundingBoxDescent),this._result}},Fh=class extends H{constructor(e,i,s){super(),this._textarea=e,this._window=i,this.mainDocument=s,this._isFocused=!1,this._cachedIsFocused=void 0,this._screenDprMonitor=this._register(new Nh(this._window)),this._onDprChange=this._register(new I),this.onDprChange=this._onDprChange.event,this._onWindowChange=this._register(new I),this.onWindowChange=this._onWindowChange.event,this._register(this.onWindowChange(r=>this._screenDprMonitor.setWindow(r))),this._register(Ee.forward(this._screenDprMonitor.onDprChange,this._onDprChange)),this._register(N(this._textarea,"focus",()=>this._isFocused=!0)),this._register(N(this._textarea,"blur",()=>this._isFocused=!1))}get window(){return this._window}set window(e){this._window!==e&&(this._window=e,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}},Nh=class extends H{constructor(e){super(),this._parentWindow=e,this._windowResizeListener=this._register(new Xt),this._onDprChange=this._register(new I),this.onDprChange=this._onDprChange.event,this._outerListener=()=>this._setDprAndFireIfDiffers(),this._currentDevicePixelRatio=this._parentWindow.devicePixelRatio,this._updateDpr(),this._setWindowResizeListener(),this._register(ee(()=>this.clearListener()))}setWindow(e){this._parentWindow=e,this._setWindowResizeListener(),this._setDprAndFireIfDiffers()}_setWindowResizeListener(){this._windowResizeListener.value=N(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)}},Wh=class extends H{constructor(){super(),this.linkProviders=[],this._register(ee(()=>this.linkProviders.length=0))}registerLinkProvider(t){return this.linkProviders.push(t),{dispose:()=>{let e=this.linkProviders.indexOf(t);e!==-1&&this.linkProviders.splice(e,1)}}}};function Dr(t,e,i){let s=i.getBoundingClientRect(),r=t.getComputedStyle(i),n=parseInt(r.getPropertyValue("padding-left")),o=parseInt(r.getPropertyValue("padding-top"));return[e.clientX-s.left-n,e.clientY-s.top-o]}function zh(t,e,i,s,r,n,o,a,h){if(!n)return;let l=Dr(t,e,i);if(l)return l[0]=Math.ceil((l[0]+(h?o/2:0))/o),l[1]=Math.ceil(l[1]/a),l[0]=Math.min(Math.max(l[0],1),s+(h?1:0)),l[1]=Math.min(Math.max(l[1],1),r),l}var ar=class{constructor(e,i){this._renderService=e,this._charSizeService=i}getCoords(e,i,s,r,n){return zh(window,e,i,s,r,this._charSizeService.hasValidSize,this._renderService.dimensions.css.cell.width,this._renderService.dimensions.css.cell.height,n)}getMouseReportCoords(e,i){let s=Dr(window,e,i);if(this._charSizeService.hasValidSize)return s[0]=Math.min(Math.max(s[0],0),this._renderService.dimensions.css.canvas.width-1),s[1]=Math.min(Math.max(s[1],0),this._renderService.dimensions.css.canvas.height-1),{col:Math.floor(s[0]/this._renderService.dimensions.css.cell.width),row:Math.floor(s[1]/this._renderService.dimensions.css.cell.height),x:Math.floor(s[0]),y:Math.floor(s[1])}}};ar=oe([O(0,mt),O(1,ss)],ar);var Hh=class{constructor(e,i){this._renderCallback=e,this._coreBrowserService=i,this._refreshCallbacks=[]}dispose(){this._animationFrame&&(this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)}addRefreshCallback(e){return this._refreshCallbacks.push(e),this._animationFrame||(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>this._innerRefresh())),this._animationFrame}refresh(e,i,s){this._rowCount=s,e=e!==void 0?e:0,i=i!==void 0?i:this._rowCount-1,this._rowStart=this._rowStart!==void 0?Math.min(this._rowStart,e):e,this._rowEnd=this._rowEnd!==void 0?Math.max(this._rowEnd,i):i,!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){this._runRefreshCallbacks();return}let e=Math.max(this._rowStart,0),i=Math.min(this._rowEnd,this._rowCount-1);this._rowStart=void 0,this._rowEnd=void 0,this._renderCallback(e,i),this._runRefreshCallbacks()}_runRefreshCallbacks(){for(let e of this._refreshCallbacks)e(0);this._refreshCallbacks=[]}},Yo={};Za(Yo,{getSafariVersion:()=>qh,isChromeOS:()=>Jo,isFirefox:()=>Go,isIpad:()=>Kh,isIphone:()=>Vh,isLegacyEdge:()=>Uh,isLinux:()=>Pr,isMac:()=>Zi,isNode:()=>rs,isSafari:()=>Xo,isWindows:()=>jo});var rs=typeof process<"u"&&"title"in process,xi=rs?"node":navigator.userAgent,ki=rs?"node":navigator.platform,Go=xi.includes("Firefox"),Uh=xi.includes("Edge"),Xo=/^((?!chrome|android).)*safari/i.test(xi);function qh(){if(!Xo)return 0;let t=xi.match(/Version\/(\d+)/);return t===null||t.length<2?0:parseInt(t[1])}var Zi=["Macintosh","MacIntel","MacPPC","Mac68K"].includes(ki),Kh=ki==="iPad",Vh=ki==="iPhone",jo=["Windows","Win16","Win32","WinCE"].includes(ki),Pr=ki.indexOf("Linux")>=0,Jo=/\bCrOS\b/.test(xi),Zo=class{constructor(){this._tasks=[],this._i=0}enqueue(t){this._tasks.push(t),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(t){this._idleCallback=void 0;let e=0,i=0,s=t.timeRemaining(),r=0;for(;this._i<this._tasks.length;){if(e=performance.now(),this._tasks[this._i]()||this._i++,e=Math.max(1,performance.now()-e),i=Math.max(e,i),r=t.timeRemaining(),i*1.5>r){s-e<-20&&console.warn(`task queue exceeded allotted deadline by ${Math.abs(Math.round(s-e))}ms`),this._start();return}s=r}this.clear()}},Yh=class extends Zo{_requestCallback(e){return setTimeout(()=>e(this._createDeadline(16)))}_cancelCallback(e){clearTimeout(e)}_createDeadline(e){let i=performance.now()+e;return{timeRemaining:()=>Math.max(0,i-performance.now())}}},Gh=class extends Zo{_requestCallback(t){return requestIdleCallback(t)}_cancelCallback(t){cancelIdleCallback(t)}},Qi=!rs&&"requestIdleCallback"in window?Gh:Yh,Xh=class{constructor(){this._queue=new Qi}set(t){this._queue.clear(),this._queue.enqueue(t)}flush(){this._queue.flush()}},lr=class extends H{constructor(e,i,s,r,n,o,a,h,l){super(),this._rowCount=e,this._optionsService=s,this._charSizeService=r,this._coreService=n,this._coreBrowserService=h,this._renderer=this._register(new Xt),this._pausedResizeTask=new Xh,this._observerDisposable=this._register(new Xt),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 I),this.onDimensionsChange=this._onDimensionsChange.event,this._onRenderedViewportChange=this._register(new I),this.onRenderedViewportChange=this._onRenderedViewportChange.event,this._onRender=this._register(new I),this.onRender=this._onRender.event,this._onRefreshRequest=this._register(new I),this.onRefreshRequest=this._onRefreshRequest.event,this._renderDebouncer=new Hh((c,d)=>this._renderRows(c,d),this._coreBrowserService),this._register(this._renderDebouncer),this._syncOutputHandler=new jh(this._coreBrowserService,this._coreService,()=>this._fullRefresh()),this._register(ee(()=>this._syncOutputHandler.dispose())),this._register(this._coreBrowserService.onDprChange(()=>this.handleDevicePixelRatioChange())),this._register(a.onResize(()=>this._fullRefresh())),this._register(a.buffers.onBufferActivate(()=>this._renderer.value?.clear())),this._register(this._optionsService.onOptionChange(()=>this._handleOptionsChanged())),this._register(this._charSizeService.onCharSizeChange(()=>this.handleCharSizeChanged())),this._register(o.onDecorationRegistered(()=>this._fullRefresh())),this._register(o.onDecorationRemoved(()=>this._fullRefresh())),this._register(this._optionsService.onMultipleOptionChange(["customGlyphs","drawBoldTextInBrightColors","letterSpacing","lineHeight","fontFamily","fontSize","fontWeight","fontWeightBold","minimumContrastRatio","rescaleOverlappingGlyphs"],()=>{this.clear(),this.handleResize(a.cols,a.rows),this._fullRefresh()})),this._register(this._optionsService.onMultipleOptionChange(["cursorBlink","cursorStyle"],()=>this.refreshRows(a.buffer.y,a.buffer.y,!0))),this._register(l.onChangeColors(()=>this._fullRefresh())),this._registerIntersectionObserver(this._coreBrowserService.window,i),this._register(this._coreBrowserService.onWindowChange(c=>this._registerIntersectionObserver(c,i)))}get dimensions(){return this._renderer.value.dimensions}_registerIntersectionObserver(e,i){if("IntersectionObserver"in e){let s=new e.IntersectionObserver(r=>this._handleIntersectionChange(r[r.length-1]),{threshold:0});s.observe(i),this._observerDisposable.value=ee(()=>s.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,s=!1){if(this._isPaused){this._needsFullRefresh=!0;return}if(this._coreService.decPrivateModes.synchronizedOutput){this._syncOutputHandler.bufferRows(e,i);return}let r=this._syncOutputHandler.flush();r&&(e=Math.min(e,r.start),i=Math.max(i,r.end)),s||(this._isNextRenderRedrawOnly=!1),this._renderDebouncer.refresh(e,i,this._rowCount)}_renderRows(e,i){if(this._renderer.value){if(this._coreService.decPrivateModes.synchronizedOutput){this._syncOutputHandler.bufferRows(e,i);return}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,s){this._selectionState.start=e,this._selectionState.end=i,this._selectionState.columnSelectMode=s,this._renderer.value?.handleSelectionChanged(e,i,s)}handleCursorMove(){this._renderer.value?.handleCursorMove()}clear(){this._renderer.value?.clear()}};lr=oe([O(2,De),O(3,ss),O(4,Nt),O(5,Ci),O(6,Ae),O(7,vt),O(8,jt)],lr);var jh=class{constructor(t,e,i){this._coreBrowserService=t,this._coreService=e,this._onTimeout=i,this._start=0,this._end=0,this._isBuffering=!1}bufferRows(t,e){this._isBuffering?(this._start=Math.min(this._start,t),this._end=Math.max(this._end,e)):(this._start=t,this._end=e,this._isBuffering=!0),this._timeout===void 0&&(this._timeout=this._coreBrowserService.window.setTimeout(()=>{this._timeout=void 0,this._coreService.decPrivateModes.synchronizedOutput=!1,this._onTimeout()},1e3))}flush(){if(this._timeout!==void 0&&(this._coreBrowserService.window.clearTimeout(this._timeout),this._timeout=void 0),!this._isBuffering)return;let t={start:this._start,end:this._end};return this._isBuffering=!1,t}dispose(){this._timeout!==void 0&&(this._coreBrowserService.window.clearTimeout(this._timeout),this._timeout=void 0)}};function Jh(t,e,i,s){let r=i.buffer.x,n=i.buffer.y;if(!i.buffer.hasScrollback)return ec(r,n,t,e,i,s)+ns(n,e,i,s)+tc(r,n,t,e,i,s);let o;if(n===e)return o=r>t?"D":"C",Si(Math.abs(r-t),mi(o,s));o=n>e?"D":"C";let a=Math.abs(n-e),h=Qh(n>e?t:r,i)+(a-1)*i.cols+1+Zh(n>e?r:t);return Si(h,mi(o,s))}function Zh(t,e){return t-1}function Qh(t,e){return e.cols-t}function ec(t,e,i,s,r,n){return ns(e,s,r,n).length===0?"":Si(ea(t,e,t,e-Ft(e,r),!1,r).length,mi("D",n))}function ns(t,e,i,s){let r=t-Ft(t,i),n=e-Ft(e,i),o=Math.abs(r-n)-ic(t,e,i);return Si(o,mi(Qo(t,e),s))}function tc(t,e,i,s,r,n){let o;ns(e,s,r,n).length>0?o=s-Ft(s,r):o=e;let a=s,h=sc(t,e,i,s,r,n);return Si(ea(t,o,i,a,h==="C",r).length,mi(h,n))}function ic(t,e,i){let s=0,r=t-Ft(t,i),n=e-Ft(e,i);for(let o=0;o<Math.abs(r-n);o++){let a=Qo(t,e)==="A"?-1:1;i.buffer.lines.get(r+a*o)?.isWrapped&&s++}return s}function Ft(t,e){let i=0,s=e.buffer.lines.get(t),r=s?.isWrapped;for(;r&&t>=0&&t<e.rows;)i++,s=e.buffer.lines.get(--t),r=s?.isWrapped;return i}function sc(t,e,i,s,r,n){let o;return ns(i,s,r,n).length>0?o=s-Ft(s,r):o=e,t<i&&o<=s||t>=i&&o<s?"C":"D"}function Qo(t,e){return t>e?"A":"B"}function ea(t,e,i,s,r,n){let o=t,a=e,h="";for(;(o!==i||a!==s)&&a>=0&&a<n.buffer.lines.length;)o+=r?1:-1,r&&o>n.cols-1?(h+=n.buffer.translateBufferLineToString(a,!1,t,o),o=0,t=0,a++):!r&&o<0&&(h+=n.buffer.translateBufferLineToString(a,!1,0,t+1),o=n.cols-1,t=o,a--);return h+n.buffer.translateBufferLineToString(a,!1,t,o)}function mi(t,e){let i=e?"O":"[";return T.ESC+i+t}function Si(t,e){t=Math.floor(t);let i="";for(let s=0;s<t;s++)i+=e;return i}var rc=class{constructor(t){this._bufferService=t,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.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()){let t=this.selectionStart[0]+this.selectionStartLength;return t>this._bufferService.cols?t%this._bufferService.cols===0?[this._bufferService.cols,this.selectionStart[1]+Math.floor(t/this._bufferService.cols)-1]:[t%this._bufferService.cols,this.selectionStart[1]+Math.floor(t/this._bufferService.cols)]:[t,this.selectionStart[1]]}if(this.selectionStartLength&&this.selectionEnd[1]===this.selectionStart[1]){let t=this.selectionStart[0]+this.selectionStartLength;return t>this._bufferService.cols?[t%this._bufferService.cols,this.selectionStart[1]+Math.floor(t/this._bufferService.cols)]:[Math.max(t,this.selectionEnd[0]),this.selectionEnd[1]]}return this.selectionEnd}}areSelectionValuesReversed(){let t=this.selectionStart,e=this.selectionEnd;return!t||!e?!1:t[1]>e[1]||t[1]===e[1]&&t[0]>e[0]}handleTrim(t){return this.selectionStart&&(this.selectionStart[1]-=t),this.selectionEnd&&(this.selectionEnd[1]-=t),this.selectionEnd&&this.selectionEnd[1]<0?(this.clearSelection(),!0):(this.selectionStart&&this.selectionStart[1]<0&&(this.selectionStart[1]=0),!1)}};function _n(t,e){if(t.start.y>t.end.y)throw new Error(`Buffer range end (${t.end.x}, ${t.end.y}) cannot be before start (${t.start.x}, ${t.start.y})`);return e*(t.end.y-t.start.y)+(t.end.x-t.start.x+1)}var gs=50,nc=15,oc=50,ac=500,lc=" ",hc=new RegExp(lc,"g"),hr=class extends H{constructor(e,i,s,r,n,o,a,h,l){super(),this._element=e,this._screenElement=i,this._linkifier=s,this._bufferService=r,this._coreService=n,this._mouseService=o,this._optionsService=a,this._renderService=h,this._coreBrowserService=l,this._dragScrollAmount=0,this._enabled=!0,this._workCell=new Ge,this._mouseDownTimeStamp=0,this._oldHasSelection=!1,this._oldSelectionStart=void 0,this._oldSelectionEnd=void 0,this._onLinuxMouseSelection=this._register(new I),this.onLinuxMouseSelection=this._onLinuxMouseSelection.event,this._onRedrawRequest=this._register(new I),this.onRequestRedraw=this._onRedrawRequest.event,this._onSelectionChange=this._register(new I),this.onSelectionChange=this._onSelectionChange.event,this._onRequestScrollLines=this._register(new I),this.onRequestScrollLines=this._onRequestScrollLines.event,this._mouseMoveListener=c=>this._handleMouseMove(c),this._mouseUpListener=c=>this._handleMouseUp(c),this._coreService.onUserInput(()=>{this.hasSelection&&this.clearSelection()}),this._trimListener=this._bufferService.buffer.lines.onTrim(c=>this._handleTrim(c)),this._register(this._bufferService.buffers.onBufferActivate(c=>this._handleBufferActivate(c))),this.enable(),this._model=new rc(this._bufferService),this._activeSelectionMode=0,this._register(ee(()=>{this._removeMouseDownListeners()})),this._register(this._bufferService.onResize(c=>{c.rowsChanged&&this.clearSelection()}))}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(){let e=this._model.finalSelectionStart,i=this._model.finalSelectionEnd;return!e||!i?!1:e[0]!==i[0]||e[1]!==i[1]}get selectionText(){let e=this._model.finalSelectionStart,i=this._model.finalSelectionEnd;if(!e||!i)return"";let s=this._bufferService.buffer,r=[];if(this._activeSelectionMode===3){if(e[0]===i[0])return"";let n=e[0]<i[0]?e[0]:i[0],o=e[0]<i[0]?i[0]:e[0];for(let a=e[1];a<=i[1];a++){let h=s.translateBufferLineToString(a,!0,n,o);r.push(h)}}else{let n=e[1]===i[1]?i[0]:void 0;r.push(s.translateBufferLineToString(e[1],!0,e[0],n));for(let o=e[1]+1;o<=i[1]-1;o++){let a=s.lines.get(o),h=s.translateBufferLineToString(o,!0);a?.isWrapped?r[r.length-1]+=h:r.push(h)}if(e[1]!==i[1]){let o=s.lines.get(i[1]),a=s.translateBufferLineToString(i[1],!0,0,i[0]);o&&o.isWrapped?r[r.length-1]+=a:r.push(a)}}return r.map(n=>n.replace(hc," ")).join(jo?`\r
14
+ `:`
15
+ `)}clearSelection(){this._model.clearSelection(),this._removeMouseDownListeners(),this.refresh(),this._onSelectionChange.fire()}refresh(e){this._refreshAnimationFrame||(this._refreshAnimationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>this._refresh())),Pr&&e&&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(e){let i=this._getMouseBufferCoords(e),s=this._model.finalSelectionStart,r=this._model.finalSelectionEnd;return!s||!r||!i?!1:this._areCoordsInSelection(i,s,r)}isCellInSelection(e,i){let s=this._model.finalSelectionStart,r=this._model.finalSelectionEnd;return!s||!r?!1:this._areCoordsInSelection([e,i],s,r)}_areCoordsInSelection(e,i,s){return e[1]>i[1]&&e[1]<s[1]||i[1]===s[1]&&e[1]===i[1]&&e[0]>=i[0]&&e[0]<s[0]||i[1]<s[1]&&e[1]===s[1]&&e[0]<s[0]||i[1]<s[1]&&e[1]===i[1]&&e[0]>=i[0]}_selectWordAtCursor(e,i){let s=this._linkifier.currentLink?.link?.range;if(s)return this._model.selectionStart=[s.start.x-1,s.start.y-1],this._model.selectionStartLength=_n(s,this._bufferService.cols),this._model.selectionEnd=void 0,!0;let r=this._getMouseBufferCoords(e);return r?(this._selectWordAt(r,i),this._model.selectionEnd=void 0,!0):!1}selectAll(){this._model.isSelectAllActive=!0,this.refresh(),this._onSelectionChange.fire()}selectLines(e,i){this._model.clearSelection(),e=Math.max(e,0),i=Math.min(i,this._bufferService.buffer.lines.length-1),this._model.selectionStart=[0,e],this._model.selectionEnd=[this._bufferService.cols,i],this.refresh(),this._onSelectionChange.fire()}_handleTrim(e){this._model.handleTrim(e)&&this.refresh()}_getMouseBufferCoords(e){let i=this._mouseService.getCoords(e,this._screenElement,this._bufferService.cols,this._bufferService.rows,!0);if(i)return i[0]--,i[1]--,i[1]+=this._bufferService.buffer.ydisp,i}_getMouseEventScrollAmount(e){let i=Dr(this._coreBrowserService.window,e,this._screenElement)[1],s=this._renderService.dimensions.css.canvas.height;return i>=0&&i<=s?0:(i>s&&(i-=s),i=Math.min(Math.max(i,-gs),gs),i/=gs,i/Math.abs(i)+Math.round(i*(nc-1)))}shouldForceSelection(e){return Zi?e.altKey&&this._optionsService.rawOptions.macOptionClickForcesSelection:e.shiftKey}handleMouseDown(e){if(this._mouseDownTimeStamp=e.timeStamp,!(e.button===2&&this.hasSelection)&&e.button===0){if(!this._enabled){if(!this.shouldForceSelection(e))return;e.stopPropagation()}e.preventDefault(),this._dragScrollAmount=0,this._enabled&&e.shiftKey?this._handleIncrementalClick(e):e.detail===1?this._handleSingleClick(e):e.detail===2?this._handleDoubleClick(e):e.detail===3&&this._handleTripleClick(e),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(),oc)}_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(e){this._model.selectionStart&&(this._model.selectionEnd=this._getMouseBufferCoords(e))}_handleSingleClick(e){if(this._model.selectionStartLength=0,this._model.isSelectAllActive=!1,this._activeSelectionMode=this.shouldColumnSelect(e)?3:0,this._model.selectionStart=this._getMouseBufferCoords(e),!this._model.selectionStart)return;this._model.selectionEnd=void 0;let i=this._bufferService.buffer.lines.get(this._model.selectionStart[1]);i&&i.length!==this._model.selectionStart[0]&&i.hasWidth(this._model.selectionStart[0])===0&&this._model.selectionStart[0]++}_handleDoubleClick(e){this._selectWordAtCursor(e,!0)&&(this._activeSelectionMode=1)}_handleTripleClick(e){let i=this._getMouseBufferCoords(e);i&&(this._activeSelectionMode=2,this._selectLineAt(i[1]))}shouldColumnSelect(e){return e.altKey&&!(Zi&&this._optionsService.rawOptions.macOptionClickForcesSelection)}_handleMouseMove(e){if(e.stopImmediatePropagation(),!this._model.selectionStart)return;let i=this._model.selectionEnd?[this._model.selectionEnd[0],this._model.selectionEnd[1]]:null;if(this._model.selectionEnd=this._getMouseBufferCoords(e),!this._model.selectionEnd){this.refresh(!0);return}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(e),this._activeSelectionMode!==3&&(this._dragScrollAmount>0?this._model.selectionEnd[0]=this._bufferService.cols:this._dragScrollAmount<0&&(this._model.selectionEnd[0]=0));let s=this._bufferService.buffer;if(this._model.selectionEnd[1]<s.lines.length){let r=s.lines.get(this._model.selectionEnd[1]);r&&r.hasWidth(this._model.selectionEnd[0])===0&&this._model.selectionEnd[0]<this._bufferService.cols&&this._model.selectionEnd[0]++}(!i||i[0]!==this._model.selectionEnd[0]||i[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});let e=this._bufferService.buffer;this._dragScrollAmount>0?(this._activeSelectionMode!==3&&(this._model.selectionEnd[0]=this._bufferService.cols),this._model.selectionEnd[1]=Math.min(e.ydisp+this._bufferService.rows,e.lines.length-1)):(this._activeSelectionMode!==3&&(this._model.selectionEnd[0]=0),this._model.selectionEnd[1]=e.ydisp),this.refresh()}}_handleMouseUp(e){let i=e.timeStamp-this._mouseDownTimeStamp;if(this._removeMouseDownListeners(),this.selectionText.length<=1&&i<ac&&e.altKey&&this._optionsService.rawOptions.altClickMovesCursor){if(this._bufferService.buffer.ybase===this._bufferService.buffer.ydisp){let s=this._mouseService.getCoords(e,this._element,this._bufferService.cols,this._bufferService.rows,!1);if(s&&s[0]!==void 0&&s[1]!==void 0){let r=Jh(s[0]-1,s[1]-1,this._bufferService,this._coreService.decPrivateModes.applicationCursorKeys);this._coreService.triggerDataEvent(r,!0)}}}else this._fireEventIfSelectionChanged()}_fireEventIfSelectionChanged(){let e=this._model.finalSelectionStart,i=this._model.finalSelectionEnd,s=!!e&&!!i&&(e[0]!==i[0]||e[1]!==i[1]);if(!s){this._oldHasSelection&&this._fireOnSelectionChange(e,i,s);return}!e||!i||(!this._oldSelectionStart||!this._oldSelectionEnd||e[0]!==this._oldSelectionStart[0]||e[1]!==this._oldSelectionStart[1]||i[0]!==this._oldSelectionEnd[0]||i[1]!==this._oldSelectionEnd[1])&&this._fireOnSelectionChange(e,i,s)}_fireOnSelectionChange(e,i,s){this._oldSelectionStart=e,this._oldSelectionEnd=i,this._oldHasSelection=s,this._onSelectionChange.fire()}_handleBufferActivate(e){this.clearSelection(),this._trimListener.dispose(),this._trimListener=e.activeBuffer.lines.onTrim(i=>this._handleTrim(i))}_convertViewportColToCharacterIndex(e,i){let s=i;for(let r=0;i>=r;r++){let n=e.loadCell(r,this._workCell).getChars().length;this._workCell.getWidth()===0?s--:n>1&&i!==r&&(s+=n-1)}return s}setSelection(e,i,s){this._model.clearSelection(),this._removeMouseDownListeners(),this._model.selectionStart=[e,i],this._model.selectionStartLength=s,this.refresh(),this._fireEventIfSelectionChanged()}rightClickSelect(e){this._isClickInSelection(e)||(this._selectWordAtCursor(e,!1)&&this.refresh(!0),this._fireEventIfSelectionChanged())}_getWordAt(e,i,s=!0,r=!0){if(e[0]>=this._bufferService.cols)return;let n=this._bufferService.buffer,o=n.lines.get(e[1]);if(!o)return;let a=n.translateBufferLineToString(e[1],!1),h=this._convertViewportColToCharacterIndex(o,e[0]),l=h,c=e[0]-h,d=0,u=0,g=0,f=0;if(a.charAt(h)===" "){for(;h>0&&a.charAt(h-1)===" ";)h--;for(;l<a.length&&a.charAt(l+1)===" ";)l++}else{let E=e[0],_=e[0];o.getWidth(E)===0&&(d++,E--),o.getWidth(_)===2&&(u++,_++);let b=o.getString(_).length;for(b>1&&(f+=b-1,l+=b-1);E>0&&h>0&&!this._isCharWordSeparator(o.loadCell(E-1,this._workCell));){o.loadCell(E-1,this._workCell);let m=this._workCell.getChars().length;this._workCell.getWidth()===0?(d++,E--):m>1&&(g+=m-1,h-=m-1),h--,E--}for(;_<o.length&&l+1<a.length&&!this._isCharWordSeparator(o.loadCell(_+1,this._workCell));){o.loadCell(_+1,this._workCell);let m=this._workCell.getChars().length;this._workCell.getWidth()===2?(u++,_++):m>1&&(f+=m-1,l+=m-1),l++,_++}}l++;let v=h+c-d+g,y=Math.min(this._bufferService.cols,l-h+d+u-g-f);if(!(!i&&a.slice(h,l).trim()==="")){if(s&&v===0&&o.getCodePoint(0)!==32){let E=n.lines.get(e[1]-1);if(E&&o.isWrapped&&E.getCodePoint(this._bufferService.cols-1)!==32){let _=this._getWordAt([this._bufferService.cols-1,e[1]-1],!1,!0,!1);if(_){let b=this._bufferService.cols-_.start;v-=b,y+=b}}}if(r&&v+y===this._bufferService.cols&&o.getCodePoint(this._bufferService.cols-1)!==32){let E=n.lines.get(e[1]+1);if(E?.isWrapped&&E.getCodePoint(0)!==32){let _=this._getWordAt([0,e[1]+1],!1,!1,!0);_&&(y+=_.length)}}return{start:v,length:y}}}_selectWordAt(e,i){let s=this._getWordAt(e,i);if(s){for(;s.start<0;)s.start+=this._bufferService.cols,e[1]--;this._model.selectionStart=[s.start,e[1]],this._model.selectionStartLength=s.length}}_selectToWordAt(e){let i=this._getWordAt(e,!0);if(i){let s=e[1];for(;i.start<0;)i.start+=this._bufferService.cols,s--;if(!this._model.areSelectionValuesReversed())for(;i.start+i.length>this._bufferService.cols;)i.length-=this._bufferService.cols,s++;this._model.selectionEnd=[this._model.areSelectionValuesReversed()?i.start:i.start+i.length,s]}}_isCharWordSeparator(e){return e.getWidth()===0?!1:this._optionsService.rawOptions.wordSeparator.indexOf(e.getChars())>=0}_selectLineAt(e){let i=this._bufferService.buffer.getWrappedRangeForLine(e),s={start:{x:0,y:i.first},end:{x:this._bufferService.cols-1,y:i.last}};this._model.selectionStart=[0,i.first],this._model.selectionEnd=void 0,this._model.selectionStartLength=_n(s,this._bufferService.cols)}};hr=oe([O(3,Ae),O(4,Nt),O(5,Er),O(6,De),O(7,mt),O(8,vt)],hr);var fn=class{constructor(){this._data={}}set(e,i,s){this._data[e]||(this._data[e]={}),this._data[e][i]=s}get(e,i){return this._data[e]?this._data[e][i]:void 0}clear(){this._data={}}},gn=class{constructor(){this._color=new fn,this._css=new fn}setCss(e,i,s){this._css.set(e,i,s)}getCss(e,i){return this._css.get(e,i)}setColor(e,i,s){this._color.set(e,i,s)}getColor(e,i){return this._color.get(e,i)}clear(){this._color.clear(),this._css.clear()}},de=Object.freeze((()=>{let t=[ie.toColor("#2e3436"),ie.toColor("#cc0000"),ie.toColor("#4e9a06"),ie.toColor("#c4a000"),ie.toColor("#3465a4"),ie.toColor("#75507b"),ie.toColor("#06989a"),ie.toColor("#d3d7cf"),ie.toColor("#555753"),ie.toColor("#ef2929"),ie.toColor("#8ae234"),ie.toColor("#fce94f"),ie.toColor("#729fcf"),ie.toColor("#ad7fa8"),ie.toColor("#34e2e2"),ie.toColor("#eeeeec")],e=[0,95,135,175,215,255];for(let i=0;i<216;i++){let s=e[i/36%6|0],r=e[i/6%6|0],n=e[i%6];t.push({css:ce.toCss(s,r,n),rgba:ce.toRgba(s,r,n)})}for(let i=0;i<24;i++){let s=8+i*10;t.push({css:ce.toCss(s,s,s),rgba:ce.toRgba(s,s,s)})}return t})()),Tt=ie.toColor("#ffffff"),ui=ie.toColor("#000000"),pn=ie.toColor("#ffffff"),vn=ui,ii={css:"rgba(255, 255, 255, 0.3)",rgba:4294967117},cc=Tt,cr=class extends H{constructor(e){super(),this._optionsService=e,this._contrastCache=new gn,this._halfContrastCache=new gn,this._onChangeColors=this._register(new I),this.onChangeColors=this._onChangeColors.event,this._colors={foreground:Tt,background:ui,cursor:pn,cursorAccent:vn,selectionForeground:void 0,selectionBackgroundTransparent:ii,selectionBackgroundOpaque:Z.blend(ui,ii),selectionInactiveBackgroundTransparent:ii,selectionInactiveBackgroundOpaque:Z.blend(ui,ii),scrollbarSliderBackground:Z.opacity(Tt,.2),scrollbarSliderHoverBackground:Z.opacity(Tt,.4),scrollbarSliderActiveBackground:Z.opacity(Tt,.5),overviewRulerBorder:Tt,ansi:de.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)))}get colors(){return this._colors}_setTheme(e={}){let i=this._colors;if(i.foreground=Y(e.foreground,Tt),i.background=Y(e.background,ui),i.cursor=Z.blend(i.background,Y(e.cursor,pn)),i.cursorAccent=Z.blend(i.background,Y(e.cursorAccent,vn)),i.selectionBackgroundTransparent=Y(e.selectionBackground,ii),i.selectionBackgroundOpaque=Z.blend(i.background,i.selectionBackgroundTransparent),i.selectionInactiveBackgroundTransparent=Y(e.selectionInactiveBackground,i.selectionBackgroundTransparent),i.selectionInactiveBackgroundOpaque=Z.blend(i.background,i.selectionInactiveBackgroundTransparent),i.selectionForeground=e.selectionForeground?Y(e.selectionForeground,cn):void 0,i.selectionForeground===cn&&(i.selectionForeground=void 0),Z.isOpaque(i.selectionBackgroundTransparent)&&(i.selectionBackgroundTransparent=Z.opacity(i.selectionBackgroundTransparent,.3)),Z.isOpaque(i.selectionInactiveBackgroundTransparent)&&(i.selectionInactiveBackgroundTransparent=Z.opacity(i.selectionInactiveBackgroundTransparent,.3)),i.scrollbarSliderBackground=Y(e.scrollbarSliderBackground,Z.opacity(i.foreground,.2)),i.scrollbarSliderHoverBackground=Y(e.scrollbarSliderHoverBackground,Z.opacity(i.foreground,.4)),i.scrollbarSliderActiveBackground=Y(e.scrollbarSliderActiveBackground,Z.opacity(i.foreground,.5)),i.overviewRulerBorder=Y(e.overviewRulerBorder,cc),i.ansi=de.slice(),i.ansi[0]=Y(e.black,de[0]),i.ansi[1]=Y(e.red,de[1]),i.ansi[2]=Y(e.green,de[2]),i.ansi[3]=Y(e.yellow,de[3]),i.ansi[4]=Y(e.blue,de[4]),i.ansi[5]=Y(e.magenta,de[5]),i.ansi[6]=Y(e.cyan,de[6]),i.ansi[7]=Y(e.white,de[7]),i.ansi[8]=Y(e.brightBlack,de[8]),i.ansi[9]=Y(e.brightRed,de[9]),i.ansi[10]=Y(e.brightGreen,de[10]),i.ansi[11]=Y(e.brightYellow,de[11]),i.ansi[12]=Y(e.brightBlue,de[12]),i.ansi[13]=Y(e.brightMagenta,de[13]),i.ansi[14]=Y(e.brightCyan,de[14]),i.ansi[15]=Y(e.brightWhite,de[15]),e.extendedAnsi){let s=Math.min(i.ansi.length-16,e.extendedAnsi.length);for(let r=0;r<s;r++)i.ansi[r+16]=Y(e.extendedAnsi[r],de[r+16])}this._contrastCache.clear(),this._halfContrastCache.clear(),this._updateRestoreColors(),this._onChangeColors.fire(this.colors)}restoreColor(e){this._restoreColor(e),this._onChangeColors.fire(this.colors)}_restoreColor(e){if(e===void 0){for(let i=0;i<this._restoreColors.ansi.length;++i)this._colors.ansi[i]=this._restoreColors.ansi[i];return}switch(e){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[e]=this._restoreColors.ansi[e]}}modifyColors(e){e(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()}}};cr=oe([O(0,De)],cr);function Y(t,e){if(t!==void 0)try{return ie.toColor(t)}catch{}return e}var dc=class{constructor(...e){this._entries=new Map;for(let[i,s]of e)this.set(i,s)}set(e,i){let s=this._entries.get(e);return this._entries.set(e,i),s}forEach(e){for(let[i,s]of this._entries.entries())e(i,s)}has(e){return this._entries.has(e)}get(e){return this._entries.get(e)}},uc=class{constructor(){this._services=new dc,this._services.set(kr,this)}setService(t,e){this._services.set(t,e)}getService(t){return this._services.get(t)}createInstance(t,...e){let i=nl(t).sort((n,o)=>n.index-o.index),s=[];for(let n of i){let o=this._services.get(n.id);if(!o)throw new Error(`[createInstance] ${t.name} depends on UNKNOWN service ${n.id._id}.`);s.push(o)}let r=i.length>0?i[0].index:e.length;if(e.length!==r)throw new Error(`[createInstance] First service dependency of ${t.name} at position ${r+1} conflicts with ${e.length} static arguments`);return new t(...e,...s)}},_c={trace:0,debug:1,info:2,warn:3,error:4,off:5},fc="xterm.js: ",dr=class extends H{constructor(e){super(),this._optionsService=e,this._logLevel=5,this._updateLogLevel(),this._register(this._optionsService.onSpecificOptionChange("logLevel",()=>this._updateLogLevel()))}get logLevel(){return this._logLevel}_updateLogLevel(){this._logLevel=_c[this._optionsService.rawOptions.logLevel]}_evalLazyOptionalParams(e){for(let i=0;i<e.length;i++)typeof e[i]=="function"&&(e[i]=e[i]())}_log(e,i,s){this._evalLazyOptionalParams(s),e.call(console,(this._optionsService.options.logger?"":fc)+i,...s)}trace(e,...i){this._logLevel<=0&&this._log(this._optionsService.options.logger?.trace.bind(this._optionsService.options.logger)??console.log,e,i)}debug(e,...i){this._logLevel<=1&&this._log(this._optionsService.options.logger?.debug.bind(this._optionsService.options.logger)??console.log,e,i)}info(e,...i){this._logLevel<=2&&this._log(this._optionsService.options.logger?.info.bind(this._optionsService.options.logger)??console.info,e,i)}warn(e,...i){this._logLevel<=3&&this._log(this._optionsService.options.logger?.warn.bind(this._optionsService.options.logger)??console.warn,e,i)}error(e,...i){this._logLevel<=4&&this._log(this._optionsService.options.logger?.error.bind(this._optionsService.options.logger)??console.error,e,i)}};dr=oe([O(0,De)],dr);var mn=class extends H{constructor(e){super(),this._maxLength=e,this.onDeleteEmitter=this._register(new I),this.onDelete=this.onDeleteEmitter.event,this.onInsertEmitter=this._register(new I),this.onInsert=this.onInsertEmitter.event,this.onTrimEmitter=this._register(new I),this.onTrim=this.onTrimEmitter.event,this._array=new Array(this._maxLength),this._startIndex=0,this._length=0}get maxLength(){return this._maxLength}set maxLength(e){if(this._maxLength===e)return;let i=new Array(e);for(let s=0;s<Math.min(e,this.length);s++)i[s]=this._array[this._getCyclicIndex(s)];this._array=i,this._maxLength=e,this._startIndex=0}get length(){return this._length}set length(e){if(e>this._length)for(let i=this._length;i<e;i++)this._array[i]=void 0;this._length=e}get(e){return this._array[this._getCyclicIndex(e)]}set(e,i){this._array[this._getCyclicIndex(e)]=i}push(e){this._array[this._getCyclicIndex(this._length)]=e,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(e,i,...s){if(i){for(let r=e;r<this._length-i;r++)this._array[this._getCyclicIndex(r)]=this._array[this._getCyclicIndex(r+i)];this._length-=i,this.onDeleteEmitter.fire({index:e,amount:i})}for(let r=this._length-1;r>=e;r--)this._array[this._getCyclicIndex(r+s.length)]=this._array[this._getCyclicIndex(r)];for(let r=0;r<s.length;r++)this._array[this._getCyclicIndex(e+r)]=s[r];if(s.length&&this.onInsertEmitter.fire({index:e,amount:s.length}),this._length+s.length>this._maxLength){let r=this._length+s.length-this._maxLength;this._startIndex+=r,this._length=this._maxLength,this.onTrimEmitter.fire(r)}else this._length+=s.length}trimStart(e){e>this._length&&(e=this._length),this._startIndex+=e,this._length-=e,this.onTrimEmitter.fire(e)}shiftElements(e,i,s){if(!(i<=0)){if(e<0||e>=this._length)throw new Error("start argument out of range");if(e+s<0)throw new Error("Cannot shift elements in list beyond index 0");if(s>0){for(let n=i-1;n>=0;n--)this.set(e+n+s,this.get(e+n));let r=e+i+s-this._length;if(r>0)for(this._length+=r;this._length>this._maxLength;)this._length--,this._startIndex++,this.onTrimEmitter.fire(1)}else for(let r=0;r<i;r++)this.set(e+r+s,this.get(e+r))}}_getCyclicIndex(e){return(this._startIndex+e)%this._maxLength}},z=3,le=Object.freeze(new yi),Ri=0,ps=2,_i=class ta{constructor(e,i,s=!1){this.isWrapped=s,this._combined={},this._extendedAttrs={},this._data=new Uint32Array(e*z);let r=i||Ge.fromCharData([0,wo,1,0]);for(let n=0;n<e;++n)this.setCell(n,r);this.length=e}get(e){let i=this._data[e*z+0],s=i&2097151;return[this._data[e*z+1],i&2097152?this._combined[e]:s?kt(s):"",i>>22,i&2097152?this._combined[e].charCodeAt(this._combined[e].length-1):s]}set(e,i){this._data[e*z+1]=i[0],i[1].length>1?(this._combined[e]=i[1],this._data[e*z+0]=e|2097152|i[2]<<22):this._data[e*z+0]=i[1].charCodeAt(0)|i[2]<<22}getWidth(e){return this._data[e*z+0]>>22}hasWidth(e){return this._data[e*z+0]&12582912}getFg(e){return this._data[e*z+1]}getBg(e){return this._data[e*z+2]}hasContent(e){return this._data[e*z+0]&4194303}getCodePoint(e){let i=this._data[e*z+0];return i&2097152?this._combined[e].charCodeAt(this._combined[e].length-1):i&2097151}isCombined(e){return this._data[e*z+0]&2097152}getString(e){let i=this._data[e*z+0];return i&2097152?this._combined[e]:i&2097151?kt(i&2097151):""}isProtected(e){return this._data[e*z+2]&536870912}loadCell(e,i){return Ri=e*z,i.content=this._data[Ri+0],i.fg=this._data[Ri+1],i.bg=this._data[Ri+2],i.content&2097152&&(i.combinedData=this._combined[e]),i.bg&268435456&&(i.extended=this._extendedAttrs[e]),i}setCell(e,i){i.content&2097152&&(this._combined[e]=i.combinedData),i.bg&268435456&&(this._extendedAttrs[e]=i.extended),this._data[e*z+0]=i.content,this._data[e*z+1]=i.fg,this._data[e*z+2]=i.bg}setCellFromCodepoint(e,i,s,r){r.bg&268435456&&(this._extendedAttrs[e]=r.extended),this._data[e*z+0]=i|s<<22,this._data[e*z+1]=r.fg,this._data[e*z+2]=r.bg}addCodepointToCell(e,i,s){let r=this._data[e*z+0];r&2097152?this._combined[e]+=kt(i):r&2097151?(this._combined[e]=kt(r&2097151)+kt(i),r&=-2097152,r|=2097152):r=i|1<<22,s&&(r&=-12582913,r|=s<<22),this._data[e*z+0]=r}insertCells(e,i,s){if(e%=this.length,e&&this.getWidth(e-1)===2&&this.setCellFromCodepoint(e-1,0,1,s),i<this.length-e){let r=new Ge;for(let n=this.length-e-i-1;n>=0;--n)this.setCell(e+i+n,this.loadCell(e+n,r));for(let n=0;n<i;++n)this.setCell(e+n,s)}else for(let r=e;r<this.length;++r)this.setCell(r,s);this.getWidth(this.length-1)===2&&this.setCellFromCodepoint(this.length-1,0,1,s)}deleteCells(e,i,s){if(e%=this.length,i<this.length-e){let r=new Ge;for(let n=0;n<this.length-e-i;++n)this.setCell(e+n,this.loadCell(e+i+n,r));for(let n=this.length-i;n<this.length;++n)this.setCell(n,s)}else for(let r=e;r<this.length;++r)this.setCell(r,s);e&&this.getWidth(e-1)===2&&this.setCellFromCodepoint(e-1,0,1,s),this.getWidth(e)===0&&!this.hasContent(e)&&this.setCellFromCodepoint(e,0,1,s)}replaceCells(e,i,s,r=!1){if(r){for(e&&this.getWidth(e-1)===2&&!this.isProtected(e-1)&&this.setCellFromCodepoint(e-1,0,1,s),i<this.length&&this.getWidth(i-1)===2&&!this.isProtected(i)&&this.setCellFromCodepoint(i,0,1,s);e<i&&e<this.length;)this.isProtected(e)||this.setCell(e,s),e++;return}for(e&&this.getWidth(e-1)===2&&this.setCellFromCodepoint(e-1,0,1,s),i<this.length&&this.getWidth(i-1)===2&&this.setCellFromCodepoint(i,0,1,s);e<i&&e<this.length;)this.setCell(e++,s)}resize(e,i){if(e===this.length)return this._data.length*4*ps<this._data.buffer.byteLength;let s=e*z;if(e>this.length){if(this._data.buffer.byteLength>=s*4)this._data=new Uint32Array(this._data.buffer,0,s);else{let r=new Uint32Array(s);r.set(this._data),this._data=r}for(let r=this.length;r<e;++r)this.setCell(r,i)}else{this._data=this._data.subarray(0,s);let r=Object.keys(this._combined);for(let o=0;o<r.length;o++){let a=parseInt(r[o],10);a>=e&&delete this._combined[a]}let n=Object.keys(this._extendedAttrs);for(let o=0;o<n.length;o++){let a=parseInt(n[o],10);a>=e&&delete this._extendedAttrs[a]}}return this.length=e,s*4*ps<this._data.buffer.byteLength}cleanupMemory(){if(this._data.length*4*ps<this._data.buffer.byteLength){let e=new Uint32Array(this._data.length);return e.set(this._data),this._data=e,1}return 0}fill(e,i=!1){if(i){for(let s=0;s<this.length;++s)this.isProtected(s)||this.setCell(s,e);return}this._combined={},this._extendedAttrs={};for(let s=0;s<this.length;++s)this.setCell(s,e)}copyFrom(e){this.length!==e.length?this._data=new Uint32Array(e._data):this._data.set(e._data),this.length=e.length,this._combined={};for(let i in e._combined)this._combined[i]=e._combined[i];this._extendedAttrs={};for(let i in e._extendedAttrs)this._extendedAttrs[i]=e._extendedAttrs[i];this.isWrapped=e.isWrapped}clone(){let e=new ta(0);e._data=new Uint32Array(this._data),e.length=this.length;for(let i in this._combined)e._combined[i]=this._combined[i];for(let i in this._extendedAttrs)e._extendedAttrs[i]=this._extendedAttrs[i];return e.isWrapped=this.isWrapped,e}getTrimmedLength(){for(let e=this.length-1;e>=0;--e)if(this._data[e*z+0]&4194303)return e+(this._data[e*z+0]>>22);return 0}getNoBgTrimmedLength(){for(let e=this.length-1;e>=0;--e)if(this._data[e*z+0]&4194303||this._data[e*z+2]&50331648)return e+(this._data[e*z+0]>>22);return 0}copyCellsFrom(e,i,s,r,n){let o=e._data;if(n)for(let h=r-1;h>=0;h--){for(let l=0;l<z;l++)this._data[(s+h)*z+l]=o[(i+h)*z+l];o[(i+h)*z+2]&268435456&&(this._extendedAttrs[s+h]=e._extendedAttrs[i+h])}else for(let h=0;h<r;h++){for(let l=0;l<z;l++)this._data[(s+h)*z+l]=o[(i+h)*z+l];o[(i+h)*z+2]&268435456&&(this._extendedAttrs[s+h]=e._extendedAttrs[i+h])}let a=Object.keys(e._combined);for(let h=0;h<a.length;h++){let l=parseInt(a[h],10);l>=i&&(this._combined[l-i+s]=e._combined[l])}}translateToString(e,i,s,r){i=i??0,s=s??this.length,e&&(s=Math.min(s,this.getTrimmedLength())),r&&(r.length=0);let n="";for(;i<s;){let o=this._data[i*z+0],a=o&2097151,h=o&2097152?this._combined[i]:a?kt(a):Et;if(n+=h,r)for(let l=0;l<h.length;++l)r.push(i);i+=o>>22||1}return r&&r.push(i),n}};function gc(t,e,i,s,r,n){let o=[];for(let a=0;a<t.length-1;a++){let h=a,l=t.get(++h);if(!l.isWrapped)continue;let c=[t.get(a)];for(;h<t.length&&l.isWrapped;)c.push(l),l=t.get(++h);if(!n&&s>=a&&s<h){a+=c.length-1;continue}let d=0,u=wi(c,d,e),g=1,f=0;for(;g<c.length;){let y=wi(c,g,e),E=y-f,_=i-u,b=Math.min(E,_);c[d].copyCellsFrom(c[g],f,u,b,!1),u+=b,u===i&&(d++,u=0),f+=b,f===y&&(g++,f=0),u===0&&d!==0&&c[d-1].getWidth(i-1)===2&&(c[d].copyCellsFrom(c[d-1],i-1,u++,1,!1),c[d-1].setCell(i-1,r))}c[d].replaceCells(u,i,r);let v=0;for(let y=c.length-1;y>0&&(y>d||c[y].getTrimmedLength()===0);y--)v++;v>0&&(o.push(a+c.length-v),o.push(v)),a+=c.length-1}return o}function pc(t,e){let i=[],s=0,r=e[s],n=0;for(let o=0;o<t.length;o++)if(r===o){let a=e[++s];t.onDeleteEmitter.fire({index:o-n,amount:a}),o+=a-1,n+=a,r=e[++s]}else i.push(o);return{layout:i,countRemoved:n}}function vc(t,e){let i=[];for(let s=0;s<e.length;s++)i.push(t.get(e[s]));for(let s=0;s<i.length;s++)t.set(s,i[s]);t.length=e.length}function mc(t,e,i){let s=[],r=t.map((h,l)=>wi(t,l,e)).reduce((h,l)=>h+l),n=0,o=0,a=0;for(;a<r;){if(r-a<i){s.push(r-a);break}n+=i;let h=wi(t,o,e);n>h&&(n-=h,o++);let l=t[o].getWidth(n-1)===2;l&&n--;let c=l?i-1:i;s.push(c),a+=c}return s}function wi(t,e,i){if(e===t.length-1)return t[e].getTrimmedLength();let s=!t[e].hasContent(i-1)&&t[e].getWidth(i-1)===1,r=t[e+1].getWidth(0)===2;return s&&r?i-1:i}var ia=class sa{constructor(e){this.line=e,this.isDisposed=!1,this._disposables=[],this._id=sa._nextId++,this._onDispose=this.register(new I),this.onDispose=this._onDispose.event}get id(){return this._id}dispose(){this.isDisposed||(this.isDisposed=!0,this.line=-1,this._onDispose.fire(),$t(this._disposables),this._disposables.length=0)}register(e){return this._disposables.push(e),e}};ia._nextId=1;var Sc=ia,_e={},Rt=_e.B;_e[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:"≥","{":"π","|":"≠","}":"£","~":"·"};_e.A={"#":"£"};_e.B=void 0;_e[4]={"#":"£","@":"¾","[":"ij","\\":"½","]":"|","{":"¨","|":"f","}":"¼","~":"´"};_e.C=_e[5]={"[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"};_e.R={"#":"£","@":"à","[":"°","\\":"ç","]":"§","{":"é","|":"ù","}":"è","~":"¨"};_e.Q={"@":"à","[":"â","\\":"ç","]":"ê","^":"î","`":"ô","{":"é","|":"ù","}":"è","~":"û"};_e.K={"@":"§","[":"Ä","\\":"Ö","]":"Ü","{":"ä","|":"ö","}":"ü","~":"ß"};_e.Y={"#":"£","@":"§","[":"°","\\":"ç","]":"é","`":"ù","{":"à","|":"ò","}":"è","~":"ì"};_e.E=_e[6]={"@":"Ä","[":"Æ","\\":"Ø","]":"Å","^":"Ü","`":"ä","{":"æ","|":"ø","}":"å","~":"ü"};_e.Z={"#":"£","@":"§","[":"¡","\\":"Ñ","]":"¿","{":"°","|":"ñ","}":"ç"};_e.H=_e[7]={"@":"É","[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"};_e["="]={"#":"ù","@":"à","[":"é","\\":"ç","]":"ê","^":"î",_:"è","`":"ô","{":"ä","|":"ö","}":"ü","~":"û"};var Sn=4294967295,wn=class{constructor(t,e,i){this._hasScrollback=t,this._optionsService=e,this._bufferService=i,this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.tabs={},this.savedY=0,this.savedX=0,this.savedCurAttrData=le.clone(),this.savedCharset=Rt,this.markers=[],this._nullCell=Ge.fromCharData([0,wo,1,0]),this._whitespaceCell=Ge.fromCharData([0,Et,1,32]),this._isClearing=!1,this._memoryCleanupQueue=new Qi,this._memoryCleanupPosition=0,this._cols=this._bufferService.cols,this._rows=this._bufferService.rows,this.lines=new mn(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}getNullCell(t){return t?(this._nullCell.fg=t.fg,this._nullCell.bg=t.bg,this._nullCell.extended=t.extended):(this._nullCell.fg=0,this._nullCell.bg=0,this._nullCell.extended=new Xi),this._nullCell}getWhitespaceCell(t){return t?(this._whitespaceCell.fg=t.fg,this._whitespaceCell.bg=t.bg,this._whitespaceCell.extended=t.extended):(this._whitespaceCell.fg=0,this._whitespaceCell.bg=0,this._whitespaceCell.extended=new Xi),this._whitespaceCell}getBlankLine(t,e){return new _i(this._bufferService.cols,this.getNullCell(t),e)}get hasScrollback(){return this._hasScrollback&&this.lines.maxLength>this._rows}get isCursorInViewport(){let t=this.ybase+this.y-this.ydisp;return t>=0&&t<this._rows}_getCorrectBufferLength(t){if(!this._hasScrollback)return t;let e=t+this._optionsService.rawOptions.scrollback;return e>Sn?Sn:e}fillViewportRows(t){if(this.lines.length===0){t===void 0&&(t=le);let e=this._rows;for(;e--;)this.lines.push(this.getBlankLine(t))}}clear(){this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.lines=new mn(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}resize(t,e){let i=this.getNullCell(le),s=0,r=this._getCorrectBufferLength(e);if(r>this.lines.maxLength&&(this.lines.maxLength=r),this.lines.length>0){if(this._cols<t)for(let o=0;o<this.lines.length;o++)s+=+this.lines.get(o).resize(t,i);let n=0;if(this._rows<e)for(let o=this._rows;o<e;o++)this.lines.length<e+this.ybase&&(this._optionsService.rawOptions.windowsMode||this._optionsService.rawOptions.windowsPty.backend!==void 0||this._optionsService.rawOptions.windowsPty.buildNumber!==void 0?this.lines.push(new _i(t,i)):this.ybase>0&&this.lines.length<=this.ybase+this.y+n+1?(this.ybase--,n++,this.ydisp>0&&this.ydisp--):this.lines.push(new _i(t,i)));else for(let o=this._rows;o>e;o--)this.lines.length>e+this.ybase&&(this.lines.length>this.ybase+this.y+1?this.lines.pop():(this.ybase++,this.ydisp++));if(r<this.lines.maxLength){let o=this.lines.length-r;o>0&&(this.lines.trimStart(o),this.ybase=Math.max(this.ybase-o,0),this.ydisp=Math.max(this.ydisp-o,0),this.savedY=Math.max(this.savedY-o,0)),this.lines.maxLength=r}this.x=Math.min(this.x,t-1),this.y=Math.min(this.y,e-1),n&&(this.y+=n),this.savedX=Math.min(this.savedX,t-1),this.scrollTop=0}if(this.scrollBottom=e-1,this._isReflowEnabled&&(this._reflow(t,e),this._cols>t))for(let n=0;n<this.lines.length;n++)s+=+this.lines.get(n).resize(t,i);this._cols=t,this._rows=e,this._memoryCleanupQueue.clear(),s>.1*this.lines.length&&(this._memoryCleanupPosition=0,this._memoryCleanupQueue.enqueue(()=>this._batchedMemoryCleanup()))}_batchedMemoryCleanup(){let t=!0;this._memoryCleanupPosition>=this.lines.length&&(this._memoryCleanupPosition=0,t=!1);let e=0;for(;this._memoryCleanupPosition<this.lines.length;)if(e+=this.lines.get(this._memoryCleanupPosition++).cleanupMemory(),e>100)return!0;return t}get _isReflowEnabled(){let t=this._optionsService.rawOptions.windowsPty;return t&&t.buildNumber?this._hasScrollback&&t.backend==="conpty"&&t.buildNumber>=21376:this._hasScrollback&&!this._optionsService.rawOptions.windowsMode}_reflow(t,e){this._cols!==t&&(t>this._cols?this._reflowLarger(t,e):this._reflowSmaller(t,e))}_reflowLarger(t,e){let i=this._optionsService.rawOptions.reflowCursorLine,s=gc(this.lines,this._cols,t,this.ybase+this.y,this.getNullCell(le),i);if(s.length>0){let r=pc(this.lines,s);vc(this.lines,r.layout),this._reflowLargerAdjustViewport(t,e,r.countRemoved)}}_reflowLargerAdjustViewport(t,e,i){let s=this.getNullCell(le),r=i;for(;r-- >0;)this.ybase===0?(this.y>0&&this.y--,this.lines.length<e&&this.lines.push(new _i(t,s))):(this.ydisp===this.ybase&&this.ydisp--,this.ybase--);this.savedY=Math.max(this.savedY-i,0)}_reflowSmaller(t,e){let i=this._optionsService.rawOptions.reflowCursorLine,s=this.getNullCell(le),r=[],n=0;for(let o=this.lines.length-1;o>=0;o--){let a=this.lines.get(o);if(!a||!a.isWrapped&&a.getTrimmedLength()<=t)continue;let h=[a];for(;a.isWrapped&&o>0;)a=this.lines.get(--o),h.unshift(a);if(!i){let b=this.ybase+this.y;if(b>=o&&b<o+h.length)continue}let l=h[h.length-1].getTrimmedLength(),c=mc(h,this._cols,t),d=c.length-h.length,u;this.ybase===0&&this.y!==this.lines.length-1?u=Math.max(0,this.y-this.lines.maxLength+d):u=Math.max(0,this.lines.length-this.lines.maxLength+d);let g=[];for(let b=0;b<d;b++){let m=this.getBlankLine(le,!0);g.push(m)}g.length>0&&(r.push({start:o+h.length+n,newLines:g}),n+=g.length),h.push(...g);let f=c.length-1,v=c[f];v===0&&(f--,v=c[f]);let y=h.length-d-1,E=l;for(;y>=0;){let b=Math.min(E,v);if(h[f]===void 0)break;if(h[f].copyCellsFrom(h[y],E-b,v-b,b,!0),v-=b,v===0&&(f--,v=c[f]),E-=b,E===0){y--;let m=Math.max(y,0);E=wi(h,m,this._cols)}}for(let b=0;b<h.length;b++)c[b]<t&&h[b].setCell(c[b],s);let _=d-u;for(;_-- >0;)this.ybase===0?this.y<e-1?(this.y++,this.lines.pop()):(this.ybase++,this.ydisp++):this.ybase<Math.min(this.lines.maxLength,this.lines.length+n)-e&&(this.ybase===this.ydisp&&this.ydisp++,this.ybase++);this.savedY=Math.min(this.savedY+d,this.ybase+e-1)}if(r.length>0){let o=[],a=[];for(let v=0;v<this.lines.length;v++)a.push(this.lines.get(v));let h=this.lines.length,l=h-1,c=0,d=r[c];this.lines.length=Math.min(this.lines.maxLength,this.lines.length+n);let u=0;for(let v=Math.min(this.lines.maxLength-1,h+n-1);v>=0;v--)if(d&&d.start>l+u){for(let y=d.newLines.length-1;y>=0;y--)this.lines.set(v--,d.newLines[y]);v++,o.push({index:l+1,amount:d.newLines.length}),u+=d.newLines.length,d=r[++c]}else this.lines.set(v,a[l--]);let g=0;for(let v=o.length-1;v>=0;v--)o[v].index+=g,this.lines.onInsertEmitter.fire(o[v]),g+=o[v].amount;let f=Math.max(0,h+n-this.lines.maxLength);f>0&&this.lines.onTrimEmitter.fire(f)}}translateBufferLineToString(t,e,i=0,s){let r=this.lines.get(t);return r?r.translateToString(e,i,s):""}getWrappedRangeForLine(t){let e=t,i=t;for(;e>0&&this.lines.get(e).isWrapped;)e--;for(;i+1<this.lines.length&&this.lines.get(i+1).isWrapped;)i++;return{first:e,last:i}}setupTabStops(t){for(t!=null?this.tabs[t]||(t=this.prevStop(t)):(this.tabs={},t=0);t<this._cols;t+=this._optionsService.rawOptions.tabStopWidth)this.tabs[t]=!0}prevStop(t){for(t==null&&(t=this.x);!this.tabs[--t]&&t>0;);return t>=this._cols?this._cols-1:t<0?0:t}nextStop(t){for(t==null&&(t=this.x);!this.tabs[++t]&&t<this._cols;);return t>=this._cols?this._cols-1:t<0?0:t}clearMarkers(t){this._isClearing=!0;for(let e=0;e<this.markers.length;e++)this.markers[e].line===t&&(this.markers[e].dispose(),this.markers.splice(e--,1));this._isClearing=!1}clearAllMarkers(){this._isClearing=!0;for(let t=0;t<this.markers.length;t++)this.markers[t].dispose();this.markers.length=0,this._isClearing=!1}addMarker(t){let e=new Sc(t);return this.markers.push(e),e.register(this.lines.onTrim(i=>{e.line-=i,e.line<0&&e.dispose()})),e.register(this.lines.onInsert(i=>{e.line>=i.index&&(e.line+=i.amount)})),e.register(this.lines.onDelete(i=>{e.line>=i.index&&e.line<i.index+i.amount&&e.dispose(),e.line>i.index&&(e.line-=i.amount)})),e.register(e.onDispose(()=>this._removeMarker(e))),e}_removeMarker(t){this._isClearing||this.markers.splice(this.markers.indexOf(t),1)}},wc=class extends H{constructor(e,i){super(),this._optionsService=e,this._bufferService=i,this._onBufferActivate=this._register(new I),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 wn(!0,this._optionsService,this._bufferService),this._normal.fillViewportRows(),this._alt=new wn(!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(e){this._activeBuffer!==this._alt&&(this._alt.fillViewportRows(e),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(e,i){this._normal.resize(e,i),this._alt.resize(e,i),this.setupTabStops(e)}setupTabStops(e){this._normal.setupTabStops(e),this._alt.setupTabStops(e)}},ra=2,na=1,ur=class extends H{constructor(t){super(),this.isUserScrolling=!1,this._onResize=this._register(new I),this.onResize=this._onResize.event,this._onScroll=this._register(new I),this.onScroll=this._onScroll.event,this.cols=Math.max(t.rawOptions.cols||0,ra),this.rows=Math.max(t.rawOptions.rows||0,na),this.buffers=this._register(new wc(t,this)),this._register(this.buffers.onBufferActivate(e=>{this._onScroll.fire(e.activeBuffer.ydisp)}))}get buffer(){return this.buffers.active}resize(t,e){let i=this.cols!==t,s=this.rows!==e;this.cols=t,this.rows=e,this.buffers.resize(t,e),this._onResize.fire({cols:t,rows:e,colsChanged:i,rowsChanged:s})}reset(){this.buffers.reset(),this.isUserScrolling=!1}scroll(t,e=!1){let i=this.buffer,s;s=this._cachedBlankLine,(!s||s.length!==this.cols||s.getFg(0)!==t.fg||s.getBg(0)!==t.bg)&&(s=i.getBlankLine(t,e),this._cachedBlankLine=s),s.isWrapped=e;let r=i.ybase+i.scrollTop,n=i.ybase+i.scrollBottom;if(i.scrollTop===0){let o=i.lines.isFull;n===i.lines.length-1?o?i.lines.recycle().copyFrom(s):i.lines.push(s.clone()):i.lines.splice(n+1,0,s.clone()),o?this.isUserScrolling&&(i.ydisp=Math.max(i.ydisp-1,0)):(i.ybase++,this.isUserScrolling||i.ydisp++)}else{let o=n-r+1;i.lines.shiftElements(r+1,o-1,-1),i.lines.set(n,s.clone())}this.isUserScrolling||(i.ydisp=i.ybase),this._onScroll.fire(i.ydisp)}scrollLines(t,e){let i=this.buffer;if(t<0){if(i.ydisp===0)return;this.isUserScrolling=!0}else t+i.ydisp>=i.ybase&&(this.isUserScrolling=!1);let s=i.ydisp;i.ydisp=Math.max(Math.min(i.ydisp+t,i.ybase),0),s!==i.ydisp&&(e||this._onScroll.fire(i.ydisp))}};ur=oe([O(0,De)],ur);var zt={cols:80,rows:24,cursorBlink:!1,cursorStyle:"block",cursorWidth:1,cursorInactiveStyle:"outline",customGlyphs:!0,drawBoldTextInBrightColors:!0,documentOverride:null,fastScrollModifier:"alt",fastScrollSensitivity:5,fontFamily:"monospace",fontSize:15,fontWeight:"normal",fontWeightBold:"bold",ignoreBracketedPasteMode:!1,lineHeight:1,letterSpacing:0,linkHandler:null,logLevel:"info",logger:null,scrollback:1e3,scrollOnEraseInDisplay:!1,scrollOnUserInput:!0,scrollSensitivity:1,screenReaderMode:!1,smoothScrollDuration:0,macOptionIsMeta:!1,macOptionClickForcesSelection:!1,minimumContrastRatio:1,disableStdin:!1,allowProposedApi:!1,allowTransparency:!1,tabStopWidth:8,theme:{},reflowCursorLine:!1,rescaleOverlappingGlyphs:!1,rightClickSelectsWord:Zi,windowOptions:{},windowsMode:!1,windowsPty:{},wordSeparator:" ()[]{}',\"`",altClickMovesCursor:!0,convertEol:!1,termName:"xterm",cancelEvents:!1,overviewRuler:{}},bc=["normal","bold","100","200","300","400","500","600","700","800","900"],yc=class extends H{constructor(e){super(),this._onOptionChange=this._register(new I),this.onOptionChange=this._onOptionChange.event;let i={...zt};for(let s in e)if(s in i)try{let r=e[s];i[s]=this._sanitizeAndValidateOption(s,r)}catch(r){console.error(r)}this.rawOptions=i,this.options={...i},this._setupOptions(),this._register(ee(()=>{this.rawOptions.linkHandler=null,this.rawOptions.documentOverride=null}))}onSpecificOptionChange(e,i){return this.onOptionChange(s=>{s===e&&i(this.rawOptions[e])})}onMultipleOptionChange(e,i){return this.onOptionChange(s=>{e.indexOf(s)!==-1&&i()})}_setupOptions(){let e=s=>{if(!(s in zt))throw new Error(`No option with key "${s}"`);return this.rawOptions[s]},i=(s,r)=>{if(!(s in zt))throw new Error(`No option with key "${s}"`);r=this._sanitizeAndValidateOption(s,r),this.rawOptions[s]!==r&&(this.rawOptions[s]=r,this._onOptionChange.fire(s))};for(let s in this.rawOptions){let r={get:e.bind(this,s),set:i.bind(this,s)};Object.defineProperty(this.options,s,r)}}_sanitizeAndValidateOption(e,i){switch(e){case"cursorStyle":if(i||(i=zt[e]),!Cc(i))throw new Error(`"${i}" is not a valid value for ${e}`);break;case"wordSeparator":i||(i=zt[e]);break;case"fontWeight":case"fontWeightBold":if(typeof i=="number"&&1<=i&&i<=1e3)break;i=bc.includes(i)?i:zt[e];break;case"cursorWidth":i=Math.floor(i);case"lineHeight":case"tabStopWidth":if(i<1)throw new Error(`${e} cannot be less than 1, value: ${i}`);break;case"minimumContrastRatio":i=Math.max(1,Math.min(21,Math.round(i*10)/10));break;case"scrollback":if(i=Math.min(i,4294967295),i<0)throw new Error(`${e} cannot be less than 0, value: ${i}`);break;case"fastScrollSensitivity":case"scrollSensitivity":if(i<=0)throw new Error(`${e} cannot be less than or equal to 0, value: ${i}`);break;case"rows":case"cols":if(!i&&i!==0)throw new Error(`${e} must be numeric, value: ${i}`);break;case"windowsPty":i=i??{};break}return i}};function Cc(t){return t==="block"||t==="underline"||t==="bar"}function fi(t,e=5){if(typeof t!="object")return t;let i=Array.isArray(t)?[]:{};for(let s in t)i[s]=e<=1?t[s]:t[s]&&fi(t[s],e-1);return i}var bn=Object.freeze({insertMode:!1}),yn=Object.freeze({applicationCursorKeys:!1,applicationKeypad:!1,bracketedPasteMode:!1,cursorBlink:void 0,cursorStyle:void 0,origin:!1,reverseWraparound:!1,sendFocus:!1,synchronizedOutput:!1,wraparound:!0}),_r=class extends H{constructor(e,i,s){super(),this._bufferService=e,this._logService=i,this._optionsService=s,this.isCursorInitialized=!1,this.isCursorHidden=!1,this._onData=this._register(new I),this.onData=this._onData.event,this._onUserInput=this._register(new I),this.onUserInput=this._onUserInput.event,this._onBinary=this._register(new I),this.onBinary=this._onBinary.event,this._onRequestScrollToBottom=this._register(new I),this.onRequestScrollToBottom=this._onRequestScrollToBottom.event,this.modes=fi(bn),this.decPrivateModes=fi(yn)}reset(){this.modes=fi(bn),this.decPrivateModes=fi(yn)}triggerDataEvent(e,i=!1){if(this._optionsService.rawOptions.disableStdin)return;let s=this._bufferService.buffer;i&&this._optionsService.rawOptions.scrollOnUserInput&&s.ybase!==s.ydisp&&this._onRequestScrollToBottom.fire(),i&&this._onUserInput.fire(),this._logService.debug(`sending data "${e}"`),this._logService.trace("sending data (codes)",()=>e.split("").map(r=>r.charCodeAt(0))),this._onData.fire(e)}triggerBinaryEvent(e){this._optionsService.rawOptions.disableStdin||(this._logService.debug(`sending binary "${e}"`),this._logService.trace("sending binary (codes)",()=>e.split("").map(i=>i.charCodeAt(0))),this._onBinary.fire(e))}};_r=oe([O(0,Ae),O(1,ko),O(2,De)],_r);var Cn={NONE:{events:0,restrict:()=>!1},X10:{events:1,restrict:t=>t.button===4||t.action!==1?!1:(t.ctrl=!1,t.alt=!1,t.shift=!1,!0)},VT200:{events:19,restrict:t=>t.action!==32},DRAG:{events:23,restrict:t=>!(t.action===32&&t.button===3)},ANY:{events:31,restrict:t=>!0}};function vs(t,e){let i=(t.ctrl?16:0)|(t.shift?4:0)|(t.alt?8:0);return t.button===4?(i|=64,i|=t.action):(i|=t.button&3,t.button&4&&(i|=64),t.button&8&&(i|=128),t.action===32?i|=32:t.action===0&&!e&&(i|=3)),i}var ms=String.fromCharCode,xn={DEFAULT:t=>{let e=[vs(t,!1)+32,t.col+32,t.row+32];return e[0]>255||e[1]>255||e[2]>255?"":`\x1B[M${ms(e[0])}${ms(e[1])}${ms(e[2])}`},SGR:t=>{let e=t.action===0&&t.button!==4?"m":"M";return`\x1B[<${vs(t,!0)};${t.col};${t.row}${e}`},SGR_PIXELS:t=>{let e=t.action===0&&t.button!==4?"m":"M";return`\x1B[<${vs(t,!0)};${t.x};${t.y}${e}`}},fr=class extends H{constructor(t,e,i){super(),this._bufferService=t,this._coreService=e,this._optionsService=i,this._protocols={},this._encodings={},this._activeProtocol="",this._activeEncoding="",this._lastEvent=null,this._wheelPartialScroll=0,this._onProtocolChange=this._register(new I),this.onProtocolChange=this._onProtocolChange.event;for(let s of Object.keys(Cn))this.addProtocol(s,Cn[s]);for(let s of Object.keys(xn))this.addEncoding(s,xn[s]);this.reset()}addProtocol(t,e){this._protocols[t]=e}addEncoding(t,e){this._encodings[t]=e}get activeProtocol(){return this._activeProtocol}get areMouseEventsActive(){return this._protocols[this._activeProtocol].events!==0}set activeProtocol(t){if(!this._protocols[t])throw new Error(`unknown protocol "${t}"`);this._activeProtocol=t,this._onProtocolChange.fire(this._protocols[t].events)}get activeEncoding(){return this._activeEncoding}set activeEncoding(t){if(!this._encodings[t])throw new Error(`unknown encoding "${t}"`);this._activeEncoding=t}reset(){this.activeProtocol="NONE",this.activeEncoding="DEFAULT",this._lastEvent=null,this._wheelPartialScroll=0}consumeWheelEvent(t,e,i){if(t.deltaY===0||t.shiftKey||e===void 0||i===void 0)return 0;let s=e/i,r=this._applyScrollModifier(t.deltaY,t);return t.deltaMode===WheelEvent.DOM_DELTA_PIXEL?(r/=s+0,Math.abs(t.deltaY)<50&&(r*=.3),this._wheelPartialScroll+=r,r=Math.floor(Math.abs(this._wheelPartialScroll))*(this._wheelPartialScroll>0?1:-1),this._wheelPartialScroll%=1):t.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(r*=this._bufferService.rows),r}_applyScrollModifier(t,e){return e.altKey||e.ctrlKey||e.shiftKey?t*this._optionsService.rawOptions.fastScrollSensitivity*this._optionsService.rawOptions.scrollSensitivity:t*this._optionsService.rawOptions.scrollSensitivity}triggerMouseEvent(t){if(t.col<0||t.col>=this._bufferService.cols||t.row<0||t.row>=this._bufferService.rows||t.button===4&&t.action===32||t.button===3&&t.action!==32||t.button!==4&&(t.action===2||t.action===3)||(t.col++,t.row++,t.action===32&&this._lastEvent&&this._equalEvents(this._lastEvent,t,this._activeEncoding==="SGR_PIXELS"))||!this._protocols[this._activeProtocol].restrict(t))return!1;let e=this._encodings[this._activeEncoding](t);return e&&(this._activeEncoding==="DEFAULT"?this._coreService.triggerBinaryEvent(e):this._coreService.triggerDataEvent(e,!0)),this._lastEvent=t,!0}explainEvents(t){return{down:!!(t&1),up:!!(t&2),drag:!!(t&4),move:!!(t&8),wheel:!!(t&16)}}_equalEvents(t,e,i){if(i){if(t.x!==e.x||t.y!==e.y)return!1}else if(t.col!==e.col||t.row!==e.row)return!1;return!(t.button!==e.button||t.action!==e.action||t.ctrl!==e.ctrl||t.alt!==e.alt||t.shift!==e.shift)}};fr=oe([O(0,Ae),O(1,Nt),O(2,De)],fr);var Ss=[[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]],xc=[[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]],ue;function kc(t,e){let i=0,s=e.length-1,r;if(t<e[0][0]||t>e[s][1])return!1;for(;s>=i;)if(r=i+s>>1,t>e[r][1])i=r+1;else if(t<e[r][0])s=r-1;else return!0;return!1}var Ec=class{constructor(){if(this.version="6",!ue){ue=new Uint8Array(65536),ue.fill(1),ue[0]=0,ue.fill(0,1,32),ue.fill(0,127,160),ue.fill(2,4352,4448),ue[9001]=2,ue[9002]=2,ue.fill(2,11904,42192),ue[12351]=1,ue.fill(2,44032,55204),ue.fill(2,63744,64256),ue.fill(2,65040,65050),ue.fill(2,65072,65136),ue.fill(2,65280,65377),ue.fill(2,65504,65511);for(let e=0;e<Ss.length;++e)ue.fill(0,Ss[e][0],Ss[e][1]+1)}}wcwidth(e){return e<32?0:e<127?1:e<65536?ue[e]:kc(e,xc)?0:e>=131072&&e<=196605||e>=196608&&e<=262141?2:1}charProperties(e,i){let s=this.wcwidth(e),r=s===0&&i!==0;if(r){let n=At.extractWidth(i);n===0?r=!1:n>s&&(s=n)}return At.createPropertyValue(0,s,r)}},At=class qi{constructor(){this._providers=Object.create(null),this._active="",this._onChange=new I,this.onChange=this._onChange.event;let e=new Ec;this.register(e),this._active=e.version,this._activeProvider=e}static extractShouldJoin(e){return(e&1)!==0}static extractWidth(e){return e>>1&3}static extractCharKind(e){return e>>3}static createPropertyValue(e,i,s=!1){return(e&16777215)<<3|(i&3)<<1|(s?1:0)}dispose(){this._onChange.dispose()}get versions(){return Object.keys(this._providers)}get activeVersion(){return this._active}set activeVersion(e){if(!this._providers[e])throw new Error(`unknown Unicode version "${e}"`);this._active=e,this._activeProvider=this._providers[e],this._onChange.fire(e)}register(e){this._providers[e.version]=e}wcwidth(e){return this._activeProvider.wcwidth(e)}getStringCellWidth(e){let i=0,s=0,r=e.length;for(let n=0;n<r;++n){let o=e.charCodeAt(n);if(55296<=o&&o<=56319){if(++n>=r)return i+this.wcwidth(o);let l=e.charCodeAt(n);56320<=l&&l<=57343?o=(o-55296)*1024+l-56320+65536:i+=this.wcwidth(l)}let a=this.charProperties(o,s),h=qi.extractWidth(a);qi.extractShouldJoin(a)&&(h-=qi.extractWidth(s)),i+=h,s=a}return i}charProperties(e,i){return this._activeProvider.charProperties(e,i)}},Lc=class{constructor(){this.glevel=0,this._charsets=[]}reset(){this.charset=void 0,this._charsets=[],this.glevel=0}setgLevel(e){this.glevel=e,this.charset=this._charsets[e]}setgCharset(e,i){this._charsets[e]=i,this.glevel===e&&(this.charset=i)}};function kn(t){let e=t.buffer.lines.get(t.buffer.ybase+t.buffer.y-1)?.get(t.cols-1),i=t.buffer.lines.get(t.buffer.ybase+t.buffer.y);i&&e&&(i.isWrapped=e[3]!==0&&e[3]!==32)}var si=2147483647,Mc=256,oa=class gr{constructor(e=32,i=32){if(this.maxLength=e,this.maxSubParamsLength=i,i>Mc)throw new Error("maxSubParamsLength must not be greater than 256");this.params=new Int32Array(e),this.length=0,this._subParams=new Int32Array(i),this._subParamsLength=0,this._subParamsIdx=new Uint16Array(e),this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}static fromArray(e){let i=new gr;if(!e.length)return i;for(let s=Array.isArray(e[0])?1:0;s<e.length;++s){let r=e[s];if(Array.isArray(r))for(let n=0;n<r.length;++n)i.addSubParam(r[n]);else i.addParam(r)}return i}clone(){let e=new gr(this.maxLength,this.maxSubParamsLength);return e.params.set(this.params),e.length=this.length,e._subParams.set(this._subParams),e._subParamsLength=this._subParamsLength,e._subParamsIdx.set(this._subParamsIdx),e._rejectDigits=this._rejectDigits,e._rejectSubDigits=this._rejectSubDigits,e._digitIsSub=this._digitIsSub,e}toArray(){let e=[];for(let i=0;i<this.length;++i){e.push(this.params[i]);let s=this._subParamsIdx[i]>>8,r=this._subParamsIdx[i]&255;r-s>0&&e.push(Array.prototype.slice.call(this._subParams,s,r))}return e}reset(){this.length=0,this._subParamsLength=0,this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}addParam(e){if(this._digitIsSub=!1,this.length>=this.maxLength){this._rejectDigits=!0;return}if(e<-1)throw new Error("values lesser than -1 are not allowed");this._subParamsIdx[this.length]=this._subParamsLength<<8|this._subParamsLength,this.params[this.length++]=e>si?si:e}addSubParam(e){if(this._digitIsSub=!0,!!this.length){if(this._rejectDigits||this._subParamsLength>=this.maxSubParamsLength){this._rejectSubDigits=!0;return}if(e<-1)throw new Error("values lesser than -1 are not allowed");this._subParams[this._subParamsLength++]=e>si?si:e,this._subParamsIdx[this.length-1]++}}hasSubParams(e){return(this._subParamsIdx[e]&255)-(this._subParamsIdx[e]>>8)>0}getSubParams(e){let i=this._subParamsIdx[e]>>8,s=this._subParamsIdx[e]&255;return s-i>0?this._subParams.subarray(i,s):null}getSubParamsAll(){let e={};for(let i=0;i<this.length;++i){let s=this._subParamsIdx[i]>>8,r=this._subParamsIdx[i]&255;r-s>0&&(e[i]=this._subParams.slice(s,r))}return e}addDigit(e){let i;if(this._rejectDigits||!(i=this._digitIsSub?this._subParamsLength:this.length)||this._digitIsSub&&this._rejectSubDigits)return;let s=this._digitIsSub?this._subParams:this.params,r=s[i-1];s[i-1]=~r?Math.min(r*10+e,si):e}},ri=[],Bc=class{constructor(){this._state=0,this._active=ri,this._id=-1,this._handlers=Object.create(null),this._handlerFb=()=>{},this._stack={paused:!1,loopPosition:0,fallThrough:!1}}registerHandler(e,i){this._handlers[e]===void 0&&(this._handlers[e]=[]);let s=this._handlers[e];return s.push(i),{dispose:()=>{let r=s.indexOf(i);r!==-1&&s.splice(r,1)}}}clearHandler(e){this._handlers[e]&&delete this._handlers[e]}setHandlerFallback(e){this._handlerFb=e}dispose(){this._handlers=Object.create(null),this._handlerFb=()=>{},this._active=ri}reset(){if(this._state===2)for(let e=this._stack.paused?this._stack.loopPosition-1:this._active.length-1;e>=0;--e)this._active[e].end(!1);this._stack.paused=!1,this._active=ri,this._id=-1,this._state=0}_start(){if(this._active=this._handlers[this._id]||ri,!this._active.length)this._handlerFb(this._id,"START");else for(let e=this._active.length-1;e>=0;e--)this._active[e].start()}_put(e,i,s){if(!this._active.length)this._handlerFb(this._id,"PUT",is(e,i,s));else for(let r=this._active.length-1;r>=0;r--)this._active[r].put(e,i,s)}start(){this.reset(),this._state=1}put(e,i,s){if(this._state!==3){if(this._state===1)for(;i<s;){let r=e[i++];if(r===59){this._state=2,this._start();break}if(r<48||57<r){this._state=3;return}this._id===-1&&(this._id=0),this._id=this._id*10+r-48}this._state===2&&s-i>0&&this._put(e,i,s)}}end(e,i=!0){if(this._state!==0){if(this._state!==3)if(this._state===1&&this._start(),!this._active.length)this._handlerFb(this._id,"END",e);else{let s=!1,r=this._active.length-1,n=!1;if(this._stack.paused&&(r=this._stack.loopPosition-1,s=i,n=this._stack.fallThrough,this._stack.paused=!1),!n&&s===!1){for(;r>=0&&(s=this._active[r].end(e),s!==!0);r--)if(s instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=r,this._stack.fallThrough=!1,s;r--}for(;r>=0;r--)if(s=this._active[r].end(!1),s instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=r,this._stack.fallThrough=!0,s}this._active=ri,this._id=-1,this._state=0}}},Fe=class{constructor(e){this._handler=e,this._data="",this._hitLimit=!1}start(){this._data="",this._hitLimit=!1}put(e,i,s){this._hitLimit||(this._data+=is(e,i,s),this._data.length>1e7&&(this._data="",this._hitLimit=!0))}end(e){let i=!1;if(this._hitLimit)i=!1;else if(e&&(i=this._handler(this._data),i instanceof Promise))return i.then(s=>(this._data="",this._hitLimit=!1,s));return this._data="",this._hitLimit=!1,i}},ni=[],Tc=class{constructor(){this._handlers=Object.create(null),this._active=ni,this._ident=0,this._handlerFb=()=>{},this._stack={paused:!1,loopPosition:0,fallThrough:!1}}dispose(){this._handlers=Object.create(null),this._handlerFb=()=>{},this._active=ni}registerHandler(e,i){this._handlers[e]===void 0&&(this._handlers[e]=[]);let s=this._handlers[e];return s.push(i),{dispose:()=>{let r=s.indexOf(i);r!==-1&&s.splice(r,1)}}}clearHandler(e){this._handlers[e]&&delete this._handlers[e]}setHandlerFallback(e){this._handlerFb=e}reset(){if(this._active.length)for(let e=this._stack.paused?this._stack.loopPosition-1:this._active.length-1;e>=0;--e)this._active[e].unhook(!1);this._stack.paused=!1,this._active=ni,this._ident=0}hook(e,i){if(this.reset(),this._ident=e,this._active=this._handlers[e]||ni,!this._active.length)this._handlerFb(this._ident,"HOOK",i);else for(let s=this._active.length-1;s>=0;s--)this._active[s].hook(i)}put(e,i,s){if(!this._active.length)this._handlerFb(this._ident,"PUT",is(e,i,s));else for(let r=this._active.length-1;r>=0;r--)this._active[r].put(e,i,s)}unhook(e,i=!0){if(!this._active.length)this._handlerFb(this._ident,"UNHOOK",e);else{let s=!1,r=this._active.length-1,n=!1;if(this._stack.paused&&(r=this._stack.loopPosition-1,s=i,n=this._stack.fallThrough,this._stack.paused=!1),!n&&s===!1){for(;r>=0&&(s=this._active[r].unhook(e),s!==!0);r--)if(s instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=r,this._stack.fallThrough=!1,s;r--}for(;r>=0;r--)if(s=this._active[r].unhook(!1),s instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=r,this._stack.fallThrough=!0,s}this._active=ni,this._ident=0}},gi=new oa;gi.addParam(0);var En=class{constructor(t){this._handler=t,this._data="",this._params=gi,this._hitLimit=!1}hook(t){this._params=t.length>1||t.params[0]?t.clone():gi,this._data="",this._hitLimit=!1}put(t,e,i){this._hitLimit||(this._data+=is(t,e,i),this._data.length>1e7&&(this._data="",this._hitLimit=!0))}unhook(t){let e=!1;if(this._hitLimit)e=!1;else if(t&&(e=this._handler(this._data,this._params),e instanceof Promise))return e.then(i=>(this._params=gi,this._data="",this._hitLimit=!1,i));return this._params=gi,this._data="",this._hitLimit=!1,e}},Rc=class{constructor(e){this.table=new Uint8Array(e)}setDefault(e,i){this.table.fill(e<<4|i)}add(e,i,s,r){this.table[i<<8|e]=s<<4|r}addMany(e,i,s,r){for(let n=0;n<e.length;n++)this.table[i<<8|e[n]]=s<<4|r}},Ve=160,Ac=(function(){let t=new Rc(4095),e=Array.apply(null,Array(256)).map((a,h)=>h),i=(a,h)=>e.slice(a,h),s=i(32,127),r=i(0,24);r.push(25),r.push.apply(r,i(28,32));let n=i(0,14),o;t.setDefault(1,0),t.addMany(s,0,2,0);for(o in n)t.addMany([24,26,153,154],o,3,0),t.addMany(i(128,144),o,3,0),t.addMany(i(144,152),o,3,0),t.add(156,o,0,0),t.add(27,o,11,1),t.add(157,o,4,8),t.addMany([152,158,159],o,0,7),t.add(155,o,11,3),t.add(144,o,11,9);return t.addMany(r,0,3,0),t.addMany(r,1,3,1),t.add(127,1,0,1),t.addMany(r,8,0,8),t.addMany(r,3,3,3),t.add(127,3,0,3),t.addMany(r,4,3,4),t.add(127,4,0,4),t.addMany(r,6,3,6),t.addMany(r,5,3,5),t.add(127,5,0,5),t.addMany(r,2,3,2),t.add(127,2,0,2),t.add(93,1,4,8),t.addMany(s,8,5,8),t.add(127,8,5,8),t.addMany([156,27,24,26,7],8,6,0),t.addMany(i(28,32),8,0,8),t.addMany([88,94,95],1,0,7),t.addMany(s,7,0,7),t.addMany(r,7,0,7),t.add(156,7,0,0),t.add(127,7,0,7),t.add(91,1,11,3),t.addMany(i(64,127),3,7,0),t.addMany(i(48,60),3,8,4),t.addMany([60,61,62,63],3,9,4),t.addMany(i(48,60),4,8,4),t.addMany(i(64,127),4,7,0),t.addMany([60,61,62,63],4,0,6),t.addMany(i(32,64),6,0,6),t.add(127,6,0,6),t.addMany(i(64,127),6,0,0),t.addMany(i(32,48),3,9,5),t.addMany(i(32,48),5,9,5),t.addMany(i(48,64),5,0,6),t.addMany(i(64,127),5,7,0),t.addMany(i(32,48),4,9,5),t.addMany(i(32,48),1,9,2),t.addMany(i(32,48),2,9,2),t.addMany(i(48,127),2,10,0),t.addMany(i(48,80),1,10,0),t.addMany(i(81,88),1,10,0),t.addMany([89,90,92],1,10,0),t.addMany(i(96,127),1,10,0),t.add(80,1,11,9),t.addMany(r,9,0,9),t.add(127,9,0,9),t.addMany(i(28,32),9,0,9),t.addMany(i(32,48),9,9,12),t.addMany(i(48,60),9,8,10),t.addMany([60,61,62,63],9,9,10),t.addMany(r,11,0,11),t.addMany(i(32,128),11,0,11),t.addMany(i(28,32),11,0,11),t.addMany(r,10,0,10),t.add(127,10,0,10),t.addMany(i(28,32),10,0,10),t.addMany(i(48,60),10,8,10),t.addMany([60,61,62,63],10,0,11),t.addMany(i(32,48),10,9,12),t.addMany(r,12,0,12),t.add(127,12,0,12),t.addMany(i(28,32),12,0,12),t.addMany(i(32,48),12,9,12),t.addMany(i(48,64),12,0,11),t.addMany(i(64,127),12,12,13),t.addMany(i(64,127),10,12,13),t.addMany(i(64,127),9,12,13),t.addMany(r,13,13,13),t.addMany(s,13,13,13),t.add(127,13,0,13),t.addMany([27,156,24,26],13,14,0),t.add(Ve,0,2,0),t.add(Ve,8,5,8),t.add(Ve,6,0,6),t.add(Ve,11,0,11),t.add(Ve,13,13,13),t})(),Dc=class extends H{constructor(e=Ac){super(),this._transitions=e,this._parseStack={state:0,handlers:[],handlerPos:0,transition:0,chunkPos:0},this.initialState=0,this.currentState=this.initialState,this._params=new oa,this._params.addParam(0),this._collect=0,this.precedingJoinState=0,this._printHandlerFb=(i,s,r)=>{},this._executeHandlerFb=i=>{},this._csiHandlerFb=(i,s)=>{},this._escHandlerFb=i=>{},this._errorHandlerFb=i=>i,this._printHandler=this._printHandlerFb,this._executeHandlers=Object.create(null),this._csiHandlers=Object.create(null),this._escHandlers=Object.create(null),this._register(ee(()=>{this._csiHandlers=Object.create(null),this._executeHandlers=Object.create(null),this._escHandlers=Object.create(null)})),this._oscParser=this._register(new Bc),this._dcsParser=this._register(new Tc),this._errorHandler=this._errorHandlerFb,this.registerEscHandler({final:"\\"},()=>!0)}_identifier(e,i=[64,126]){let s=0;if(e.prefix){if(e.prefix.length>1)throw new Error("only one byte as prefix supported");if(s=e.prefix.charCodeAt(0),s&&60>s||s>63)throw new Error("prefix must be in range 0x3c .. 0x3f")}if(e.intermediates){if(e.intermediates.length>2)throw new Error("only two bytes as intermediates are supported");for(let n=0;n<e.intermediates.length;++n){let o=e.intermediates.charCodeAt(n);if(32>o||o>47)throw new Error("intermediate must be in range 0x20 .. 0x2f");s<<=8,s|=o}}if(e.final.length!==1)throw new Error("final must be a single byte");let r=e.final.charCodeAt(0);if(i[0]>r||r>i[1])throw new Error(`final must be in range ${i[0]} .. ${i[1]}`);return s<<=8,s|=r,s}identToString(e){let i=[];for(;e;)i.push(String.fromCharCode(e&255)),e>>=8;return i.reverse().join("")}setPrintHandler(e){this._printHandler=e}clearPrintHandler(){this._printHandler=this._printHandlerFb}registerEscHandler(e,i){let s=this._identifier(e,[48,126]);this._escHandlers[s]===void 0&&(this._escHandlers[s]=[]);let r=this._escHandlers[s];return r.push(i),{dispose:()=>{let n=r.indexOf(i);n!==-1&&r.splice(n,1)}}}clearEscHandler(e){this._escHandlers[this._identifier(e,[48,126])]&&delete this._escHandlers[this._identifier(e,[48,126])]}setEscHandlerFallback(e){this._escHandlerFb=e}setExecuteHandler(e,i){this._executeHandlers[e.charCodeAt(0)]=i}clearExecuteHandler(e){this._executeHandlers[e.charCodeAt(0)]&&delete this._executeHandlers[e.charCodeAt(0)]}setExecuteHandlerFallback(e){this._executeHandlerFb=e}registerCsiHandler(e,i){let s=this._identifier(e);this._csiHandlers[s]===void 0&&(this._csiHandlers[s]=[]);let r=this._csiHandlers[s];return r.push(i),{dispose:()=>{let n=r.indexOf(i);n!==-1&&r.splice(n,1)}}}clearCsiHandler(e){this._csiHandlers[this._identifier(e)]&&delete this._csiHandlers[this._identifier(e)]}setCsiHandlerFallback(e){this._csiHandlerFb=e}registerDcsHandler(e,i){return this._dcsParser.registerHandler(this._identifier(e),i)}clearDcsHandler(e){this._dcsParser.clearHandler(this._identifier(e))}setDcsHandlerFallback(e){this._dcsParser.setHandlerFallback(e)}registerOscHandler(e,i){return this._oscParser.registerHandler(e,i)}clearOscHandler(e){this._oscParser.clearHandler(e)}setOscHandlerFallback(e){this._oscParser.setHandlerFallback(e)}setErrorHandler(e){this._errorHandler=e}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(e,i,s,r,n){this._parseStack.state=e,this._parseStack.handlers=i,this._parseStack.handlerPos=s,this._parseStack.transition=r,this._parseStack.chunkPos=n}parse(e,i,s){let r=0,n=0,o=0,a;if(this._parseStack.state)if(this._parseStack.state===2)this._parseStack.state=0,o=this._parseStack.chunkPos+1;else{if(s===void 0||this._parseStack.state===1)throw this._parseStack.state=1,new Error("improper continuation due to previous async handler, giving up parsing");let h=this._parseStack.handlers,l=this._parseStack.handlerPos-1;switch(this._parseStack.state){case 3:if(s===!1&&l>-1){for(;l>=0&&(a=h[l](this._params),a!==!0);l--)if(a instanceof Promise)return this._parseStack.handlerPos=l,a}this._parseStack.handlers=[];break;case 4:if(s===!1&&l>-1){for(;l>=0&&(a=h[l](),a!==!0);l--)if(a instanceof Promise)return this._parseStack.handlerPos=l,a}this._parseStack.handlers=[];break;case 6:if(r=e[this._parseStack.chunkPos],a=this._dcsParser.unhook(r!==24&&r!==26,s),a)return a;r===27&&(this._parseStack.transition|=1),this._params.reset(),this._params.addParam(0),this._collect=0;break;case 5:if(r=e[this._parseStack.chunkPos],a=this._oscParser.end(r!==24&&r!==26,s),a)return a;r===27&&(this._parseStack.transition|=1),this._params.reset(),this._params.addParam(0),this._collect=0;break}this._parseStack.state=0,o=this._parseStack.chunkPos+1,this.precedingJoinState=0,this.currentState=this._parseStack.transition&15}for(let h=o;h<i;++h){switch(r=e[h],n=this._transitions.table[this.currentState<<8|(r<160?r:Ve)],n>>4){case 2:for(let g=h+1;;++g){if(g>=i||(r=e[g])<32||r>126&&r<Ve){this._printHandler(e,h,g),h=g-1;break}if(++g>=i||(r=e[g])<32||r>126&&r<Ve){this._printHandler(e,h,g),h=g-1;break}if(++g>=i||(r=e[g])<32||r>126&&r<Ve){this._printHandler(e,h,g),h=g-1;break}if(++g>=i||(r=e[g])<32||r>126&&r<Ve){this._printHandler(e,h,g),h=g-1;break}}break;case 3:this._executeHandlers[r]?this._executeHandlers[r]():this._executeHandlerFb(r),this.precedingJoinState=0;break;case 0:break;case 1:if(this._errorHandler({position:h,code:r,currentState:this.currentState,collect:this._collect,params:this._params,abort:!1}).abort)return;break;case 7:let l=this._csiHandlers[this._collect<<8|r],c=l?l.length-1:-1;for(;c>=0&&(a=l[c](this._params),a!==!0);c--)if(a instanceof Promise)return this._preserveStack(3,l,c,n,h),a;c<0&&this._csiHandlerFb(this._collect<<8|r,this._params),this.precedingJoinState=0;break;case 8:do switch(r){case 59:this._params.addParam(0);break;case 58:this._params.addSubParam(-1);break;default:this._params.addDigit(r-48)}while(++h<i&&(r=e[h])>47&&r<60);h--;break;case 9:this._collect<<=8,this._collect|=r;break;case 10:let d=this._escHandlers[this._collect<<8|r],u=d?d.length-1:-1;for(;u>=0&&(a=d[u](),a!==!0);u--)if(a instanceof Promise)return this._preserveStack(4,d,u,n,h),a;u<0&&this._escHandlerFb(this._collect<<8|r),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|r,this._params);break;case 13:for(let g=h+1;;++g)if(g>=i||(r=e[g])===24||r===26||r===27||r>127&&r<Ve){this._dcsParser.put(e,h,g),h=g-1;break}break;case 14:if(a=this._dcsParser.unhook(r!==24&&r!==26),a)return this._preserveStack(6,[],0,n,h),a;r===27&&(n|=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 g=h+1;;g++)if(g>=i||(r=e[g])<32||r>127&&r<Ve){this._oscParser.put(e,h,g),h=g-1;break}break;case 6:if(a=this._oscParser.end(r!==24&&r!==26),a)return this._preserveStack(5,[],0,n,h),a;r===27&&(n|=1),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0;break}this.currentState=n&15}}},Pc=/^([\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})$/,Ic=/^[\da-f]+$/;function Ln(t){if(!t)return;let e=t.toLowerCase();if(e.indexOf("rgb:")===0){e=e.slice(4);let i=Pc.exec(e);if(i){let s=i[1]?15:i[4]?255:i[7]?4095:65535;return[Math.round(parseInt(i[1]||i[4]||i[7]||i[10],16)/s*255),Math.round(parseInt(i[2]||i[5]||i[8]||i[11],16)/s*255),Math.round(parseInt(i[3]||i[6]||i[9]||i[12],16)/s*255)]}}else if(e.indexOf("#")===0&&(e=e.slice(1),Ic.exec(e)&&[3,6,9,12].includes(e.length))){let i=e.length/3,s=[0,0,0];for(let r=0;r<3;++r){let n=parseInt(e.slice(i*r,i*r+i),16);s[r]=i===1?n<<4:i===2?n:i===3?n>>4:n>>8}return s}}function ws(t,e){let i=t.toString(16),s=i.length<2?"0"+i:i;switch(e){case 4:return i[0];case 8:return s;case 12:return(s+s).slice(0,3);default:return s+s}}function Oc(t,e=16){let[i,s,r]=t;return`rgb:${ws(i,e)}/${ws(s,e)}/${ws(r,e)}`}var $c={"(":0,")":1,"*":2,"+":3,"-":1,".":2},bt=131072,Mn=10;function Bn(t,e){if(t>24)return e.setWinLines||!1;switch(t){case 1:return!!e.restoreWin;case 2:return!!e.minimizeWin;case 3:return!!e.setWinPosition;case 4:return!!e.setWinSizePixels;case 5:return!!e.raiseWin;case 6:return!!e.lowerWin;case 7:return!!e.refreshWin;case 8:return!!e.setWinSizeChars;case 9:return!!e.maximizeWin;case 10:return!!e.fullscreenWin;case 11:return!!e.getWinState;case 13:return!!e.getWinPosition;case 14:return!!e.getWinSizePixels;case 15:return!!e.getScreenSizePixels;case 16:return!!e.getCellSizePixels;case 18:return!!e.getWinSizeChars;case 19:return!!e.getScreenSizeChars;case 20:return!!e.getIconTitle;case 21:return!!e.getWinTitle;case 22:return!!e.pushTitle;case 23:return!!e.popTitle;case 24:return!!e.setWinLines}return!1}var Tn=5e3,Rn=0,Fc=class extends H{constructor(t,e,i,s,r,n,o,a,h=new Dc){super(),this._bufferService=t,this._charsetService=e,this._coreService=i,this._logService=s,this._optionsService=r,this._oscLinkService=n,this._coreMouseService=o,this._unicodeService=a,this._parser=h,this._parseBuffer=new Uint32Array(4096),this._stringDecoder=new sl,this._utf8Decoder=new rl,this._windowTitle="",this._iconName="",this._windowTitleStack=[],this._iconNameStack=[],this._curAttrData=le.clone(),this._eraseAttrDataInternal=le.clone(),this._onRequestBell=this._register(new I),this.onRequestBell=this._onRequestBell.event,this._onRequestRefreshRows=this._register(new I),this.onRequestRefreshRows=this._onRequestRefreshRows.event,this._onRequestReset=this._register(new I),this.onRequestReset=this._onRequestReset.event,this._onRequestSendFocus=this._register(new I),this.onRequestSendFocus=this._onRequestSendFocus.event,this._onRequestSyncScrollBar=this._register(new I),this.onRequestSyncScrollBar=this._onRequestSyncScrollBar.event,this._onRequestWindowsOptionsReport=this._register(new I),this.onRequestWindowsOptionsReport=this._onRequestWindowsOptionsReport.event,this._onA11yChar=this._register(new I),this.onA11yChar=this._onA11yChar.event,this._onA11yTab=this._register(new I),this.onA11yTab=this._onA11yTab.event,this._onCursorMove=this._register(new I),this.onCursorMove=this._onCursorMove.event,this._onLineFeed=this._register(new I),this.onLineFeed=this._onLineFeed.event,this._onScroll=this._register(new I),this.onScroll=this._onScroll.event,this._onTitleChange=this._register(new I),this.onTitleChange=this._onTitleChange.event,this._onColor=this._register(new I),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 pr(this._bufferService),this._activeBuffer=this._bufferService.buffer,this._register(this._bufferService.buffers.onBufferActivate(l=>this._activeBuffer=l.activeBuffer)),this._parser.setCsiHandlerFallback((l,c)=>{this._logService.debug("Unknown CSI code: ",{identifier:this._parser.identToString(l),params:c.toArray()})}),this._parser.setEscHandlerFallback(l=>{this._logService.debug("Unknown ESC code: ",{identifier:this._parser.identToString(l)})}),this._parser.setExecuteHandlerFallback(l=>{this._logService.debug("Unknown EXECUTE code: ",{code:l})}),this._parser.setOscHandlerFallback((l,c,d)=>{this._logService.debug("Unknown OSC code: ",{identifier:l,action:c,data:d})}),this._parser.setDcsHandlerFallback((l,c,d)=>{c==="HOOK"&&(d=d.toArray()),this._logService.debug("Unknown DCS code: ",{identifier:this._parser.identToString(l),action:c,payload:d})}),this._parser.setPrintHandler((l,c,d)=>this.print(l,c,d)),this._parser.registerCsiHandler({final:"@"},l=>this.insertChars(l)),this._parser.registerCsiHandler({intermediates:" ",final:"@"},l=>this.scrollLeft(l)),this._parser.registerCsiHandler({final:"A"},l=>this.cursorUp(l)),this._parser.registerCsiHandler({intermediates:" ",final:"A"},l=>this.scrollRight(l)),this._parser.registerCsiHandler({final:"B"},l=>this.cursorDown(l)),this._parser.registerCsiHandler({final:"C"},l=>this.cursorForward(l)),this._parser.registerCsiHandler({final:"D"},l=>this.cursorBackward(l)),this._parser.registerCsiHandler({final:"E"},l=>this.cursorNextLine(l)),this._parser.registerCsiHandler({final:"F"},l=>this.cursorPrecedingLine(l)),this._parser.registerCsiHandler({final:"G"},l=>this.cursorCharAbsolute(l)),this._parser.registerCsiHandler({final:"H"},l=>this.cursorPosition(l)),this._parser.registerCsiHandler({final:"I"},l=>this.cursorForwardTab(l)),this._parser.registerCsiHandler({final:"J"},l=>this.eraseInDisplay(l,!1)),this._parser.registerCsiHandler({prefix:"?",final:"J"},l=>this.eraseInDisplay(l,!0)),this._parser.registerCsiHandler({final:"K"},l=>this.eraseInLine(l,!1)),this._parser.registerCsiHandler({prefix:"?",final:"K"},l=>this.eraseInLine(l,!0)),this._parser.registerCsiHandler({final:"L"},l=>this.insertLines(l)),this._parser.registerCsiHandler({final:"M"},l=>this.deleteLines(l)),this._parser.registerCsiHandler({final:"P"},l=>this.deleteChars(l)),this._parser.registerCsiHandler({final:"S"},l=>this.scrollUp(l)),this._parser.registerCsiHandler({final:"T"},l=>this.scrollDown(l)),this._parser.registerCsiHandler({final:"X"},l=>this.eraseChars(l)),this._parser.registerCsiHandler({final:"Z"},l=>this.cursorBackwardTab(l)),this._parser.registerCsiHandler({final:"`"},l=>this.charPosAbsolute(l)),this._parser.registerCsiHandler({final:"a"},l=>this.hPositionRelative(l)),this._parser.registerCsiHandler({final:"b"},l=>this.repeatPrecedingCharacter(l)),this._parser.registerCsiHandler({final:"c"},l=>this.sendDeviceAttributesPrimary(l)),this._parser.registerCsiHandler({prefix:">",final:"c"},l=>this.sendDeviceAttributesSecondary(l)),this._parser.registerCsiHandler({final:"d"},l=>this.linePosAbsolute(l)),this._parser.registerCsiHandler({final:"e"},l=>this.vPositionRelative(l)),this._parser.registerCsiHandler({final:"f"},l=>this.hVPosition(l)),this._parser.registerCsiHandler({final:"g"},l=>this.tabClear(l)),this._parser.registerCsiHandler({final:"h"},l=>this.setMode(l)),this._parser.registerCsiHandler({prefix:"?",final:"h"},l=>this.setModePrivate(l)),this._parser.registerCsiHandler({final:"l"},l=>this.resetMode(l)),this._parser.registerCsiHandler({prefix:"?",final:"l"},l=>this.resetModePrivate(l)),this._parser.registerCsiHandler({final:"m"},l=>this.charAttributes(l)),this._parser.registerCsiHandler({final:"n"},l=>this.deviceStatus(l)),this._parser.registerCsiHandler({prefix:"?",final:"n"},l=>this.deviceStatusPrivate(l)),this._parser.registerCsiHandler({intermediates:"!",final:"p"},l=>this.softReset(l)),this._parser.registerCsiHandler({intermediates:" ",final:"q"},l=>this.setCursorStyle(l)),this._parser.registerCsiHandler({final:"r"},l=>this.setScrollRegion(l)),this._parser.registerCsiHandler({final:"s"},l=>this.saveCursor(l)),this._parser.registerCsiHandler({final:"t"},l=>this.windowOptions(l)),this._parser.registerCsiHandler({final:"u"},l=>this.restoreCursor(l)),this._parser.registerCsiHandler({intermediates:"'",final:"}"},l=>this.insertColumns(l)),this._parser.registerCsiHandler({intermediates:"'",final:"~"},l=>this.deleteColumns(l)),this._parser.registerCsiHandler({intermediates:'"',final:"q"},l=>this.selectProtected(l)),this._parser.registerCsiHandler({intermediates:"$",final:"p"},l=>this.requestMode(l,!0)),this._parser.registerCsiHandler({prefix:"?",intermediates:"$",final:"p"},l=>this.requestMode(l,!1)),this._parser.setExecuteHandler(T.BEL,()=>this.bell()),this._parser.setExecuteHandler(T.LF,()=>this.lineFeed()),this._parser.setExecuteHandler(T.VT,()=>this.lineFeed()),this._parser.setExecuteHandler(T.FF,()=>this.lineFeed()),this._parser.setExecuteHandler(T.CR,()=>this.carriageReturn()),this._parser.setExecuteHandler(T.BS,()=>this.backspace()),this._parser.setExecuteHandler(T.HT,()=>this.tab()),this._parser.setExecuteHandler(T.SO,()=>this.shiftOut()),this._parser.setExecuteHandler(T.SI,()=>this.shiftIn()),this._parser.setExecuteHandler(Hi.IND,()=>this.index()),this._parser.setExecuteHandler(Hi.NEL,()=>this.nextLine()),this._parser.setExecuteHandler(Hi.HTS,()=>this.tabSet()),this._parser.registerOscHandler(0,new Fe(l=>(this.setTitle(l),this.setIconName(l),!0))),this._parser.registerOscHandler(1,new Fe(l=>this.setIconName(l))),this._parser.registerOscHandler(2,new Fe(l=>this.setTitle(l))),this._parser.registerOscHandler(4,new Fe(l=>this.setOrReportIndexedColor(l))),this._parser.registerOscHandler(8,new Fe(l=>this.setHyperlink(l))),this._parser.registerOscHandler(10,new Fe(l=>this.setOrReportFgColor(l))),this._parser.registerOscHandler(11,new Fe(l=>this.setOrReportBgColor(l))),this._parser.registerOscHandler(12,new Fe(l=>this.setOrReportCursorColor(l))),this._parser.registerOscHandler(104,new Fe(l=>this.restoreIndexedColor(l))),this._parser.registerOscHandler(110,new Fe(l=>this.restoreFgColor(l))),this._parser.registerOscHandler(111,new Fe(l=>this.restoreBgColor(l))),this._parser.registerOscHandler(112,new Fe(l=>this.restoreCursorColor(l))),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(let l in _e)this._parser.registerEscHandler({intermediates:"(",final:l},()=>this.selectCharset("("+l)),this._parser.registerEscHandler({intermediates:")",final:l},()=>this.selectCharset(")"+l)),this._parser.registerEscHandler({intermediates:"*",final:l},()=>this.selectCharset("*"+l)),this._parser.registerEscHandler({intermediates:"+",final:l},()=>this.selectCharset("+"+l)),this._parser.registerEscHandler({intermediates:"-",final:l},()=>this.selectCharset("-"+l)),this._parser.registerEscHandler({intermediates:".",final:l},()=>this.selectCharset("."+l)),this._parser.registerEscHandler({intermediates:"/",final:l},()=>this.selectCharset("/"+l));this._parser.registerEscHandler({intermediates:"#",final:"8"},()=>this.screenAlignmentPattern()),this._parser.setErrorHandler(l=>(this._logService.error("Parsing error: ",l),l)),this._parser.registerDcsHandler({intermediates:"$",final:"q"},new En((l,c)=>this.requestStatusString(l,c)))}getAttrData(){return this._curAttrData}_preserveStack(t,e,i,s){this._parseStack.paused=!0,this._parseStack.cursorStartX=t,this._parseStack.cursorStartY=e,this._parseStack.decodedLength=i,this._parseStack.position=s}_logSlowResolvingAsync(t){this._logService.logLevel<=3&&Promise.race([t,new Promise((e,i)=>setTimeout(()=>i("#SLOW_TIMEOUT"),Tn))]).catch(e=>{if(e!=="#SLOW_TIMEOUT")throw e;console.warn(`async parser handler taking longer than ${Tn} ms`)})}_getCurrentLinkId(){return this._curAttrData.extended.urlId}parse(t,e){let i,s=this._activeBuffer.x,r=this._activeBuffer.y,n=0,o=this._parseStack.paused;if(o){if(i=this._parser.parse(this._parseBuffer,this._parseStack.decodedLength,e))return this._logSlowResolvingAsync(i),i;s=this._parseStack.cursorStartX,r=this._parseStack.cursorStartY,this._parseStack.paused=!1,t.length>bt&&(n=this._parseStack.position+bt)}if(this._logService.logLevel<=1&&this._logService.debug(`parsing data ${typeof t=="string"?` "${t}"`:` "${Array.prototype.map.call(t,l=>String.fromCharCode(l)).join("")}"`}`),this._logService.logLevel===0&&this._logService.trace("parsing data (codes)",typeof t=="string"?t.split("").map(l=>l.charCodeAt(0)):t),this._parseBuffer.length<t.length&&this._parseBuffer.length<bt&&(this._parseBuffer=new Uint32Array(Math.min(t.length,bt))),o||this._dirtyRowTracker.clearRange(),t.length>bt)for(let l=n;l<t.length;l+=bt){let c=l+bt<t.length?l+bt:t.length,d=typeof t=="string"?this._stringDecoder.decode(t.substring(l,c),this._parseBuffer):this._utf8Decoder.decode(t.subarray(l,c),this._parseBuffer);if(i=this._parser.parse(this._parseBuffer,d))return this._preserveStack(s,r,d,l),this._logSlowResolvingAsync(i),i}else if(!o){let l=typeof t=="string"?this._stringDecoder.decode(t,this._parseBuffer):this._utf8Decoder.decode(t,this._parseBuffer);if(i=this._parser.parse(this._parseBuffer,l))return this._preserveStack(s,r,l,0),this._logSlowResolvingAsync(i),i}(this._activeBuffer.x!==s||this._activeBuffer.y!==r)&&this._onCursorMove.fire();let a=this._dirtyRowTracker.end+(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp),h=this._dirtyRowTracker.start+(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp);h<this._bufferService.rows&&this._onRequestRefreshRows.fire({start:Math.min(h,this._bufferService.rows-1),end:Math.min(a,this._bufferService.rows-1)})}print(t,e,i){let s,r,n=this._charsetService.charset,o=this._optionsService.rawOptions.screenReaderMode,a=this._bufferService.cols,h=this._coreService.decPrivateModes.wraparound,l=this._coreService.modes.insertMode,c=this._curAttrData,d=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._activeBuffer.x&&i-e>0&&d.getWidth(this._activeBuffer.x-1)===2&&d.setCellFromCodepoint(this._activeBuffer.x-1,0,1,c);let u=this._parser.precedingJoinState;for(let g=e;g<i;++g){if(s=t[g],s<127&&n){let E=n[String.fromCharCode(s)];E&&(s=E.charCodeAt(0))}let f=this._unicodeService.charProperties(s,u);r=At.extractWidth(f);let v=At.extractShouldJoin(f),y=v?At.extractWidth(u):0;if(u=f,o&&this._onA11yChar.fire(kt(s)),this._getCurrentLinkId()&&this._oscLinkService.addLineToLink(this._getCurrentLinkId(),this._activeBuffer.ybase+this._activeBuffer.y),this._activeBuffer.x+r-y>a){if(h){let E=d,_=this._activeBuffer.x-y;for(this._activeBuffer.x=y,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),d=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y),y>0&&d instanceof _i&&d.copyCellsFrom(E,_,0,y,!1);_<a;)E.setCellFromCodepoint(_++,0,1,c)}else if(this._activeBuffer.x=a-1,r===2)continue}if(v&&this._activeBuffer.x){let E=d.getWidth(this._activeBuffer.x-1)?1:2;d.addCodepointToCell(this._activeBuffer.x-E,s,r);for(let _=r-y;--_>=0;)d.setCellFromCodepoint(this._activeBuffer.x++,0,0,c);continue}if(l&&(d.insertCells(this._activeBuffer.x,r-y,this._activeBuffer.getNullCell(c)),d.getWidth(a-1)===2&&d.setCellFromCodepoint(a-1,0,1,c)),d.setCellFromCodepoint(this._activeBuffer.x++,s,r,c),r>0)for(;--r;)d.setCellFromCodepoint(this._activeBuffer.x++,0,0,c)}this._parser.precedingJoinState=u,this._activeBuffer.x<a&&i-e>0&&d.getWidth(this._activeBuffer.x)===0&&!d.hasContent(this._activeBuffer.x)&&d.setCellFromCodepoint(this._activeBuffer.x,0,1,c),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}registerCsiHandler(t,e){return t.final==="t"&&!t.prefix&&!t.intermediates?this._parser.registerCsiHandler(t,i=>Bn(i.params[0],this._optionsService.rawOptions.windowOptions)?e(i):!0):this._parser.registerCsiHandler(t,e)}registerDcsHandler(t,e){return this._parser.registerDcsHandler(t,new En(e))}registerEscHandler(t,e){return this._parser.registerEscHandler(t,e)}registerOscHandler(t,e){return this._parser.registerOscHandler(t,new Fe(e))}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;let t=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);t.hasWidth(this._activeBuffer.x)&&!t.hasContent(this._activeBuffer.x)&&this._activeBuffer.x--}return this._restrictCursor(),!0}tab(){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let t=this._activeBuffer.x;return this._activeBuffer.x=this._activeBuffer.nextStop(),this._optionsService.rawOptions.screenReaderMode&&this._onA11yTab.fire(this._activeBuffer.x-t),!0}shiftOut(){return this._charsetService.setgLevel(1),!0}shiftIn(){return this._charsetService.setgLevel(0),!0}_restrictCursor(t=this._bufferService.cols-1){this._activeBuffer.x=Math.min(t,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(t,e){this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._coreService.decPrivateModes.origin?(this._activeBuffer.x=t,this._activeBuffer.y=this._activeBuffer.scrollTop+e):(this._activeBuffer.x=t,this._activeBuffer.y=e),this._restrictCursor(),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}_moveCursor(t,e){this._restrictCursor(),this._setCursor(this._activeBuffer.x+t,this._activeBuffer.y+e)}cursorUp(t){let e=this._activeBuffer.y-this._activeBuffer.scrollTop;return e>=0?this._moveCursor(0,-Math.min(e,t.params[0]||1)):this._moveCursor(0,-(t.params[0]||1)),!0}cursorDown(t){let e=this._activeBuffer.scrollBottom-this._activeBuffer.y;return e>=0?this._moveCursor(0,Math.min(e,t.params[0]||1)):this._moveCursor(0,t.params[0]||1),!0}cursorForward(t){return this._moveCursor(t.params[0]||1,0),!0}cursorBackward(t){return this._moveCursor(-(t.params[0]||1),0),!0}cursorNextLine(t){return this.cursorDown(t),this._activeBuffer.x=0,!0}cursorPrecedingLine(t){return this.cursorUp(t),this._activeBuffer.x=0,!0}cursorCharAbsolute(t){return this._setCursor((t.params[0]||1)-1,this._activeBuffer.y),!0}cursorPosition(t){return this._setCursor(t.length>=2?(t.params[1]||1)-1:0,(t.params[0]||1)-1),!0}charPosAbsolute(t){return this._setCursor((t.params[0]||1)-1,this._activeBuffer.y),!0}hPositionRelative(t){return this._moveCursor(t.params[0]||1,0),!0}linePosAbsolute(t){return this._setCursor(this._activeBuffer.x,(t.params[0]||1)-1),!0}vPositionRelative(t){return this._moveCursor(0,t.params[0]||1),!0}hVPosition(t){return this.cursorPosition(t),!0}tabClear(t){let e=t.params[0];return e===0?delete this._activeBuffer.tabs[this._activeBuffer.x]:e===3&&(this._activeBuffer.tabs={}),!0}cursorForwardTab(t){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let e=t.params[0]||1;for(;e--;)this._activeBuffer.x=this._activeBuffer.nextStop();return!0}cursorBackwardTab(t){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let e=t.params[0]||1;for(;e--;)this._activeBuffer.x=this._activeBuffer.prevStop();return!0}selectProtected(t){let e=t.params[0];return e===1&&(this._curAttrData.bg|=536870912),(e===2||e===0)&&(this._curAttrData.bg&=-536870913),!0}_eraseInBufferLine(t,e,i,s=!1,r=!1){let n=this._activeBuffer.lines.get(this._activeBuffer.ybase+t);n.replaceCells(e,i,this._activeBuffer.getNullCell(this._eraseAttrData()),r),s&&(n.isWrapped=!1)}_resetBufferLine(t,e=!1){let i=this._activeBuffer.lines.get(this._activeBuffer.ybase+t);i&&(i.fill(this._activeBuffer.getNullCell(this._eraseAttrData()),e),this._bufferService.buffer.clearMarkers(this._activeBuffer.ybase+t),i.isWrapped=!1)}eraseInDisplay(t,e=!1){this._restrictCursor(this._bufferService.cols);let i;switch(t.params[0]){case 0:for(i=this._activeBuffer.y,this._dirtyRowTracker.markDirty(i),this._eraseInBufferLine(i++,this._activeBuffer.x,this._bufferService.cols,this._activeBuffer.x===0,e);i<this._bufferService.rows;i++)this._resetBufferLine(i,e);this._dirtyRowTracker.markDirty(i);break;case 1:for(i=this._activeBuffer.y,this._dirtyRowTracker.markDirty(i),this._eraseInBufferLine(i,0,this._activeBuffer.x+1,!0,e),this._activeBuffer.x+1>=this._bufferService.cols&&(this._activeBuffer.lines.get(i+1).isWrapped=!1);i--;)this._resetBufferLine(i,e);this._dirtyRowTracker.markDirty(0);break;case 2:if(this._optionsService.rawOptions.scrollOnEraseInDisplay){for(i=this._bufferService.rows,this._dirtyRowTracker.markRangeDirty(0,i-1);i--&&!this._activeBuffer.lines.get(this._activeBuffer.ybase+i)?.getTrimmedLength(););for(;i>=0;i--)this._bufferService.scroll(this._eraseAttrData())}else{for(i=this._bufferService.rows,this._dirtyRowTracker.markDirty(i-1);i--;)this._resetBufferLine(i,e);this._dirtyRowTracker.markDirty(0)}break;case 3:let s=this._activeBuffer.lines.length-this._bufferService.rows;s>0&&(this._activeBuffer.lines.trimStart(s),this._activeBuffer.ybase=Math.max(this._activeBuffer.ybase-s,0),this._activeBuffer.ydisp=Math.max(this._activeBuffer.ydisp-s,0),this._onScroll.fire(0));break}return!0}eraseInLine(t,e=!1){switch(this._restrictCursor(this._bufferService.cols),t.params[0]){case 0:this._eraseInBufferLine(this._activeBuffer.y,this._activeBuffer.x,this._bufferService.cols,this._activeBuffer.x===0,e);break;case 1:this._eraseInBufferLine(this._activeBuffer.y,0,this._activeBuffer.x+1,!1,e);break;case 2:this._eraseInBufferLine(this._activeBuffer.y,0,this._bufferService.cols,!0,e);break}return this._dirtyRowTracker.markDirty(this._activeBuffer.y),!0}insertLines(t){this._restrictCursor();let e=t.params[0]||1;if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;let i=this._activeBuffer.ybase+this._activeBuffer.y,s=this._bufferService.rows-1-this._activeBuffer.scrollBottom,r=this._bufferService.rows-1+this._activeBuffer.ybase-s+1;for(;e--;)this._activeBuffer.lines.splice(r-1,1),this._activeBuffer.lines.splice(i,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.y,this._activeBuffer.scrollBottom),this._activeBuffer.x=0,!0}deleteLines(t){this._restrictCursor();let e=t.params[0]||1;if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;let i=this._activeBuffer.ybase+this._activeBuffer.y,s;for(s=this._bufferService.rows-1-this._activeBuffer.scrollBottom,s=this._bufferService.rows-1+this._activeBuffer.ybase-s;e--;)this._activeBuffer.lines.splice(i,1),this._activeBuffer.lines.splice(s,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.y,this._activeBuffer.scrollBottom),this._activeBuffer.x=0,!0}insertChars(t){this._restrictCursor();let e=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return e&&(e.insertCells(this._activeBuffer.x,t.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}deleteChars(t){this._restrictCursor();let e=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return e&&(e.deleteCells(this._activeBuffer.x,t.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}scrollUp(t){let e=t.params[0]||1;for(;e--;)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(t){let e=t.params[0]||1;for(;e--;)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(le));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollLeft(t){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;let e=t.params[0]||1;for(let i=this._activeBuffer.scrollTop;i<=this._activeBuffer.scrollBottom;++i){let s=this._activeBuffer.lines.get(this._activeBuffer.ybase+i);s.deleteCells(0,e,this._activeBuffer.getNullCell(this._eraseAttrData())),s.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollRight(t){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;let e=t.params[0]||1;for(let i=this._activeBuffer.scrollTop;i<=this._activeBuffer.scrollBottom;++i){let s=this._activeBuffer.lines.get(this._activeBuffer.ybase+i);s.insertCells(0,e,this._activeBuffer.getNullCell(this._eraseAttrData())),s.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}insertColumns(t){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;let e=t.params[0]||1;for(let i=this._activeBuffer.scrollTop;i<=this._activeBuffer.scrollBottom;++i){let s=this._activeBuffer.lines.get(this._activeBuffer.ybase+i);s.insertCells(this._activeBuffer.x,e,this._activeBuffer.getNullCell(this._eraseAttrData())),s.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}deleteColumns(t){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;let e=t.params[0]||1;for(let i=this._activeBuffer.scrollTop;i<=this._activeBuffer.scrollBottom;++i){let s=this._activeBuffer.lines.get(this._activeBuffer.ybase+i);s.deleteCells(this._activeBuffer.x,e,this._activeBuffer.getNullCell(this._eraseAttrData())),s.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}eraseChars(t){this._restrictCursor();let e=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return e&&(e.replaceCells(this._activeBuffer.x,this._activeBuffer.x+(t.params[0]||1),this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}repeatPrecedingCharacter(t){let e=this._parser.precedingJoinState;if(!e)return!0;let i=t.params[0]||1,s=At.extractWidth(e),r=this._activeBuffer.x-s,n=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).getString(r),o=new Uint32Array(n.length*i),a=0;for(let l=0;l<n.length;){let c=n.codePointAt(l)||0;o[a++]=c,l+=c>65535?2:1}let h=a;for(let l=1;l<i;++l)o.copyWithin(h,0,a),h+=a;return this.print(o,0,h),!0}sendDeviceAttributesPrimary(t){return t.params[0]>0||(this._is("xterm")||this._is("rxvt-unicode")||this._is("screen")?this._coreService.triggerDataEvent(T.ESC+"[?1;2c"):this._is("linux")&&this._coreService.triggerDataEvent(T.ESC+"[?6c")),!0}sendDeviceAttributesSecondary(t){return t.params[0]>0||(this._is("xterm")?this._coreService.triggerDataEvent(T.ESC+"[>0;276;0c"):this._is("rxvt-unicode")?this._coreService.triggerDataEvent(T.ESC+"[>85;95;0c"):this._is("linux")?this._coreService.triggerDataEvent(t.params[0]+"c"):this._is("screen")&&this._coreService.triggerDataEvent(T.ESC+"[>83;40003;0c")),!0}_is(t){return(this._optionsService.rawOptions.termName+"").indexOf(t)===0}setMode(t){for(let e=0;e<t.length;e++)switch(t.params[e]){case 4:this._coreService.modes.insertMode=!0;break;case 20:this._optionsService.options.convertEol=!0;break}return!0}setModePrivate(t){for(let e=0;e<t.length;e++)switch(t.params[e]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!0;break;case 2:this._charsetService.setgCharset(0,Rt),this._charsetService.setgCharset(1,Rt),this._charsetService.setgCharset(2,Rt),this._charsetService.setgCharset(3,Rt);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(void 0),this._onRequestSyncScrollBar.fire();break;case 2004:this._coreService.decPrivateModes.bracketedPasteMode=!0;break;case 2026:this._coreService.decPrivateModes.synchronizedOutput=!0;break}return!0}resetMode(t){for(let e=0;e<t.length;e++)switch(t.params[e]){case 4:this._coreService.modes.insertMode=!1;break;case 20:this._optionsService.options.convertEol=!1;break}return!0}resetModePrivate(t){for(let e=0;e<t.length;e++)switch(t.params[e]){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:this._coreMouseService.activeEncoding="DEFAULT";break;case 1015:this._logService.debug("DECRST 1015 not supported (see #2507)");break;case 1016:this._coreMouseService.activeEncoding="DEFAULT";break;case 25:this._coreService.isCursorHidden=!0;break;case 1048:this.restoreCursor();break;case 1049:case 47:case 1047:this._bufferService.buffers.activateNormalBuffer(),t.params[e]===1049&&this.restoreCursor(),this._coreService.isCursorInitialized=!0,this._onRequestRefreshRows.fire(void 0),this._onRequestSyncScrollBar.fire();break;case 2004:this._coreService.decPrivateModes.bracketedPasteMode=!1;break;case 2026:this._coreService.decPrivateModes.synchronizedOutput=!1,this._onRequestRefreshRows.fire(void 0);break}return!0}requestMode(t,e){let i;(v=>(v[v.NOT_RECOGNIZED=0]="NOT_RECOGNIZED",v[v.SET=1]="SET",v[v.RESET=2]="RESET",v[v.PERMANENTLY_SET=3]="PERMANENTLY_SET",v[v.PERMANENTLY_RESET=4]="PERMANENTLY_RESET"))(i||={});let s=this._coreService.decPrivateModes,{activeProtocol:r,activeEncoding:n}=this._coreMouseService,o=this._coreService,{buffers:a,cols:h}=this._bufferService,{active:l,alt:c}=a,d=this._optionsService.rawOptions,u=(v,y)=>(o.triggerDataEvent(`${T.ESC}[${e?"":"?"}${v};${y}$y`),!0),g=v=>v?1:2,f=t.params[0];return e?f===2?u(f,4):f===4?u(f,g(o.modes.insertMode)):f===12?u(f,3):f===20?u(f,g(d.convertEol)):u(f,0):f===1?u(f,g(s.applicationCursorKeys)):f===3?u(f,d.windowOptions.setWinLines?h===80?2:h===132?1:0:0):f===6?u(f,g(s.origin)):f===7?u(f,g(s.wraparound)):f===8?u(f,3):f===9?u(f,g(r==="X10")):f===12?u(f,g(d.cursorBlink)):f===25?u(f,g(!o.isCursorHidden)):f===45?u(f,g(s.reverseWraparound)):f===66?u(f,g(s.applicationKeypad)):f===67?u(f,4):f===1e3?u(f,g(r==="VT200")):f===1002?u(f,g(r==="DRAG")):f===1003?u(f,g(r==="ANY")):f===1004?u(f,g(s.sendFocus)):f===1005?u(f,4):f===1006?u(f,g(n==="SGR")):f===1015?u(f,4):f===1016?u(f,g(n==="SGR_PIXELS")):f===1048?u(f,1):f===47||f===1047||f===1049?u(f,g(l===c)):f===2004?u(f,g(s.bracketedPasteMode)):f===2026?u(f,g(s.synchronizedOutput)):u(f,0)}_updateAttrColor(t,e,i,s,r){return e===2?(t|=50331648,t&=-16777216,t|=yi.fromColorRGB([i,s,r])):e===5&&(t&=-50331904,t|=33554432|i&255),t}_extractColor(t,e,i){let s=[0,0,-1,0,0,0],r=0,n=0;do{if(s[n+r]=t.params[e+n],t.hasSubParams(e+n)){let o=t.getSubParams(e+n),a=0;do s[1]===5&&(r=1),s[n+a+1+r]=o[a];while(++a<o.length&&a+n+1+r<s.length);break}if(s[1]===5&&n+r>=2||s[1]===2&&n+r>=5)break;s[1]&&(r=1)}while(++n+e<t.length&&n+r<s.length);for(let o=2;o<s.length;++o)s[o]===-1&&(s[o]=0);switch(s[0]){case 38:i.fg=this._updateAttrColor(i.fg,s[1],s[3],s[4],s[5]);break;case 48:i.bg=this._updateAttrColor(i.bg,s[1],s[3],s[4],s[5]);break;case 58:i.extended=i.extended.clone(),i.extended.underlineColor=this._updateAttrColor(i.extended.underlineColor,s[1],s[3],s[4],s[5])}return n}_processUnderline(t,e){e.extended=e.extended.clone(),(!~t||t>5)&&(t=1),e.extended.underlineStyle=t,e.fg|=268435456,t===0&&(e.fg&=-268435457),e.updateExtended()}_processSGR0(t){t.fg=le.fg,t.bg=le.bg,t.extended=t.extended.clone(),t.extended.underlineStyle=0,t.extended.underlineColor&=-67108864,t.updateExtended()}charAttributes(t){if(t.length===1&&t.params[0]===0)return this._processSGR0(this._curAttrData),!0;let e=t.length,i,s=this._curAttrData;for(let r=0;r<e;r++)i=t.params[r],i>=30&&i<=37?(s.fg&=-50331904,s.fg|=16777216|i-30):i>=40&&i<=47?(s.bg&=-50331904,s.bg|=16777216|i-40):i>=90&&i<=97?(s.fg&=-50331904,s.fg|=16777216|i-90|8):i>=100&&i<=107?(s.bg&=-50331904,s.bg|=16777216|i-100|8):i===0?this._processSGR0(s):i===1?s.fg|=134217728:i===3?s.bg|=67108864:i===4?(s.fg|=268435456,this._processUnderline(t.hasSubParams(r)?t.getSubParams(r)[0]:1,s)):i===5?s.fg|=536870912:i===7?s.fg|=67108864:i===8?s.fg|=1073741824:i===9?s.fg|=2147483648:i===2?s.bg|=134217728:i===21?this._processUnderline(2,s):i===22?(s.fg&=-134217729,s.bg&=-134217729):i===23?s.bg&=-67108865:i===24?(s.fg&=-268435457,this._processUnderline(0,s)):i===25?s.fg&=-536870913:i===27?s.fg&=-67108865:i===28?s.fg&=-1073741825:i===29?s.fg&=2147483647:i===39?(s.fg&=-67108864,s.fg|=le.fg&16777215):i===49?(s.bg&=-67108864,s.bg|=le.bg&16777215):i===38||i===48||i===58?r+=this._extractColor(t,r,s):i===53?s.bg|=1073741824:i===55?s.bg&=-1073741825:i===59?(s.extended=s.extended.clone(),s.extended.underlineColor=-1,s.updateExtended()):i===100?(s.fg&=-67108864,s.fg|=le.fg&16777215,s.bg&=-67108864,s.bg|=le.bg&16777215):this._logService.debug("Unknown SGR attribute: %d.",i);return!0}deviceStatus(t){switch(t.params[0]){case 5:this._coreService.triggerDataEvent(`${T.ESC}[0n`);break;case 6:let e=this._activeBuffer.y+1,i=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${T.ESC}[${e};${i}R`);break}return!0}deviceStatusPrivate(t){if(t.params[0]===6){let e=this._activeBuffer.y+1,i=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${T.ESC}[?${e};${i}R`)}return!0}softReset(t){return this._coreService.isCursorHidden=!1,this._onRequestSyncScrollBar.fire(),this._activeBuffer.scrollTop=0,this._activeBuffer.scrollBottom=this._bufferService.rows-1,this._curAttrData=le.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(t){let e=t.length===0?1:t.params[0];if(e===0)this._coreService.decPrivateModes.cursorStyle=void 0,this._coreService.decPrivateModes.cursorBlink=void 0;else{switch(e){case 1:case 2:this._coreService.decPrivateModes.cursorStyle="block";break;case 3:case 4:this._coreService.decPrivateModes.cursorStyle="underline";break;case 5:case 6:this._coreService.decPrivateModes.cursorStyle="bar";break}let i=e%2===1;this._coreService.decPrivateModes.cursorBlink=i}return!0}setScrollRegion(t){let e=t.params[0]||1,i;return(t.length<2||(i=t.params[1])>this._bufferService.rows||i===0)&&(i=this._bufferService.rows),i>e&&(this._activeBuffer.scrollTop=e-1,this._activeBuffer.scrollBottom=i-1,this._setCursor(0,0)),!0}windowOptions(t){if(!Bn(t.params[0],this._optionsService.rawOptions.windowOptions))return!0;let e=t.length>1?t.params[1]:0;switch(t.params[0]){case 14:e!==2&&this._onRequestWindowsOptionsReport.fire(0);break;case 16:this._onRequestWindowsOptionsReport.fire(1);break;case 18:this._bufferService&&this._coreService.triggerDataEvent(`${T.ESC}[8;${this._bufferService.rows};${this._bufferService.cols}t`);break;case 22:(e===0||e===2)&&(this._windowTitleStack.push(this._windowTitle),this._windowTitleStack.length>Mn&&this._windowTitleStack.shift()),(e===0||e===1)&&(this._iconNameStack.push(this._iconName),this._iconNameStack.length>Mn&&this._iconNameStack.shift());break;case 23:(e===0||e===2)&&this._windowTitleStack.length&&this.setTitle(this._windowTitleStack.pop()),(e===0||e===1)&&this._iconNameStack.length&&this.setIconName(this._iconNameStack.pop());break}return!0}saveCursor(t){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(t){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(t){return this._windowTitle=t,this._onTitleChange.fire(t),!0}setIconName(t){return this._iconName=t,!0}setOrReportIndexedColor(t){let e=[],i=t.split(";");for(;i.length>1;){let s=i.shift(),r=i.shift();if(/^\d+$/.exec(s)){let n=parseInt(s);if(An(n))if(r==="?")e.push({type:0,index:n});else{let o=Ln(r);o&&e.push({type:1,index:n,color:o})}}}return e.length&&this._onColor.fire(e),!0}setHyperlink(t){let e=t.indexOf(";");if(e===-1)return!0;let i=t.slice(0,e).trim(),s=t.slice(e+1);return s?this._createHyperlink(i,s):i.trim()?!1:this._finishHyperlink()}_createHyperlink(t,e){this._getCurrentLinkId()&&this._finishHyperlink();let i=t.split(":"),s,r=i.findIndex(n=>n.startsWith("id="));return r!==-1&&(s=i[r].slice(3)||void 0),this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=this._oscLinkService.registerLink({id:s,uri:e}),this._curAttrData.updateExtended(),!0}_finishHyperlink(){return this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=0,this._curAttrData.updateExtended(),!0}_setOrReportSpecialColor(t,e){let i=t.split(";");for(let s=0;s<i.length&&!(e>=this._specialColors.length);++s,++e)if(i[s]==="?")this._onColor.fire([{type:0,index:this._specialColors[e]}]);else{let r=Ln(i[s]);r&&this._onColor.fire([{type:1,index:this._specialColors[e],color:r}])}return!0}setOrReportFgColor(t){return this._setOrReportSpecialColor(t,0)}setOrReportBgColor(t){return this._setOrReportSpecialColor(t,1)}setOrReportCursorColor(t){return this._setOrReportSpecialColor(t,2)}restoreIndexedColor(t){if(!t)return this._onColor.fire([{type:2}]),!0;let e=[],i=t.split(";");for(let s=0;s<i.length;++s)if(/^\d+$/.exec(i[s])){let r=parseInt(i[s]);An(r)&&e.push({type:2,index:r})}return e.length&&this._onColor.fire(e),!0}restoreFgColor(t){return this._onColor.fire([{type:2,index:256}]),!0}restoreBgColor(t){return this._onColor.fire([{type:2,index:257}]),!0}restoreCursorColor(t){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,Rt),!0}selectCharset(t){return t.length!==2?(this.selectDefaultCharset(),!0):(t[0]==="/"||this._charsetService.setgCharset($c[t[0]],_e[t[1]]||Rt),!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){let t=this._activeBuffer.scrollBottom-this._activeBuffer.scrollTop;this._activeBuffer.lines.shiftElements(this._activeBuffer.ybase+this._activeBuffer.y,t,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=le.clone(),this._eraseAttrDataInternal=le.clone()}_eraseAttrData(){return this._eraseAttrDataInternal.bg&=-67108864,this._eraseAttrDataInternal.bg|=this._curAttrData.bg&67108863,this._eraseAttrDataInternal}setgLevel(t){return this._charsetService.setgLevel(t),!0}screenAlignmentPattern(){let t=new Ge;t.content=1<<22|69,t.fg=this._curAttrData.fg,t.bg=this._curAttrData.bg,this._setCursor(0,0);for(let e=0;e<this._bufferService.rows;++e){let i=this._activeBuffer.ybase+this._activeBuffer.y+e,s=this._activeBuffer.lines.get(i);s&&(s.fill(t),s.isWrapped=!1)}return this._dirtyRowTracker.markAllDirty(),this._setCursor(0,0),!0}requestStatusString(t,e){let i=o=>(this._coreService.triggerDataEvent(`${T.ESC}${o}${T.ESC}\\`),!0),s=this._bufferService.buffer,r=this._optionsService.rawOptions;return i(t==='"q'?`P1$r${this._curAttrData.isProtected()?1:0}"q`:t==='"p'?'P1$r61;1"p':t==="r"?`P1$r${s.scrollTop+1};${s.scrollBottom+1}r`:t==="m"?"P1$r0m":t===" q"?`P1$r${{block:2,underline:4,bar:6}[r.cursorStyle]-(r.cursorBlink?1:0)} q`:"P0$r")}markRangeDirty(t,e){this._dirtyRowTracker.markRangeDirty(t,e)}},pr=class{constructor(t){this._bufferService=t,this.clearRange()}clearRange(){this.start=this._bufferService.buffer.y,this.end=this._bufferService.buffer.y}markDirty(t){t<this.start?this.start=t:t>this.end&&(this.end=t)}markRangeDirty(t,e){t>e&&(Rn=t,t=e,e=Rn),t<this.start&&(this.start=t),e>this.end&&(this.end=e)}markAllDirty(){this.markRangeDirty(0,this._bufferService.rows-1)}};pr=oe([O(0,Ae)],pr);function An(t){return 0<=t&&t<256}var Nc=5e7,Dn=12,Wc=50,zc=class extends H{constructor(e){super(),this._action=e,this._writeBuffer=[],this._callbacks=[],this._pendingData=0,this._bufferOffset=0,this._isSyncWriting=!1,this._syncCalls=0,this._didUserInput=!1,this._onWriteParsed=this._register(new I),this.onWriteParsed=this._onWriteParsed.event}handleUserInput(){this._didUserInput=!0}writeSync(e,i){if(i!==void 0&&this._syncCalls>i){this._syncCalls=0;return}if(this._pendingData+=e.length,this._writeBuffer.push(e),this._callbacks.push(void 0),this._syncCalls++,this._isSyncWriting)return;this._isSyncWriting=!0;let s;for(;s=this._writeBuffer.shift();){this._action(s);let r=this._callbacks.shift();r&&r()}this._pendingData=0,this._bufferOffset=2147483647,this._isSyncWriting=!1,this._syncCalls=0}write(e,i){if(this._pendingData>Nc)throw new Error("write data discarded, use flow control to avoid losing data");if(!this._writeBuffer.length){if(this._bufferOffset=0,this._didUserInput){this._didUserInput=!1,this._pendingData+=e.length,this._writeBuffer.push(e),this._callbacks.push(i),this._innerWrite();return}setTimeout(()=>this._innerWrite())}this._pendingData+=e.length,this._writeBuffer.push(e),this._callbacks.push(i)}_innerWrite(e=0,i=!0){let s=e||performance.now();for(;this._writeBuffer.length>this._bufferOffset;){let r=this._writeBuffer[this._bufferOffset],n=this._action(r,i);if(n){let a=h=>performance.now()-s>=Dn?setTimeout(()=>this._innerWrite(0,h)):this._innerWrite(s,h);n.catch(h=>(queueMicrotask(()=>{throw h}),Promise.resolve(!1))).then(a);return}let o=this._callbacks[this._bufferOffset];if(o&&o(),this._bufferOffset++,this._pendingData-=r.length,performance.now()-s>=Dn)break}this._writeBuffer.length>this._bufferOffset?(this._bufferOffset>Wc&&(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()}},vr=class{constructor(e){this._bufferService=e,this._nextId=1,this._entriesWithId=new Map,this._dataByLinkId=new Map}registerLink(e){let i=this._bufferService.buffer;if(e.id===void 0){let h=i.addMarker(i.ybase+i.y),l={data:e,id:this._nextId++,lines:[h]};return h.onDispose(()=>this._removeMarkerFromLink(l,h)),this._dataByLinkId.set(l.id,l),l.id}let s=e,r=this._getEntryIdKey(s),n=this._entriesWithId.get(r);if(n)return this.addLineToLink(n.id,i.ybase+i.y),n.id;let o=i.addMarker(i.ybase+i.y),a={id:this._nextId++,key:this._getEntryIdKey(s),data:s,lines:[o]};return o.onDispose(()=>this._removeMarkerFromLink(a,o)),this._entriesWithId.set(a.key,a),this._dataByLinkId.set(a.id,a),a.id}addLineToLink(e,i){let s=this._dataByLinkId.get(e);if(s&&s.lines.every(r=>r.line!==i)){let r=this._bufferService.buffer.addMarker(i);s.lines.push(r),r.onDispose(()=>this._removeMarkerFromLink(s,r))}}getLinkData(e){return this._dataByLinkId.get(e)?.data}_getEntryIdKey(e){return`${e.id};;${e.uri}`}_removeMarkerFromLink(e,i){let s=e.lines.indexOf(i);s!==-1&&(e.lines.splice(s,1),e.lines.length===0&&(e.data.id!==void 0&&this._entriesWithId.delete(e.key),this._dataByLinkId.delete(e.id)))}};vr=oe([O(0,Ae)],vr);var Pn=!1,Hc=class extends H{constructor(e){super(),this._windowsWrappingHeuristics=this._register(new Xt),this._onBinary=this._register(new I),this.onBinary=this._onBinary.event,this._onData=this._register(new I),this.onData=this._onData.event,this._onLineFeed=this._register(new I),this.onLineFeed=this._onLineFeed.event,this._onResize=this._register(new I),this.onResize=this._onResize.event,this._onWriteParsed=this._register(new I),this.onWriteParsed=this._onWriteParsed.event,this._onScroll=this._register(new I),this._instantiationService=new uc,this.optionsService=this._register(new yc(e)),this._instantiationService.setService(De,this.optionsService),this._bufferService=this._register(this._instantiationService.createInstance(ur)),this._instantiationService.setService(Ae,this._bufferService),this._logService=this._register(this._instantiationService.createInstance(dr)),this._instantiationService.setService(ko,this._logService),this.coreService=this._register(this._instantiationService.createInstance(_r)),this._instantiationService.setService(Nt,this.coreService),this.coreMouseService=this._register(this._instantiationService.createInstance(fr)),this._instantiationService.setService(xo,this.coreMouseService),this.unicodeService=this._register(this._instantiationService.createInstance(At)),this._instantiationService.setService(ll,this.unicodeService),this._charsetService=this._instantiationService.createInstance(Lc),this._instantiationService.setService(al,this._charsetService),this._oscLinkService=this._instantiationService.createInstance(vr),this._instantiationService.setService(Eo,this._oscLinkService),this._inputHandler=this._register(new Fc(this._bufferService,this._charsetService,this.coreService,this._logService,this.optionsService,this._oscLinkService,this.coreMouseService,this.unicodeService)),this._register(Ee.forward(this._inputHandler.onLineFeed,this._onLineFeed)),this._register(this._inputHandler),this._register(Ee.forward(this._bufferService.onResize,this._onResize)),this._register(Ee.forward(this.coreService.onData,this._onData)),this._register(Ee.forward(this.coreService.onBinary,this._onBinary)),this._register(this.coreService.onRequestScrollToBottom(()=>this.scrollToBottom(!0))),this._register(this.coreService.onUserInput(()=>this._writeBuffer.handleUserInput())),this._register(this.optionsService.onMultipleOptionChange(["windowsMode","windowsPty"],()=>this._handleWindowsPtyOptionChange())),this._register(this._bufferService.onScroll(()=>{this._onScroll.fire({position:this._bufferService.buffer.ydisp}),this._inputHandler.markRangeDirty(this._bufferService.buffer.scrollTop,this._bufferService.buffer.scrollBottom)})),this._writeBuffer=this._register(new zc((i,s)=>this._inputHandler.parse(i,s))),this._register(Ee.forward(this._writeBuffer.onWriteParsed,this._onWriteParsed))}get onScroll(){return this._onScrollApi||(this._onScrollApi=this._register(new I),this._onScroll.event(e=>{this._onScrollApi?.fire(e.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(e){for(let i in e)this.optionsService.options[i]=e[i]}write(e,i){this._writeBuffer.write(e,i)}writeSync(e,i){this._logService.logLevel<=3&&!Pn&&(this._logService.warn("writeSync is unreliable and will be removed soon."),Pn=!0),this._writeBuffer.writeSync(e,i)}input(e,i=!0){this.coreService.triggerDataEvent(e,i)}resize(e,i){isNaN(e)||isNaN(i)||(e=Math.max(e,ra),i=Math.max(i,na),this._bufferService.resize(e,i))}scroll(e,i=!1){this._bufferService.scroll(e,i)}scrollLines(e,i){this._bufferService.scrollLines(e,i)}scrollPages(e){this.scrollLines(e*(this.rows-1))}scrollToTop(){this.scrollLines(-this._bufferService.buffer.ydisp)}scrollToBottom(e){this.scrollLines(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp)}scrollToLine(e){let i=e-this._bufferService.buffer.ydisp;i!==0&&this.scrollLines(i)}registerEscHandler(e,i){return this._inputHandler.registerEscHandler(e,i)}registerDcsHandler(e,i){return this._inputHandler.registerDcsHandler(e,i)}registerCsiHandler(e,i){return this._inputHandler.registerCsiHandler(e,i)}registerOscHandler(e,i){return this._inputHandler.registerOscHandler(e,i)}_setup(){this._handleWindowsPtyOptionChange()}reset(){this._inputHandler.reset(),this._bufferService.reset(),this._charsetService.reset(),this.coreService.reset(),this.coreMouseService.reset()}_handleWindowsPtyOptionChange(){let e=!1,i=this.optionsService.rawOptions.windowsPty;i&&i.buildNumber!==void 0&&i.buildNumber!==void 0?e=i.backend==="conpty"&&i.buildNumber<21376:this.optionsService.rawOptions.windowsMode&&(e=!0),e?this._enableWindowsWrappingHeuristics():this._windowsWrappingHeuristics.clear()}_enableWindowsWrappingHeuristics(){if(!this._windowsWrappingHeuristics.value){let e=[];e.push(this.onLineFeed(kn.bind(null,this._bufferService))),e.push(this.registerCsiHandler({final:"H"},()=>(kn(this._bufferService),!1))),this._windowsWrappingHeuristics.value=ee(()=>{for(let i of e)i.dispose()})}}},Uc={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:["'",'"']};function qc(t,e,i,s){let r={type:0,cancel:!1,key:void 0},n=(t.shiftKey?1:0)|(t.altKey?2:0)|(t.ctrlKey?4:0)|(t.metaKey?8:0);switch(t.keyCode){case 0:t.key==="UIKeyInputUpArrow"?e?r.key=T.ESC+"OA":r.key=T.ESC+"[A":t.key==="UIKeyInputLeftArrow"?e?r.key=T.ESC+"OD":r.key=T.ESC+"[D":t.key==="UIKeyInputRightArrow"?e?r.key=T.ESC+"OC":r.key=T.ESC+"[C":t.key==="UIKeyInputDownArrow"&&(e?r.key=T.ESC+"OB":r.key=T.ESC+"[B");break;case 8:r.key=t.ctrlKey?"\b":T.DEL,t.altKey&&(r.key=T.ESC+r.key);break;case 9:if(t.shiftKey){r.key=T.ESC+"[Z";break}r.key=T.HT,r.cancel=!0;break;case 13:r.key=t.altKey?T.ESC+T.CR:T.CR,r.cancel=!0;break;case 27:r.key=T.ESC,t.altKey&&(r.key=T.ESC+T.ESC),r.cancel=!0;break;case 37:if(t.metaKey)break;n?r.key=T.ESC+"[1;"+(n+1)+"D":e?r.key=T.ESC+"OD":r.key=T.ESC+"[D";break;case 39:if(t.metaKey)break;n?r.key=T.ESC+"[1;"+(n+1)+"C":e?r.key=T.ESC+"OC":r.key=T.ESC+"[C";break;case 38:if(t.metaKey)break;n?r.key=T.ESC+"[1;"+(n+1)+"A":e?r.key=T.ESC+"OA":r.key=T.ESC+"[A";break;case 40:if(t.metaKey)break;n?r.key=T.ESC+"[1;"+(n+1)+"B":e?r.key=T.ESC+"OB":r.key=T.ESC+"[B";break;case 45:!t.shiftKey&&!t.ctrlKey&&(r.key=T.ESC+"[2~");break;case 46:n?r.key=T.ESC+"[3;"+(n+1)+"~":r.key=T.ESC+"[3~";break;case 36:n?r.key=T.ESC+"[1;"+(n+1)+"H":e?r.key=T.ESC+"OH":r.key=T.ESC+"[H";break;case 35:n?r.key=T.ESC+"[1;"+(n+1)+"F":e?r.key=T.ESC+"OF":r.key=T.ESC+"[F";break;case 33:t.shiftKey?r.type=2:t.ctrlKey?r.key=T.ESC+"[5;"+(n+1)+"~":r.key=T.ESC+"[5~";break;case 34:t.shiftKey?r.type=3:t.ctrlKey?r.key=T.ESC+"[6;"+(n+1)+"~":r.key=T.ESC+"[6~";break;case 112:n?r.key=T.ESC+"[1;"+(n+1)+"P":r.key=T.ESC+"OP";break;case 113:n?r.key=T.ESC+"[1;"+(n+1)+"Q":r.key=T.ESC+"OQ";break;case 114:n?r.key=T.ESC+"[1;"+(n+1)+"R":r.key=T.ESC+"OR";break;case 115:n?r.key=T.ESC+"[1;"+(n+1)+"S":r.key=T.ESC+"OS";break;case 116:n?r.key=T.ESC+"[15;"+(n+1)+"~":r.key=T.ESC+"[15~";break;case 117:n?r.key=T.ESC+"[17;"+(n+1)+"~":r.key=T.ESC+"[17~";break;case 118:n?r.key=T.ESC+"[18;"+(n+1)+"~":r.key=T.ESC+"[18~";break;case 119:n?r.key=T.ESC+"[19;"+(n+1)+"~":r.key=T.ESC+"[19~";break;case 120:n?r.key=T.ESC+"[20;"+(n+1)+"~":r.key=T.ESC+"[20~";break;case 121:n?r.key=T.ESC+"[21;"+(n+1)+"~":r.key=T.ESC+"[21~";break;case 122:n?r.key=T.ESC+"[23;"+(n+1)+"~":r.key=T.ESC+"[23~";break;case 123:n?r.key=T.ESC+"[24;"+(n+1)+"~":r.key=T.ESC+"[24~";break;default:if(t.ctrlKey&&!t.shiftKey&&!t.altKey&&!t.metaKey)t.keyCode>=65&&t.keyCode<=90?r.key=String.fromCharCode(t.keyCode-64):t.keyCode===32?r.key=T.NUL:t.keyCode>=51&&t.keyCode<=55?r.key=String.fromCharCode(t.keyCode-51+27):t.keyCode===56?r.key=T.DEL:t.keyCode===219?r.key=T.ESC:t.keyCode===220?r.key=T.FS:t.keyCode===221&&(r.key=T.GS);else if((!i||s)&&t.altKey&&!t.metaKey){let o=Uc[t.keyCode]?.[t.shiftKey?1:0];if(o)r.key=T.ESC+o;else if(t.keyCode>=65&&t.keyCode<=90){let a=t.ctrlKey?t.keyCode-64:t.keyCode+32,h=String.fromCharCode(a);t.shiftKey&&(h=h.toUpperCase()),r.key=T.ESC+h}else if(t.keyCode===32)r.key=T.ESC+(t.ctrlKey?T.NUL:" ");else if(t.key==="Dead"&&t.code.startsWith("Key")){let a=t.code.slice(3,4);t.shiftKey||(a=a.toLowerCase()),r.key=T.ESC+a,r.cancel=!0}}else i&&!t.altKey&&!t.ctrlKey&&!t.shiftKey&&t.metaKey?t.keyCode===65&&(r.type=1):t.key&&!t.ctrlKey&&!t.altKey&&!t.metaKey&&t.keyCode>=48&&t.key.length===1?r.key=t.key:t.key&&t.ctrlKey&&(t.key==="_"&&(r.key=T.US),t.key==="@"&&(r.key=T.NUL));break}return r}var ae=0,Kc=class{constructor(e){this._getKey=e,this._array=[],this._insertedValues=[],this._flushInsertedTask=new Qi,this._isFlushingInserted=!1,this._deletedIndices=[],this._flushDeletedTask=new Qi,this._isFlushingDeleted=!1}clear(){this._array.length=0,this._insertedValues.length=0,this._flushInsertedTask.clear(),this._isFlushingInserted=!1,this._deletedIndices.length=0,this._flushDeletedTask.clear(),this._isFlushingDeleted=!1}insert(e){this._flushCleanupDeleted(),this._insertedValues.length===0&&this._flushInsertedTask.enqueue(()=>this._flushInserted()),this._insertedValues.push(e)}_flushInserted(){let e=this._insertedValues.sort((n,o)=>this._getKey(n)-this._getKey(o)),i=0,s=0,r=new Array(this._array.length+this._insertedValues.length);for(let n=0;n<r.length;n++)s>=this._array.length||this._getKey(e[i])<=this._getKey(this._array[s])?(r[n]=e[i],i++):r[n]=this._array[s++];this._array=r,this._insertedValues.length=0}_flushCleanupInserted(){!this._isFlushingInserted&&this._insertedValues.length>0&&this._flushInsertedTask.flush()}delete(e){if(this._flushCleanupInserted(),this._array.length===0)return!1;let i=this._getKey(e);if(i===void 0||(ae=this._search(i),ae===-1)||this._getKey(this._array[ae])!==i)return!1;do if(this._array[ae]===e)return this._deletedIndices.length===0&&this._flushDeletedTask.enqueue(()=>this._flushDeleted()),this._deletedIndices.push(ae),!0;while(++ae<this._array.length&&this._getKey(this._array[ae])===i);return!1}_flushDeleted(){this._isFlushingDeleted=!0;let e=this._deletedIndices.sort((n,o)=>n-o),i=0,s=new Array(this._array.length-e.length),r=0;for(let n=0;n<this._array.length;n++)e[i]===n?i++:s[r++]=this._array[n];this._array=s,this._deletedIndices.length=0,this._isFlushingDeleted=!1}_flushCleanupDeleted(){!this._isFlushingDeleted&&this._deletedIndices.length>0&&this._flushDeletedTask.flush()}*getKeyIterator(e){if(this._flushCleanupInserted(),this._flushCleanupDeleted(),this._array.length!==0&&(ae=this._search(e),!(ae<0||ae>=this._array.length)&&this._getKey(this._array[ae])===e))do yield this._array[ae];while(++ae<this._array.length&&this._getKey(this._array[ae])===e)}forEachByKey(e,i){if(this._flushCleanupInserted(),this._flushCleanupDeleted(),this._array.length!==0&&(ae=this._search(e),!(ae<0||ae>=this._array.length)&&this._getKey(this._array[ae])===e))do i(this._array[ae]);while(++ae<this._array.length&&this._getKey(this._array[ae])===e)}values(){return this._flushCleanupInserted(),this._flushCleanupDeleted(),[...this._array].values()}_search(e){let i=0,s=this._array.length-1;for(;s>=i;){let r=i+s>>1,n=this._getKey(this._array[r]);if(n>e)s=r-1;else if(n<e)i=r+1;else{for(;r>0&&this._getKey(this._array[r-1])===e;)r--;return r}}return i}},bs=0,In=0,Vc=class extends H{constructor(){super(),this._decorations=new Kc(t=>t?.marker.line),this._onDecorationRegistered=this._register(new I),this.onDecorationRegistered=this._onDecorationRegistered.event,this._onDecorationRemoved=this._register(new I),this.onDecorationRemoved=this._onDecorationRemoved.event,this._register(ee(()=>this.reset()))}get decorations(){return this._decorations.values()}registerDecoration(t){if(t.marker.isDisposed)return;let e=new Yc(t);if(e){let i=e.marker.onDispose(()=>e.dispose()),s=e.onDispose(()=>{s.dispose(),e&&(this._decorations.delete(e)&&this._onDecorationRemoved.fire(e),i.dispose())});this._decorations.insert(e),this._onDecorationRegistered.fire(e)}return e}reset(){for(let t of this._decorations.values())t.dispose();this._decorations.clear()}*getDecorationsAtCell(t,e,i){let s=0,r=0;for(let n of this._decorations.getKeyIterator(e))s=n.options.x??0,r=s+(n.options.width??1),t>=s&&t<r&&(!i||(n.options.layer??"bottom")===i)&&(yield n)}forEachDecorationAtCell(t,e,i,s){this._decorations.forEachByKey(e,r=>{bs=r.options.x??0,In=bs+(r.options.width??1),t>=bs&&t<In&&(!i||(r.options.layer??"bottom")===i)&&s(r)})}},Yc=class extends Lt{constructor(t){super(),this.options=t,this.onRenderEmitter=this.add(new I),this.onRender=this.onRenderEmitter.event,this._onDispose=this.add(new I),this.onDispose=this._onDispose.event,this._cachedBg=null,this._cachedFg=null,this.marker=t.marker,this.options.overviewRulerOptions&&!this.options.overviewRulerOptions.position&&(this.options.overviewRulerOptions.position="full")}get backgroundColorRGB(){return this._cachedBg===null&&(this.options.backgroundColor?this._cachedBg=ie.toColor(this.options.backgroundColor):this._cachedBg=void 0),this._cachedBg}get foregroundColorRGB(){return this._cachedFg===null&&(this.options.foregroundColor?this._cachedFg=ie.toColor(this.options.foregroundColor):this._cachedFg=void 0),this._cachedFg}dispose(){this._onDispose.fire(),super.dispose()}},Gc=1e3,Xc=class{constructor(e,i=Gc){this._renderCallback=e,this._debounceThresholdMS=i,this._lastRefreshMs=0,this._additionalRefreshRequested=!1}dispose(){this._refreshTimeoutID&&clearTimeout(this._refreshTimeoutID)}refresh(e,i,s){this._rowCount=s,e=e!==void 0?e:0,i=i!==void 0?i:this._rowCount-1,this._rowStart=this._rowStart!==void 0?Math.min(this._rowStart,e):e,this._rowEnd=this._rowEnd!==void 0?Math.max(this._rowEnd,i):i;let r=performance.now();if(r-this._lastRefreshMs>=this._debounceThresholdMS)this._lastRefreshMs=r,this._innerRefresh();else if(!this._additionalRefreshRequested){let n=r-this._lastRefreshMs,o=this._debounceThresholdMS-n;this._additionalRefreshRequested=!0,this._refreshTimeoutID=window.setTimeout(()=>{this._lastRefreshMs=performance.now(),this._innerRefresh(),this._additionalRefreshRequested=!1,this._refreshTimeoutID=void 0},o)}}_innerRefresh(){if(this._rowStart===void 0||this._rowEnd===void 0||this._rowCount===void 0)return;let e=Math.max(this._rowStart,0),i=Math.min(this._rowEnd,this._rowCount-1);this._rowStart=void 0,this._rowEnd=void 0,this._renderCallback(e,i)}},On=20,es=class extends H{constructor(t,e,i,s){super(),this._terminal=t,this._coreBrowserService=i,this._renderService=s,this._rowColumns=new WeakMap,this._liveRegionLineCount=0,this._charsToConsume=[],this._charsToAnnounce="";let r=this._coreBrowserService.mainDocument;this._accessibilityContainer=r.createElement("div"),this._accessibilityContainer.classList.add("xterm-accessibility"),this._rowContainer=r.createElement("div"),this._rowContainer.setAttribute("role","list"),this._rowContainer.classList.add("xterm-accessibility-tree"),this._rowElements=[];for(let n=0;n<this._terminal.rows;n++)this._rowElements[n]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[n]);if(this._topBoundaryFocusListener=n=>this._handleBoundaryFocus(n,0),this._bottomBoundaryFocusListener=n=>this._handleBoundaryFocus(n,1),this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._accessibilityContainer.appendChild(this._rowContainer),this._liveRegion=r.createElement("div"),this._liveRegion.classList.add("live-region"),this._liveRegion.setAttribute("aria-live","assertive"),this._accessibilityContainer.appendChild(this._liveRegion),this._liveRegionDebouncer=this._register(new Xc(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(n=>this._handleResize(n.rows))),this._register(this._terminal.onRender(n=>this._refreshRows(n.start,n.end))),this._register(this._terminal.onScroll(()=>this._refreshRows())),this._register(this._terminal.onA11yChar(n=>this._handleChar(n))),this._register(this._terminal.onLineFeed(()=>this._handleChar(`
16
+ `))),this._register(this._terminal.onA11yTab(n=>this._handleTab(n))),this._register(this._terminal.onKey(n=>this._handleKey(n.key))),this._register(this._terminal.onBlur(()=>this._clearLiveRegion())),this._register(this._renderService.onDimensionsChange(()=>this._refreshRowsDimensions())),this._register(N(r,"selectionchange",()=>this._handleSelectionChange())),this._register(this._coreBrowserService.onDprChange(()=>this._refreshRowsDimensions())),this._refreshRowsDimensions(),this._refreshRows(),this._register(ee(()=>{this._accessibilityContainer.remove(),this._rowElements.length=0}))}_handleTab(t){for(let e=0;e<t;e++)this._handleChar(" ")}_handleChar(t){this._liveRegionLineCount<On+1&&(this._charsToConsume.length>0?this._charsToConsume.shift()!==t&&(this._charsToAnnounce+=t):this._charsToAnnounce+=t,t===`
17
+ `&&(this._liveRegionLineCount++,this._liveRegionLineCount===On+1&&(this._liveRegion.textContent+=$s.get())))}_clearLiveRegion(){this._liveRegion.textContent="",this._liveRegionLineCount=0}_handleKey(t){this._clearLiveRegion(),new RegExp("\\p{Control}","u").test(t)||this._charsToConsume.push(t)}_refreshRows(t,e){this._liveRegionDebouncer.refresh(t,e,this._terminal.rows)}_renderRows(t,e){let i=this._terminal.buffer,s=i.lines.length.toString();for(let r=t;r<=e;r++){let n=i.lines.get(i.ydisp+r),o=[],a=n?.translateToString(!0,void 0,void 0,o)||"",h=(i.ydisp+r+1).toString(),l=this._rowElements[r];l&&(a.length===0?(l.textContent=" ",this._rowColumns.set(l,[0,1])):(l.textContent=a,this._rowColumns.set(l,o)),l.setAttribute("aria-posinset",h),l.setAttribute("aria-setsize",s),this._alignRowWidth(l))}this._announceCharacters()}_announceCharacters(){this._charsToAnnounce.length!==0&&(this._liveRegion.textContent+=this._charsToAnnounce,this._charsToAnnounce="")}_handleBoundaryFocus(t,e){let i=t.target,s=this._rowElements[e===0?1:this._rowElements.length-2],r=i.getAttribute("aria-posinset"),n=e===0?"1":`${this._terminal.buffer.lines.length}`;if(r===n||t.relatedTarget!==s)return;let o,a;if(e===0?(o=i,a=this._rowElements.pop(),this._rowContainer.removeChild(a)):(o=this._rowElements.shift(),a=i,this._rowContainer.removeChild(o)),o.removeEventListener("focus",this._topBoundaryFocusListener),a.removeEventListener("focus",this._bottomBoundaryFocusListener),e===0){let h=this._createAccessibilityTreeNode();this._rowElements.unshift(h),this._rowContainer.insertAdjacentElement("afterbegin",h)}else{let h=this._createAccessibilityTreeNode();this._rowElements.push(h),this._rowContainer.appendChild(h)}this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._terminal.scrollLines(e===0?-1:1),this._rowElements[e===0?1:this._rowElements.length-2].focus(),t.preventDefault(),t.stopImmediatePropagation()}_handleSelectionChange(){if(this._rowElements.length===0)return;let t=this._coreBrowserService.mainDocument.getSelection();if(!t)return;if(t.isCollapsed){this._rowContainer.contains(t.anchorNode)&&this._terminal.clearSelection();return}if(!t.anchorNode||!t.focusNode){console.error("anchorNode and/or focusNode are null");return}let e={node:t.anchorNode,offset:t.anchorOffset},i={node:t.focusNode,offset:t.focusOffset};if((e.node.compareDocumentPosition(i.node)&Node.DOCUMENT_POSITION_PRECEDING||e.node===i.node&&e.offset>i.offset)&&([e,i]=[i,e]),e.node.compareDocumentPosition(this._rowElements[0])&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_FOLLOWING)&&(e={node:this._rowElements[0].childNodes[0],offset:0}),!this._rowContainer.contains(e.node))return;let s=this._rowElements.slice(-1)[0];if(i.node.compareDocumentPosition(s)&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_PRECEDING)&&(i={node:s,offset:s.textContent?.length??0}),!this._rowContainer.contains(i.node))return;let r=({node:a,offset:h})=>{let l=a instanceof Text?a.parentNode:a,c=parseInt(l?.getAttribute("aria-posinset"),10)-1;if(isNaN(c))return console.warn("row is invalid. Race condition?"),null;let d=this._rowColumns.get(l);if(!d)return console.warn("columns is null. Race condition?"),null;let u=h<d.length?d[h]:d.slice(-1)[0]+1;return u>=this._terminal.cols&&(++c,u=0),{row:c,column:u}},n=r(e),o=r(i);if(!(!n||!o)){if(n.row>o.row||n.row===o.row&&n.column>=o.column)throw new Error("invalid range");this._terminal.select(n.column,n.row,(o.row-n.row)*this._terminal.cols-n.column+o.column)}}_handleResize(t){this._rowElements[this._rowElements.length-1].removeEventListener("focus",this._bottomBoundaryFocusListener);for(let e=this._rowContainer.children.length;e<this._terminal.rows;e++)this._rowElements[e]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[e]);for(;this._rowElements.length>t;)this._rowContainer.removeChild(this._rowElements.pop());this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions()}_createAccessibilityTreeNode(){let t=this._coreBrowserService.mainDocument.createElement("div");return t.setAttribute("role","listitem"),t.tabIndex=-1,this._refreshRowDimensions(t),t}_refreshRowsDimensions(){if(this._renderService.dimensions.css.cell.height){Object.assign(this._accessibilityContainer.style,{width:`${this._renderService.dimensions.css.canvas.width}px`,fontSize:`${this._terminal.options.fontSize}px`}),this._rowElements.length!==this._terminal.rows&&this._handleResize(this._terminal.rows);for(let t=0;t<this._terminal.rows;t++)this._refreshRowDimensions(this._rowElements[t]),this._alignRowWidth(this._rowElements[t])}}_refreshRowDimensions(t){t.style.height=`${this._renderService.dimensions.css.cell.height}px`}_alignRowWidth(t){t.style.transform="";let e=t.getBoundingClientRect().width,i=this._rowColumns.get(t)?.slice(-1)?.[0];if(!i)return;let s=i*this._renderService.dimensions.css.cell.width;t.style.transform=`scaleX(${s/e})`}};es=oe([O(1,kr),O(2,vt),O(3,mt)],es);var mr=class extends H{constructor(t,e,i,s,r){super(),this._element=t,this._mouseService=e,this._renderService=i,this._bufferService=s,this._linkProviderService=r,this._linkCacheDisposables=[],this._isMouseOut=!0,this._wasResized=!1,this._activeLine=-1,this._onShowLinkUnderline=this._register(new I),this.onShowLinkUnderline=this._onShowLinkUnderline.event,this._onHideLinkUnderline=this._register(new I),this.onHideLinkUnderline=this._onHideLinkUnderline.event,this._register(ee(()=>{$t(this._linkCacheDisposables),this._linkCacheDisposables.length=0,this._lastMouseEvent=void 0,this._activeProviderReplies?.clear()})),this._register(this._bufferService.onResize(()=>{this._clearCurrentLink(),this._wasResized=!0})),this._register(N(this._element,"mouseleave",()=>{this._isMouseOut=!0,this._clearCurrentLink()})),this._register(N(this._element,"mousemove",this._handleMouseMove.bind(this))),this._register(N(this._element,"mousedown",this._handleMouseDown.bind(this))),this._register(N(this._element,"mouseup",this._handleMouseUp.bind(this)))}get currentLink(){return this._currentLink}_handleMouseMove(t){this._lastMouseEvent=t;let e=this._positionFromMouseEvent(t,this._element,this._mouseService);if(!e)return;this._isMouseOut=!1;let i=t.composedPath();for(let s=0;s<i.length;s++){let r=i[s];if(r.classList.contains("xterm"))break;if(r.classList.contains("xterm-hover"))return}(!this._lastBufferCell||e.x!==this._lastBufferCell.x||e.y!==this._lastBufferCell.y)&&(this._handleHover(e),this._lastBufferCell=e)}_handleHover(t){if(this._activeLine!==t.y||this._wasResized){this._clearCurrentLink(),this._askForLink(t,!1),this._wasResized=!1;return}this._currentLink&&this._linkAtPosition(this._currentLink.link,t)||(this._clearCurrentLink(),this._askForLink(t,!0))}_askForLink(t,e){(!this._activeProviderReplies||!e)&&(this._activeProviderReplies?.forEach(s=>{s?.forEach(r=>{r.link.dispose&&r.link.dispose()})}),this._activeProviderReplies=new Map,this._activeLine=t.y);let i=!1;for(let[s,r]of this._linkProviderService.linkProviders.entries())e?this._activeProviderReplies?.get(s)&&(i=this._checkLinkProviderResult(s,t,i)):r.provideLinks(t.y,n=>{if(this._isMouseOut)return;let o=n?.map(a=>({link:a}));this._activeProviderReplies?.set(s,o),i=this._checkLinkProviderResult(s,t,i),this._activeProviderReplies?.size===this._linkProviderService.linkProviders.length&&this._removeIntersectingLinks(t.y,this._activeProviderReplies)})}_removeIntersectingLinks(t,e){let i=new Set;for(let s=0;s<e.size;s++){let r=e.get(s);if(r)for(let n=0;n<r.length;n++){let o=r[n],a=o.link.range.start.y<t?0:o.link.range.start.x,h=o.link.range.end.y>t?this._bufferService.cols:o.link.range.end.x;for(let l=a;l<=h;l++){if(i.has(l)){r.splice(n--,1);break}i.add(l)}}}}_checkLinkProviderResult(t,e,i){if(!this._activeProviderReplies)return i;let s=this._activeProviderReplies.get(t),r=!1;for(let n=0;n<t;n++)(!this._activeProviderReplies.has(n)||this._activeProviderReplies.get(n))&&(r=!0);if(!r&&s){let n=s.find(o=>this._linkAtPosition(o.link,e));n&&(i=!0,this._handleNewLink(n))}if(this._activeProviderReplies.size===this._linkProviderService.linkProviders.length&&!i)for(let n=0;n<this._activeProviderReplies.size;n++){let o=this._activeProviderReplies.get(n)?.find(a=>this._linkAtPosition(a.link,e));if(o){i=!0,this._handleNewLink(o);break}}return i}_handleMouseDown(){this._mouseDownLink=this._currentLink}_handleMouseUp(t){if(!this._currentLink)return;let e=this._positionFromMouseEvent(t,this._element,this._mouseService);e&&this._mouseDownLink&&jc(this._mouseDownLink.link,this._currentLink.link)&&this._linkAtPosition(this._currentLink.link,e)&&this._currentLink.link.activate(t,this._currentLink.link.text)}_clearCurrentLink(t,e){!this._currentLink||!this._lastMouseEvent||(!t||!e||this._currentLink.link.range.start.y>=t&&this._currentLink.link.range.end.y<=e)&&(this._linkLeave(this._element,this._currentLink.link,this._lastMouseEvent),this._currentLink=void 0,$t(this._linkCacheDisposables),this._linkCacheDisposables.length=0)}_handleNewLink(t){if(!this._lastMouseEvent)return;let e=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);e&&this._linkAtPosition(t.link,e)&&(this._currentLink=t,this._currentLink.state={decorations:{underline:t.link.decorations===void 0?!0:t.link.decorations.underline,pointerCursor:t.link.decorations===void 0?!0:t.link.decorations.pointerCursor},isHovered:!0},this._linkHover(this._element,t.link,this._lastMouseEvent),t.link.decorations={},Object.defineProperties(t.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(t.link,i))}}}),this._linkCacheDisposables.push(this._renderService.onRenderedViewportChange(i=>{if(!this._currentLink)return;let s=i.start===0?0:i.start+1+this._bufferService.buffer.ydisp,r=this._bufferService.buffer.ydisp+1+i.end;if(this._currentLink.link.range.start.y>=s&&this._currentLink.link.range.end.y<=r&&(this._clearCurrentLink(s,r),this._lastMouseEvent)){let n=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);n&&this._askForLink(n,!1)}})))}_linkHover(t,e,i){this._currentLink?.state&&(this._currentLink.state.isHovered=!0,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(e,!0),this._currentLink.state.decorations.pointerCursor&&t.classList.add("xterm-cursor-pointer")),e.hover&&e.hover(i,e.text)}_fireUnderlineEvent(t,e){let i=t.range,s=this._bufferService.buffer.ydisp,r=this._createLinkUnderlineEvent(i.start.x-1,i.start.y-s-1,i.end.x,i.end.y-s-1,void 0);(e?this._onShowLinkUnderline:this._onHideLinkUnderline).fire(r)}_linkLeave(t,e,i){this._currentLink?.state&&(this._currentLink.state.isHovered=!1,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(e,!1),this._currentLink.state.decorations.pointerCursor&&t.classList.remove("xterm-cursor-pointer")),e.leave&&e.leave(i,e.text)}_linkAtPosition(t,e){let i=t.range.start.y*this._bufferService.cols+t.range.start.x,s=t.range.end.y*this._bufferService.cols+t.range.end.x,r=e.y*this._bufferService.cols+e.x;return i<=r&&r<=s}_positionFromMouseEvent(t,e,i){let s=i.getCoords(t,e,this._bufferService.cols,this._bufferService.rows);if(s)return{x:s[0],y:s[1]+this._bufferService.buffer.ydisp}}_createLinkUnderlineEvent(t,e,i,s,r){return{x1:t,y1:e,x2:i,y2:s,cols:this._bufferService.cols,fg:r}}};mr=oe([O(1,Er),O(2,mt),O(3,Ae),O(4,Mo)],mr);function jc(t,e){return t.text===e.text&&t.range.start.x===e.range.start.x&&t.range.start.y===e.range.start.y&&t.range.end.x===e.range.end.x&&t.range.end.y===e.range.end.y}var Jc=class extends Hc{constructor(e={}){super(e),this._linkifier=this._register(new Xt),this.browser=Yo,this._keyDownHandled=!1,this._keyDownSeen=!1,this._keyPressHandled=!1,this._unprocessedDeadKey=!1,this._accessibilityManager=this._register(new Xt),this._onCursorMove=this._register(new I),this.onCursorMove=this._onCursorMove.event,this._onKey=this._register(new I),this.onKey=this._onKey.event,this._onRender=this._register(new I),this.onRender=this._onRender.event,this._onSelectionChange=this._register(new I),this.onSelectionChange=this._onSelectionChange.event,this._onTitleChange=this._register(new I),this.onTitleChange=this._onTitleChange.event,this._onBell=this._register(new I),this.onBell=this._onBell.event,this._onFocus=this._register(new I),this._onBlur=this._register(new I),this._onA11yCharEmitter=this._register(new I),this._onA11yTabEmitter=this._register(new I),this._onWillOpen=this._register(new I),this._setup(),this._decorationService=this._instantiationService.createInstance(Vc),this._instantiationService.setService(Ci,this._decorationService),this._linkProviderService=this._instantiationService.createInstance(Wh),this._instantiationService.setService(Mo,this._linkProviderService),this._linkProviderService.registerLinkProvider(this._instantiationService.createInstance(Ns)),this._register(this._inputHandler.onRequestBell(()=>this._onBell.fire())),this._register(this._inputHandler.onRequestRefreshRows(i=>this.refresh(i?.start??0,i?.end??this.rows-1))),this._register(this._inputHandler.onRequestSendFocus(()=>this._reportFocus())),this._register(this._inputHandler.onRequestReset(()=>this.reset())),this._register(this._inputHandler.onRequestWindowsOptionsReport(i=>this._reportWindowsOptions(i))),this._register(this._inputHandler.onColor(i=>this._handleColorEvent(i))),this._register(Ee.forward(this._inputHandler.onCursorMove,this._onCursorMove)),this._register(Ee.forward(this._inputHandler.onTitleChange,this._onTitleChange)),this._register(Ee.forward(this._inputHandler.onA11yChar,this._onA11yCharEmitter)),this._register(Ee.forward(this._inputHandler.onA11yTab,this._onA11yTabEmitter)),this._register(this._bufferService.onResize(i=>this._afterResize(i.cols,i.rows))),this._register(ee(()=>{this._customKeyEventHandler=void 0,this.element?.parentNode?.removeChild(this.element)}))}get linkifier(){return this._linkifier.value}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}_handleColorEvent(e){if(this._themeService)for(let i of e){let s,r="";switch(i.index){case 256:s="foreground",r="10";break;case 257:s="background",r="11";break;case 258:s="cursor",r="12";break;default:s="ansi",r="4;"+i.index}switch(i.type){case 0:let n=Z.toColorRGB(s==="ansi"?this._themeService.colors.ansi[i.index]:this._themeService.colors[s]);this.coreService.triggerDataEvent(`${T.ESC}]${r};${Oc(n)}${Ko.ST}`);break;case 1:if(s==="ansi")this._themeService.modifyColors(o=>o.ansi[i.index]=ce.toColor(...i.color));else{let o=s;this._themeService.modifyColors(a=>a[o]=ce.toColor(...i.color))}break;case 2:this._themeService.restoreColor(i.index);break}}}_setup(){super._setup(),this._customKeyEventHandler=void 0}get buffer(){return this.buffers.active}focus(){this.textarea&&this.textarea.focus({preventScroll:!0})}_handleScreenReaderModeOptionChange(e){e?!this._accessibilityManager.value&&this._renderService&&(this._accessibilityManager.value=this._instantiationService.createInstance(es,this)):this._accessibilityManager.clear()}_handleTextAreaFocus(e){this.coreService.decPrivateModes.sendFocus&&this.coreService.triggerDataEvent(T.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(T.ESC+"[O"),this.element.classList.remove("focus"),this._onBlur.fire()}_syncTextArea(){if(!this.textarea||!this.buffer.isCursorInViewport||this._compositionHelper.isComposing||!this._renderService)return;let e=this.buffer.ybase+this.buffer.y,i=this.buffer.lines.get(e);if(!i)return;let s=Math.min(this.buffer.x,this.cols-1),r=this._renderService.dimensions.css.cell.height,n=i.getWidth(s),o=this._renderService.dimensions.css.cell.width*n,a=this.buffer.y*this._renderService.dimensions.css.cell.height,h=s*this._renderService.dimensions.css.cell.width;this.textarea.style.left=h+"px",this.textarea.style.top=a+"px",this.textarea.style.width=o+"px",this.textarea.style.height=r+"px",this.textarea.style.lineHeight=r+"px",this.textarea.style.zIndex="-5"}_initGlobal(){this._bindKeys(),this._register(N(this.element,"copy",i=>{this.hasSelection()&&tl(i,this._selectionService)}));let e=i=>il(i,this.textarea,this.coreService,this.optionsService);this._register(N(this.textarea,"paste",e)),this._register(N(this.element,"paste",e)),Go?this._register(N(this.element,"mousedown",i=>{i.button===2&&Kr(i,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)})):this._register(N(this.element,"contextmenu",i=>{Kr(i,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)})),Pr&&this._register(N(this.element,"auxclick",i=>{i.button===1&&So(i,this.textarea,this.screenElement)}))}_bindKeys(){this._register(N(this.textarea,"keyup",e=>this._keyUp(e),!0)),this._register(N(this.textarea,"keydown",e=>this._keyDown(e),!0)),this._register(N(this.textarea,"keypress",e=>this._keyPress(e),!0)),this._register(N(this.textarea,"compositionstart",()=>this._compositionHelper.compositionstart())),this._register(N(this.textarea,"compositionupdate",e=>this._compositionHelper.compositionupdate(e))),this._register(N(this.textarea,"compositionend",()=>this._compositionHelper.compositionend())),this._register(N(this.textarea,"input",e=>this._inputEvent(e),!0)),this._register(this.onRender(()=>this._compositionHelper.updateCompositionElements()))}open(e){if(!e)throw new Error("Terminal requires a parent element.");if(e.isConnected||this._logService.debug("Terminal.open was called on an element that was not attached to the DOM"),this.element?.ownerDocument.defaultView&&this._coreBrowserService){this.element.ownerDocument.defaultView!==this._coreBrowserService.window&&(this._coreBrowserService.window=this.element.ownerDocument.defaultView);return}this._document=e.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"),e.appendChild(this.element);let i=this._document.createDocumentFragment();this._viewportElement=this._document.createElement("div"),this._viewportElement.classList.add("xterm-viewport"),i.appendChild(this._viewportElement),this.screenElement=this._document.createElement("div"),this.screenElement.classList.add("xterm-screen"),this._register(N(this.screenElement,"mousemove",n=>this.updateCursorStyle(n))),this._helperContainer=this._document.createElement("div"),this._helperContainer.classList.add("xterm-helpers"),this.screenElement.appendChild(this._helperContainer),i.appendChild(this.screenElement);let s=this.textarea=this._document.createElement("textarea");this.textarea.classList.add("xterm-helper-textarea"),this.textarea.setAttribute("aria-label",Os.get()),Jo||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._register(this.optionsService.onSpecificOptionChange("disableStdin",()=>s.readOnly=this.optionsService.rawOptions.disableStdin)),this.textarea.readOnly=this.optionsService.rawOptions.disableStdin,this._coreBrowserService=this._register(this._instantiationService.createInstance(Fh,this.textarea,e.ownerDocument.defaultView??window,this._document??typeof window<"u"?window.document:null)),this._instantiationService.setService(vt,this._coreBrowserService),this._register(N(this.textarea,"focus",n=>this._handleTextAreaFocus(n))),this._register(N(this.textarea,"blur",()=>this._handleTextAreaBlur())),this._helperContainer.appendChild(this.textarea),this._charSizeService=this._instantiationService.createInstance(or,this._document,this._helperContainer),this._instantiationService.setService(ss,this._charSizeService),this._themeService=this._instantiationService.createInstance(cr),this._instantiationService.setService(jt,this._themeService),this._characterJoinerService=this._instantiationService.createInstance(Ji),this._instantiationService.setService(Lo,this._characterJoinerService),this._renderService=this._register(this._instantiationService.createInstance(lr,this.rows,this.screenElement)),this._instantiationService.setService(mt,this._renderService),this._register(this._renderService.onRenderedViewportChange(n=>this._onRender.fire(n))),this.onResize(n=>this._renderService.resize(n.cols,n.rows)),this._compositionView=this._document.createElement("div"),this._compositionView.classList.add("composition-view"),this._compositionHelper=this._instantiationService.createInstance(sr,this.textarea,this._compositionView),this._helperContainer.appendChild(this._compositionView),this._mouseService=this._instantiationService.createInstance(ar),this._instantiationService.setService(Er,this._mouseService);let r=this._linkifier.value=this._register(this._instantiationService.createInstance(mr,this.screenElement));this.element.appendChild(i);try{this._onWillOpen.fire(this.element)}catch{}this._renderService.hasRenderer()||this._renderService.setRenderer(this._createRenderer()),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._viewport=this._register(this._instantiationService.createInstance(tr,this.element,this.screenElement)),this._register(this._viewport.onRequestScrollLines(n=>{super.scrollLines(n,!1),this.refresh(0,this.rows-1)})),this._selectionService=this._register(this._instantiationService.createInstance(hr,this.element,this.screenElement,r)),this._instantiationService.setService(cl,this._selectionService),this._register(this._selectionService.onRequestScrollLines(n=>this.scrollLines(n.amount,n.suppressScrollEvent))),this._register(this._selectionService.onSelectionChange(()=>this._onSelectionChange.fire())),this._register(this._selectionService.onRequestRedraw(n=>this._renderService.handleSelectionChanged(n.start,n.end,n.columnSelectMode))),this._register(this._selectionService.onLinuxMouseSelection(n=>{this.textarea.value=n,this.textarea.focus(),this.textarea.select()})),this._register(Ee.any(this._onScroll.event,this._inputHandler.onScroll)(()=>{this._selectionService.refresh(),this._viewport?.queueSync()})),this._register(this._instantiationService.createInstance(ir,this.screenElement)),this._register(N(this.element,"mousedown",n=>this._selectionService.handleMouseDown(n))),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(es,this)),this._register(this.optionsService.onSpecificOptionChange("screenReaderMode",n=>this._handleScreenReaderModeOptionChange(n))),this.options.overviewRuler.width&&(this._overviewRulerRenderer=this._register(this._instantiationService.createInstance(ji,this._viewportElement,this.screenElement))),this.optionsService.onSpecificOptionChange("overviewRuler",n=>{!this._overviewRulerRenderer&&n&&this._viewportElement&&this.screenElement&&(this._overviewRulerRenderer=this._register(this._instantiationService.createInstance(ji,this._viewportElement,this.screenElement)))}),this._charSizeService.measure(),this.refresh(0,this.rows-1),this._initGlobal(),this.bindMouse()}_createRenderer(){return this._instantiationService.createInstance(nr,this,this._document,this.element,this.screenElement,this._viewportElement,this._helperContainer,this.linkifier)}bindMouse(){let e=this,i=this.element;function s(o){let a=e._mouseService.getMouseReportCoords(o,e.screenElement);if(!a)return!1;let h,l;switch(o.overrideType||o.type){case"mousemove":l=32,o.buttons===void 0?(h=3,o.button!==void 0&&(h=o.button<3?o.button:3)):h=o.buttons&1?0:o.buttons&4?1:o.buttons&2?2:3;break;case"mouseup":l=0,h=o.button<3?o.button:3;break;case"mousedown":l=1,h=o.button<3?o.button:3;break;case"wheel":if(e._customWheelEventHandler&&e._customWheelEventHandler(o)===!1)return!1;let c=o.deltaY;if(c===0||e.coreMouseService.consumeWheelEvent(o,e._renderService?.dimensions?.device?.cell?.height,e._coreBrowserService?.dpr)===0)return!1;l=c<0?0:1,h=4;break;default:return!1}return l===void 0||h===void 0||h>4?!1:e.coreMouseService.triggerMouseEvent({col:a.col,row:a.row,x:a.x,y:a.y,button:h,action:l,ctrl:o.ctrlKey,alt:o.altKey,shift:o.shiftKey})}let r={mouseup:null,wheel:null,mousedrag:null,mousemove:null},n={mouseup:o=>(s(o),o.buttons||(this._document.removeEventListener("mouseup",r.mouseup),r.mousedrag&&this._document.removeEventListener("mousemove",r.mousedrag)),this.cancel(o)),wheel:o=>(s(o),this.cancel(o,!0)),mousedrag:o=>{o.buttons&&s(o)},mousemove:o=>{o.buttons||s(o)}};this._register(this.coreMouseService.onProtocolChange(o=>{o?(this.optionsService.rawOptions.logLevel==="debug"&&this._logService.debug("Binding to mouse events:",this.coreMouseService.explainEvents(o)),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()),o&8?r.mousemove||(i.addEventListener("mousemove",n.mousemove),r.mousemove=n.mousemove):(i.removeEventListener("mousemove",r.mousemove),r.mousemove=null),o&16?r.wheel||(i.addEventListener("wheel",n.wheel,{passive:!1}),r.wheel=n.wheel):(i.removeEventListener("wheel",r.wheel),r.wheel=null),o&2?r.mouseup||(r.mouseup=n.mouseup):(this._document.removeEventListener("mouseup",r.mouseup),r.mouseup=null),o&4?r.mousedrag||(r.mousedrag=n.mousedrag):(this._document.removeEventListener("mousemove",r.mousedrag),r.mousedrag=null)})),this.coreMouseService.activeProtocol=this.coreMouseService.activeProtocol,this._register(N(i,"mousedown",o=>{if(o.preventDefault(),this.focus(),!(!this.coreMouseService.areMouseEventsActive||this._selectionService.shouldForceSelection(o)))return s(o),r.mouseup&&this._document.addEventListener("mouseup",r.mouseup),r.mousedrag&&this._document.addEventListener("mousemove",r.mousedrag),this.cancel(o)})),this._register(N(i,"wheel",o=>{if(!r.wheel){if(this._customWheelEventHandler&&this._customWheelEventHandler(o)===!1)return!1;if(!this.buffer.hasScrollback){if(o.deltaY===0)return!1;if(e.coreMouseService.consumeWheelEvent(o,e._renderService?.dimensions?.device?.cell?.height,e._coreBrowserService?.dpr)===0)return this.cancel(o,!0);let a=T.ESC+(this.coreService.decPrivateModes.applicationCursorKeys?"O":"[")+(o.deltaY<0?"A":"B");return this.coreService.triggerDataEvent(a,!0),this.cancel(o,!0)}}},{passive:!1}))}refresh(e,i){this._renderService?.refreshRows(e,i)}updateCursorStyle(e){this._selectionService?.shouldColumnSelect(e)?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(e,i){this._viewport?this._viewport.scrollLines(e):super.scrollLines(e,i),this.refresh(0,this.rows-1)}scrollPages(e){this.scrollLines(e*(this.rows-1))}scrollToTop(){this.scrollLines(-this._bufferService.buffer.ydisp)}scrollToBottom(e){e&&this._viewport?this._viewport.scrollToLine(this.buffer.ybase,!0):this.scrollLines(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp)}scrollToLine(e){let i=e-this._bufferService.buffer.ydisp;i!==0&&this.scrollLines(i)}paste(e){mo(e,this.textarea,this.coreService,this.optionsService)}attachCustomKeyEventHandler(e){this._customKeyEventHandler=e}attachCustomWheelEventHandler(e){this._customWheelEventHandler=e}registerLinkProvider(e){return this._linkProviderService.registerLinkProvider(e)}registerCharacterJoiner(e){if(!this._characterJoinerService)throw new Error("Terminal must be opened first");let i=this._characterJoinerService.register(e);return this.refresh(0,this.rows-1),i}deregisterCharacterJoiner(e){if(!this._characterJoinerService)throw new Error("Terminal must be opened first");this._characterJoinerService.deregister(e)&&this.refresh(0,this.rows-1)}get markers(){return this.buffer.markers}registerMarker(e){return this.buffer.addMarker(this.buffer.ybase+this.buffer.y+e)}registerDecoration(e){return this._decorationService.registerDecoration(e)}hasSelection(){return this._selectionService?this._selectionService.hasSelection:!1}select(e,i,s){this._selectionService.setSelection(e,i,s)}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(e,i){this._selectionService?.selectLines(e,i)}_keyDown(e){if(this._keyDownHandled=!1,this._keyDownSeen=!0,this._customKeyEventHandler&&this._customKeyEventHandler(e)===!1)return!1;let i=this.browser.isMac&&this.options.macOptionIsMeta&&e.altKey;if(!i&&!this._compositionHelper.keydown(e))return this.options.scrollOnUserInput&&this.buffer.ybase!==this.buffer.ydisp&&this.scrollToBottom(!0),!1;!i&&(e.key==="Dead"||e.key==="AltGraph")&&(this._unprocessedDeadKey=!0);let s=qc(e,this.coreService.decPrivateModes.applicationCursorKeys,this.browser.isMac,this.options.macOptionIsMeta);if(this.updateCursorStyle(e),s.type===3||s.type===2){let r=this.rows-1;return this.scrollLines(s.type===2?-r:r),this.cancel(e,!0)}if(s.type===1&&this.selectAll(),this._isThirdLevelShift(this.browser,e)||(s.cancel&&this.cancel(e,!0),!s.key)||e.key&&!e.ctrlKey&&!e.altKey&&!e.metaKey&&e.key.length===1&&e.key.charCodeAt(0)>=65&&e.key.charCodeAt(0)<=90)return!0;if(this._unprocessedDeadKey)return this._unprocessedDeadKey=!1,!0;if((s.key===T.ETX||s.key===T.CR)&&(this.textarea.value=""),this._onKey.fire({key:s.key,domEvent:e}),this._showCursor(),this.coreService.triggerDataEvent(s.key,!0),!this.optionsService.rawOptions.screenReaderMode||e.altKey||e.ctrlKey)return this.cancel(e,!0);this._keyDownHandled=!0}_isThirdLevelShift(e,i){let s=e.isMac&&!this.options.macOptionIsMeta&&i.altKey&&!i.ctrlKey&&!i.metaKey||e.isWindows&&i.altKey&&i.ctrlKey&&!i.metaKey||e.isWindows&&i.getModifierState("AltGraph");return i.type==="keypress"?s:s&&(!i.keyCode||i.keyCode>47)}_keyUp(e){this._keyDownSeen=!1,!(this._customKeyEventHandler&&this._customKeyEventHandler(e)===!1)&&(Zc(e)||this.focus(),this.updateCursorStyle(e),this._keyPressHandled=!1)}_keyPress(e){let i;if(this._keyPressHandled=!1,this._keyDownHandled||this._customKeyEventHandler&&this._customKeyEventHandler(e)===!1)return!1;if(this.cancel(e),e.charCode)i=e.charCode;else if(e.which===null||e.which===void 0)i=e.keyCode;else if(e.which!==0&&e.charCode!==0)i=e.which;else return!1;return!i||(e.altKey||e.ctrlKey||e.metaKey)&&!this._isThirdLevelShift(this.browser,e)?!1:(i=String.fromCharCode(i),this._onKey.fire({key:i,domEvent:e}),this._showCursor(),this.coreService.triggerDataEvent(i,!0),this._keyPressHandled=!0,this._unprocessedDeadKey=!1,!0)}_inputEvent(e){if(e.data&&e.inputType==="insertText"&&(!e.composed||!this._keyDownSeen)&&!this.optionsService.rawOptions.screenReaderMode){if(this._keyPressHandled)return!1;this._unprocessedDeadKey=!1;let i=e.data;return this.coreService.triggerDataEvent(i,!0),this.cancel(e),!0}return!1}resize(e,i){if(e===this.cols&&i===this.rows){this._charSizeService&&!this._charSizeService.hasValidSize&&this._charSizeService.measure();return}super.resize(e,i)}_afterResize(e,i){this._charSizeService?.measure()}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 e=1;e<this.rows;e++)this.buffer.lines.push(this.buffer.getBlankLine(le));this._onScroll.fire({position:this.buffer.ydisp}),this.refresh(0,this.rows-1)}}reset(){this.options.rows=this.rows,this.options.cols=this.cols;let e=this._customKeyEventHandler;this._setup(),super.reset(),this._selectionService?.reset(),this._decorationService.reset(),this._customKeyEventHandler=e,this.refresh(0,this.rows-1)}clearTextureAtlas(){this._renderService?.clearTextureAtlas()}_reportFocus(){this.element?.classList.contains("focus")?this.coreService.triggerDataEvent(T.ESC+"[I"):this.coreService.triggerDataEvent(T.ESC+"[O")}_reportWindowsOptions(e){if(this._renderService)switch(e){case 0:let i=this._renderService.dimensions.css.canvas.width.toFixed(0),s=this._renderService.dimensions.css.canvas.height.toFixed(0);this.coreService.triggerDataEvent(`${T.ESC}[4;${s};${i}t`);break;case 1:let r=this._renderService.dimensions.css.cell.width.toFixed(0),n=this._renderService.dimensions.css.cell.height.toFixed(0);this.coreService.triggerDataEvent(`${T.ESC}[6;${n};${r}t`);break}}cancel(e,i){if(!(!this.options.cancelEvents&&!i))return e.preventDefault(),e.stopPropagation(),!1}};function Zc(t){return t.keyCode===16||t.keyCode===17||t.keyCode===18}var Qc=class{constructor(){this._addons=[]}dispose(){for(let e=this._addons.length-1;e>=0;e--)this._addons[e].instance.dispose()}loadAddon(e,i){let s={instance:i,dispose:i.dispose,isDisposed:!1};this._addons.push(s),i.dispose=()=>this._wrappedAddonDispose(s),i.activate(e)}_wrappedAddonDispose(e){if(e.isDisposed)return;let i=-1;for(let s=0;s<this._addons.length;s++)if(this._addons[s]===e){i=s;break}if(i===-1)throw new Error("Could not dispose an addon that has not been loaded");e.isDisposed=!0,e.dispose.apply(e.instance),this._addons.splice(i,1)}},ed=class{constructor(e){this._line=e}get isWrapped(){return this._line.isWrapped}get length(){return this._line.length}getCell(e,i){if(!(e<0||e>=this._line.length))return i?(this._line.loadCell(e,i),i):this._line.loadCell(e,new Ge)}translateToString(e,i,s){return this._line.translateToString(e,i,s)}},$n=class{constructor(t,e){this._buffer=t,this.type=e}init(t){return this._buffer=t,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(t){let e=this._buffer.lines.get(t);if(e)return new ed(e)}getNullCell(){return new Ge}},td=class extends H{constructor(t){super(),this._core=t,this._onBufferChange=this._register(new I),this.onBufferChange=this._onBufferChange.event,this._normal=new $n(this._core.buffers.normal,"normal"),this._alternate=new $n(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)}},id=class{constructor(t){this._core=t}registerCsiHandler(t,e){return this._core.registerCsiHandler(t,i=>e(i.toArray()))}addCsiHandler(t,e){return this.registerCsiHandler(t,e)}registerDcsHandler(t,e){return this._core.registerDcsHandler(t,(i,s)=>e(i,s.toArray()))}addDcsHandler(t,e){return this.registerDcsHandler(t,e)}registerEscHandler(t,e){return this._core.registerEscHandler(t,e)}addEscHandler(t,e){return this.registerEscHandler(t,e)}registerOscHandler(t,e){return this._core.registerOscHandler(t,e)}addOscHandler(t,e){return this.registerOscHandler(t,e)}},sd=class{constructor(e){this._core=e}register(e){this._core.unicodeService.register(e)}get versions(){return this._core.unicodeService.versions}get activeVersion(){return this._core.unicodeService.activeVersion}set activeVersion(e){this._core.unicodeService.activeVersion=e}},rd=["cols","rows"],Qe=0,nd=class extends H{constructor(t){super(),this._core=this._register(new Jc(t)),this._addonManager=this._register(new Qc),this._publicOptions={...this._core.options};let e=s=>this._core.options[s],i=(s,r)=>{this._checkReadonlyOptions(s),this._core.options[s]=r};for(let s in this._core.options){let r={get:e.bind(this,s),set:i.bind(this,s)};Object.defineProperty(this._publicOptions,s,r)}}_checkReadonlyOptions(t){if(rd.includes(t))throw new Error(`Option "${t}" 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 id(this._core)),this._parser}get unicode(){return this._checkProposedApi(),new sd(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 td(this._core))),this._buffer}get markers(){return this._checkProposedApi(),this._core.markers}get modes(){let t=this._core.coreService.decPrivateModes,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";break}return{applicationCursorKeysMode:t.applicationCursorKeys,applicationKeypadMode:t.applicationKeypad,bracketedPasteMode:t.bracketedPasteMode,insertMode:this._core.coreService.modes.insertMode,mouseTrackingMode:e,originMode:t.origin,reverseWraparoundMode:t.reverseWraparound,sendFocusMode:t.sendFocus,synchronizedOutputMode:t.synchronizedOutput,wraparoundMode:t.wraparound}}get options(){return this._publicOptions}set options(t){for(let e in t)this._publicOptions[e]=t[e]}blur(){this._core.blur()}focus(){this._core.focus()}input(t,e=!0){this._core.input(t,e)}resize(t,e){this._verifyIntegers(t,e),this._core.resize(t,e)}open(t){this._core.open(t)}attachCustomKeyEventHandler(t){this._core.attachCustomKeyEventHandler(t)}attachCustomWheelEventHandler(t){this._core.attachCustomWheelEventHandler(t)}registerLinkProvider(t){return this._core.registerLinkProvider(t)}registerCharacterJoiner(t){return this._checkProposedApi(),this._core.registerCharacterJoiner(t)}deregisterCharacterJoiner(t){this._checkProposedApi(),this._core.deregisterCharacterJoiner(t)}registerMarker(t=0){return this._verifyIntegers(t),this._core.registerMarker(t)}registerDecoration(t){return this._checkProposedApi(),this._verifyPositiveIntegers(t.x??0,t.width??0,t.height??0),this._core.registerDecoration(t)}hasSelection(){return this._core.hasSelection()}select(t,e,i){this._verifyIntegers(t,e,i),this._core.select(t,e,i)}getSelection(){return this._core.getSelection()}getSelectionPosition(){return this._core.getSelectionPosition()}clearSelection(){this._core.clearSelection()}selectAll(){this._core.selectAll()}selectLines(t,e){this._verifyIntegers(t,e),this._core.selectLines(t,e)}dispose(){super.dispose()}scrollLines(t){this._verifyIntegers(t),this._core.scrollLines(t)}scrollPages(t){this._verifyIntegers(t),this._core.scrollPages(t)}scrollToTop(){this._core.scrollToTop()}scrollToBottom(){this._core.scrollToBottom()}scrollToLine(t){this._verifyIntegers(t),this._core.scrollToLine(t)}clear(){this._core.clear()}write(t,e){this._core.write(t,e)}writeln(t,e){this._core.write(t),this._core.write(`\r
18
+ `,e)}paste(t){this._core.paste(t)}refresh(t,e){this._verifyIntegers(t,e),this._core.refresh(t,e)}reset(){this._core.reset()}clearTextureAtlas(){this._core.clearTextureAtlas()}loadAddon(t){this._addonManager.loadAddon(this,t)}static get strings(){return{get promptLabel(){return Os.get()},set promptLabel(t){Os.set(t)},get tooMuchOutput(){return $s.get()},set tooMuchOutput(t){$s.set(t)}}}_verifyIntegers(...t){for(Qe of t)if(Qe===1/0||isNaN(Qe)||Qe%1!==0)throw new Error("This API only accepts integers")}_verifyPositiveIntegers(...t){for(Qe of t)if(Qe&&(Qe===1/0||isNaN(Qe)||Qe%1!==0||Qe<0))throw new Error("This API only accepts positive integers")}};var od=2,ad=1,ld=class{activate(t){this._terminal=t}dispose(){}fit(){let t=this.proposeDimensions();if(!t||!this._terminal||isNaN(t.cols)||isNaN(t.rows))return;let e=this._terminal._core;(this._terminal.rows!==t.rows||this._terminal.cols!==t.cols)&&(e._renderService.clear(),this._terminal.resize(t.cols,t.rows))}proposeDimensions(){if(!this._terminal||!this._terminal.element||!this._terminal.element.parentElement)return;let t=this._terminal._core._renderService.dimensions;if(t.css.cell.width===0||t.css.cell.height===0)return;let e=this._terminal.options.scrollback===0?0:this._terminal.options.overviewRuler?.width||14,i=window.getComputedStyle(this._terminal.element.parentElement),s=parseInt(i.getPropertyValue("height")),r=Math.max(0,parseInt(i.getPropertyValue("width"))),n=window.getComputedStyle(this._terminal.element),o={top:parseInt(n.getPropertyValue("padding-top")),bottom:parseInt(n.getPropertyValue("padding-bottom")),right:parseInt(n.getPropertyValue("padding-right")),left:parseInt(n.getPropertyValue("padding-left"))},a=o.top+o.bottom,h=o.right+o.left,l=s-a,c=r-h-e;return{cols:Math.max(od,Math.floor(c/t.css.cell.width)),rows:Math.max(ad,Math.floor(l/t.css.cell.height))}}};var hd=(t,e,i,s)=>{for(var r=e,n=t.length-1,o;n>=0;n--)(o=t[n])&&(r=o(r)||r);return r},cd=(t,e)=>(i,s)=>e(i,s,t),dd=class{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(t){setTimeout(()=>{throw t.stack?Fn.isErrorNoTelemetry(t)?new Fn(t.message+`
19
+
20
+ `+t.stack):new Error(t.message+`
21
+
22
+ `+t.stack):t},0)}}addListener(t){return this.listeners.push(t),()=>{this._removeListener(t)}}emit(t){this.listeners.forEach(e=>{e(t)})}_removeListener(t){this.listeners.splice(this.listeners.indexOf(t),1)}setUnexpectedErrorHandler(t){this.unexpectedErrorHandler=t}getUnexpectedErrorHandler(){return this.unexpectedErrorHandler}onUnexpectedError(t){this.unexpectedErrorHandler(t),this.emit(t)}onUnexpectedExternalError(t){this.unexpectedErrorHandler(t)}},ud=new dd;function ys(t){_d(t)||ud.onUnexpectedError(t)}var Sr="Canceled";function _d(t){return t instanceof fd?!0:t instanceof Error&&t.name===Sr&&t.message===Sr}var fd=class extends Error{constructor(){super(Sr),this.name=this.message}},Fn=class wr extends Error{constructor(e){super(e),this.name="CodeExpectedError"}static fromError(e){if(e instanceof wr)return e;let i=new wr;return i.message=e.message,i.stack=e.stack,i}static isErrorNoTelemetry(e){return e.name==="CodeExpectedError"}},gd;(t=>{function e(n){return n<0}t.isLessThan=e;function i(n){return n<=0}t.isLessThanOrEqual=i;function s(n){return n>0}t.isGreaterThan=s;function r(n){return n===0}t.isNeitherLessOrGreaterThan=r,t.greaterThan=1,t.lessThan=-1,t.neitherLessOrGreaterThan=0})(gd||={});function pd(t,e){let i=this,s=!1,r;return function(){return s||(s=!0,e||(r=t.apply(i,arguments))),r}}var aa;(t=>{function e(m){return m&&typeof m=="object"&&typeof m[Symbol.iterator]=="function"}t.is=e;let i=Object.freeze([]);function s(){return i}t.empty=s;function*r(m){yield m}t.single=r;function n(m){return e(m)?m:r(m)}t.wrap=n;function o(m){return m||i}t.from=o;function*a(m){for(let B=m.length-1;B>=0;B--)yield m[B]}t.reverse=a;function h(m){return!m||m[Symbol.iterator]().next().done===!0}t.isEmpty=h;function l(m){return m[Symbol.iterator]().next().value}t.first=l;function c(m,B){let R=0;for(let p of m)if(B(p,R++))return!0;return!1}t.some=c;function d(m,B){for(let R of m)if(B(R))return R}t.find=d;function*u(m,B){for(let R of m)B(R)&&(yield R)}t.filter=u;function*g(m,B){let R=0;for(let p of m)yield B(p,R++)}t.map=g;function*f(m,B){let R=0;for(let p of m)yield*B(p,R++)}t.flatMap=f;function*v(...m){for(let B of m)yield*B}t.concat=v;function y(m,B,R){let p=R;for(let A of m)p=B(p,A);return p}t.reduce=y;function*E(m,B,R=m.length){for(B<0&&(B+=m.length),R<0?R+=m.length:R>m.length&&(R=m.length);B<R;B++)yield m[B]}t.slice=E;function _(m,B=Number.POSITIVE_INFINITY){let R=[];if(B===0)return[R,m];let p=m[Symbol.iterator]();for(let A=0;A<B;A++){let F=p.next();if(F.done)return[R,t.empty()];R.push(F.value)}return[R,{[Symbol.iterator](){return p}}]}t.consume=_;async function b(m){let B=[];for await(let R of m)B.push(R);return Promise.resolve(B)}t.asyncToArray=b})(aa||={});function la(t){if(aa.is(t)){let e=[];for(let i of t)if(i)try{i.dispose()}catch(s){e.push(s)}if(e.length===1)throw e[0];if(e.length>1)throw new AggregateError(e,"Encountered errors while disposing of store");return Array.isArray(t)?[]:t}else if(t)return t.dispose(),t}function ha(...t){return Me(()=>la(t))}function Me(t){return{dispose:pd(()=>{t()})}}var ca=class da{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())}get isDisposed(){return this._isDisposed}clear(){if(this._toDispose.size!==0)try{la(this._toDispose)}finally{this._toDispose.clear()}}add(e){if(!e)return e;if(e===this)throw new Error("Cannot register a disposable on itself!");return this._isDisposed?da.DISABLE_DISPOSED_WARNING||console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(e),e}delete(e){if(e){if(e===this)throw new Error("Cannot dispose a disposable on itself!");this._toDispose.delete(e),e.dispose()}}deleteAndLeak(e){e&&this._toDispose.has(e)&&(this._toDispose.delete(e),void 0)}};ca.DISABLE_DISPOSED_WARNING=!1;var Gt=ca,je=class{constructor(){this._store=new Gt,this._store}dispose(){this._store.dispose()}_register(t){if(t===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(t)}};je.None=Object.freeze({dispose(){}});var oi=class{constructor(){this._isDisposed=!1}get value(){return this._isDisposed?void 0:this._value}set value(t){this._isDisposed||t===this._value||(this._value?.dispose(),this._value=t)}clear(){this.value=void 0}dispose(){this._isDisposed=!0,this._value?.dispose(),this._value=void 0}clearAndLeak(){let t=this._value;return this._value=void 0,t}},Ir=typeof process<"u"&&"title"in process,os=Ir?"node":navigator.userAgent,vd=Ir?"node":navigator.platform,md=os.includes("Firefox"),Sd=os.includes("Edge"),ua=/^((?!chrome|android).)*safari/i.test(os);function wd(){if(!ua)return 0;let t=os.match(/Version\/(\d+)/);return t===null||t.length<2?0:parseInt(t[1])}vd.indexOf("Linux")>=0;var bd="",Se=0,we=0,be=0,ne=0,qe={css:"#00000000",rgba:0},Re;(t=>{function e(r,n,o,a){return a!==void 0?`#${Bt(r)}${Bt(n)}${Bt(o)}${Bt(a)}`:`#${Bt(r)}${Bt(n)}${Bt(o)}`}t.toCss=e;function i(r,n,o,a=255){return(r<<24|n<<16|o<<8|a)>>>0}t.toRgba=i;function s(r,n,o,a){return{css:t.toCss(r,n,o,a),rgba:t.toRgba(r,n,o,a)}}t.toColor=s})(Re||={});var pi;(t=>{function e(h,l){if(ne=(l.rgba&255)/255,ne===1)return{css:l.css,rgba:l.rgba};let c=l.rgba>>24&255,d=l.rgba>>16&255,u=l.rgba>>8&255,g=h.rgba>>24&255,f=h.rgba>>16&255,v=h.rgba>>8&255;Se=g+Math.round((c-g)*ne),we=f+Math.round((d-f)*ne),be=v+Math.round((u-v)*ne);let y=Re.toCss(Se,we,be),E=Re.toRgba(Se,we,be);return{css:y,rgba:E}}t.blend=e;function i(h){return(h.rgba&255)===255}t.isOpaque=i;function s(h,l,c){let d=It.ensureContrastRatio(h.rgba,l.rgba,c);if(d)return Re.toColor(d>>24&255,d>>16&255,d>>8&255)}t.ensureContrastRatio=s;function r(h){let l=(h.rgba|255)>>>0;return[Se,we,be]=It.toChannels(l),{css:Re.toCss(Se,we,be),rgba:l}}t.opaque=r;function n(h,l){return ne=Math.round(l*255),[Se,we,be]=It.toChannels(h.rgba),{css:Re.toCss(Se,we,be,ne),rgba:Re.toRgba(Se,we,be,ne)}}t.opacity=n;function o(h,l){return ne=h.rgba&255,n(h,ne*l/255)}t.multiplyOpacity=o;function a(h){return[h.rgba>>24&255,h.rgba>>16&255,h.rgba>>8&255]}t.toColorRGB=a})(pi||={});var yd;(t=>{let e,i;try{let r=document.createElement("canvas");r.width=1,r.height=1;let n=r.getContext("2d",{willReadFrequently:!0});n&&(e=n,e.globalCompositeOperation="copy",i=e.createLinearGradient(0,0,1,1))}catch{}function s(r){if(r.match(/#[\da-f]{3,8}/i))switch(r.length){case 4:return Se=parseInt(r.slice(1,2).repeat(2),16),we=parseInt(r.slice(2,3).repeat(2),16),be=parseInt(r.slice(3,4).repeat(2),16),Re.toColor(Se,we,be);case 5:return Se=parseInt(r.slice(1,2).repeat(2),16),we=parseInt(r.slice(2,3).repeat(2),16),be=parseInt(r.slice(3,4).repeat(2),16),ne=parseInt(r.slice(4,5).repeat(2),16),Re.toColor(Se,we,be,ne);case 7:return{css:r,rgba:(parseInt(r.slice(1),16)<<8|255)>>>0};case 9:return{css:r,rgba:parseInt(r.slice(1),16)>>>0}}let n=r.match(/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(,\s*(0|1|\d?\.(\d+))\s*)?\)/);if(n)return Se=parseInt(n[1]),we=parseInt(n[2]),be=parseInt(n[3]),ne=Math.round((n[5]===void 0?1:parseFloat(n[5]))*255),Re.toColor(Se,we,be,ne);if(!e||!i)throw new Error("css.toColor: Unsupported css format");if(e.fillStyle=i,e.fillStyle=r,typeof e.fillStyle!="string")throw new Error("css.toColor: Unsupported css format");if(e.fillRect(0,0,1,1),[Se,we,be,ne]=e.getImageData(0,0,1,1).data,ne!==255)throw new Error("css.toColor: Unsupported css format");return{rgba:Re.toRgba(Se,we,be,ne),css:r}}t.toColor=s})(yd||={});var Te;(t=>{function e(s){return i(s>>16&255,s>>8&255,s&255)}t.relativeLuminance=e;function i(s,r,n){let o=s/255,a=r/255,h=n/255,l=o<=.03928?o/12.92:Math.pow((o+.055)/1.055,2.4),c=a<=.03928?a/12.92:Math.pow((a+.055)/1.055,2.4),d=h<=.03928?h/12.92:Math.pow((h+.055)/1.055,2.4);return l*.2126+c*.7152+d*.0722}t.relativeLuminance2=i})(Te||={});var It;(t=>{function e(o,a){if(ne=(a&255)/255,ne===1)return a;let h=a>>24&255,l=a>>16&255,c=a>>8&255,d=o>>24&255,u=o>>16&255,g=o>>8&255;return Se=d+Math.round((h-d)*ne),we=u+Math.round((l-u)*ne),be=g+Math.round((c-g)*ne),Re.toRgba(Se,we,be)}t.blend=e;function i(o,a,h){let l=Te.relativeLuminance(o>>8),c=Te.relativeLuminance(a>>8);if(ht(l,c)<h){if(c<l){let g=s(o,a,h),f=ht(l,Te.relativeLuminance(g>>8));if(f<h){let v=r(o,a,h),y=ht(l,Te.relativeLuminance(v>>8));return f>y?g:v}return g}let d=r(o,a,h),u=ht(l,Te.relativeLuminance(d>>8));if(u<h){let g=s(o,a,h),f=ht(l,Te.relativeLuminance(g>>8));return u>f?d:g}return d}}t.ensureContrastRatio=i;function s(o,a,h){let l=o>>24&255,c=o>>16&255,d=o>>8&255,u=a>>24&255,g=a>>16&255,f=a>>8&255,v=ht(Te.relativeLuminance2(u,g,f),Te.relativeLuminance2(l,c,d));for(;v<h&&(u>0||g>0||f>0);)u-=Math.max(0,Math.ceil(u*.1)),g-=Math.max(0,Math.ceil(g*.1)),f-=Math.max(0,Math.ceil(f*.1)),v=ht(Te.relativeLuminance2(u,g,f),Te.relativeLuminance2(l,c,d));return(u<<24|g<<16|f<<8|255)>>>0}t.reduceLuminance=s;function r(o,a,h){let l=o>>24&255,c=o>>16&255,d=o>>8&255,u=a>>24&255,g=a>>16&255,f=a>>8&255,v=ht(Te.relativeLuminance2(u,g,f),Te.relativeLuminance2(l,c,d));for(;v<h&&(u<255||g<255||f<255);)u=Math.min(255,u+Math.ceil((255-u)*.1)),g=Math.min(255,g+Math.ceil((255-g)*.1)),f=Math.min(255,f+Math.ceil((255-f)*.1)),v=ht(Te.relativeLuminance2(u,g,f),Te.relativeLuminance2(l,c,d));return(u<<24|g<<16|f<<8|255)>>>0}t.increaseLuminance=r;function n(o){return[o>>24&255,o>>16&255,o>>8&255,o&255]}t.toChannels=n})(It||={});function Bt(t){let e=t.toString(16);return e.length<2?"0"+e:e}function ht(t,e){return t<e?(e+.05)/(t+.05):(t+.05)/(e+.05)}function he(t){if(!t)throw new Error("value must not be falsy");return t}function Or(t){return 57508<=t&&t<=57558}function Cd(t){return 57520<=t&&t<=57527}function xd(t){return 57344<=t&&t<=63743}function kd(t){return 9472<=t&&t<=9631}function Ed(t){return t>=128512&&t<=128591||t>=127744&&t<=128511||t>=128640&&t<=128767||t>=9728&&t<=9983||t>=9984&&t<=10175||t>=65024&&t<=65039||t>=129280&&t<=129535||t>=127462&&t<=127487}function Ld(t,e,i,s){return e===1&&i>Math.ceil(s*1.5)&&t!==void 0&&t>255&&!Ed(t)&&!Or(t)&&!xd(t)}function _a(t){return Or(t)||kd(t)}function Md(){return{css:{canvas:Ai(),cell:Ai()},device:{canvas:Ai(),cell:Ai(),char:{width:0,height:0,left:0,top:0}}}}function Ai(){return{width:0,height:0}}function Bd(t,e,i=0){return(t-(Math.round(e)*2-i))%(Math.round(e)*2)}var ke=0,fe=0,et=!1,ct=!1,Di=!1,Oe,Cs=0,Td=class{constructor(t,e,i,s,r,n){this._terminal=t,this._optionService=e,this._selectionRenderModel=i,this._decorationService=s,this._coreBrowserService=r,this._themeService=n,this.result={fg:0,bg:0,ext:0}}resolve(t,e,i,s){if(this.result.bg=t.bg,this.result.fg=t.fg,this.result.ext=t.bg&268435456?t.extended.ext:0,fe=0,ke=0,ct=!1,et=!1,Di=!1,Oe=this._themeService.colors,Cs=0,t.getCode()!==0&&t.extended.underlineStyle===4){let r=Math.max(1,Math.floor(this._optionService.rawOptions.fontSize*this._coreBrowserService.dpr/15));Cs=e*s%(Math.round(r)*2)}if(this._decorationService.forEachDecorationAtCell(e,i,"bottom",r=>{r.backgroundColorRGB&&(fe=r.backgroundColorRGB.rgba>>8&16777215,ct=!0),r.foregroundColorRGB&&(ke=r.foregroundColorRGB.rgba>>8&16777215,et=!0)}),Di=this._selectionRenderModel.isCellSelected(this._terminal,e,i),Di){if(this.result.fg&67108864||(this.result.bg&50331648)!==0){if(this.result.fg&67108864)switch(this.result.fg&50331648){case 16777216:case 33554432:fe=this._themeService.colors.ansi[this.result.fg&255].rgba;break;case 50331648:fe=(this.result.fg&16777215)<<8|255;break;default:fe=this._themeService.colors.foreground.rgba}else switch(this.result.bg&50331648){case 16777216:case 33554432:fe=this._themeService.colors.ansi[this.result.bg&255].rgba;break;case 50331648:fe=(this.result.bg&16777215)<<8|255;break}fe=It.blend(fe,(this._coreBrowserService.isFocused?Oe.selectionBackgroundOpaque:Oe.selectionInactiveBackgroundOpaque).rgba&4294967040|128)>>8&16777215}else fe=(this._coreBrowserService.isFocused?Oe.selectionBackgroundOpaque:Oe.selectionInactiveBackgroundOpaque).rgba>>8&16777215;if(ct=!0,Oe.selectionForeground&&(ke=Oe.selectionForeground.rgba>>8&16777215,et=!0),_a(t.getCode())){if(this.result.fg&67108864&&(this.result.bg&50331648)===0)ke=(this._coreBrowserService.isFocused?Oe.selectionBackgroundOpaque:Oe.selectionInactiveBackgroundOpaque).rgba>>8&16777215;else{if(this.result.fg&67108864)switch(this.result.bg&50331648){case 16777216:case 33554432:ke=this._themeService.colors.ansi[this.result.bg&255].rgba;break;case 50331648:ke=(this.result.bg&16777215)<<8|255;break}else switch(this.result.fg&50331648){case 16777216:case 33554432:ke=this._themeService.colors.ansi[this.result.fg&255].rgba;break;case 50331648:ke=(this.result.fg&16777215)<<8|255;break;default:ke=this._themeService.colors.foreground.rgba}ke=It.blend(ke,(this._coreBrowserService.isFocused?Oe.selectionBackgroundOpaque:Oe.selectionInactiveBackgroundOpaque).rgba&4294967040|128)>>8&16777215}et=!0}}this._decorationService.forEachDecorationAtCell(e,i,"top",r=>{r.backgroundColorRGB&&(fe=r.backgroundColorRGB.rgba>>8&16777215,ct=!0),r.foregroundColorRGB&&(ke=r.foregroundColorRGB.rgba>>8&16777215,et=!0)}),ct&&(Di?fe=t.bg&-16777216&-134217729|fe|50331648:fe=t.bg&-16777216|fe|50331648),et&&(ke=t.fg&-16777216&-67108865|ke|50331648),this.result.fg&67108864&&(ct&&!et&&((this.result.bg&50331648)===0?ke=this.result.fg&-134217728|Oe.background.rgba>>8&16777215&16777215|50331648:ke=this.result.fg&-134217728|this.result.bg&67108863,et=!0),!ct&&et&&((this.result.fg&50331648)===0?fe=this.result.bg&-67108864|Oe.foreground.rgba>>8&16777215&16777215|50331648:fe=this.result.bg&-67108864|this.result.fg&67108863,ct=!0)),Oe=void 0,this.result.bg=ct?fe:this.result.bg,this.result.fg=et?ke:this.result.fg,this.result.ext&=536870911,this.result.ext|=Cs<<29&3758096384}},Rd=.5,fa=md||Sd?"bottom":"ideographic",Ad={"▀":[{x:0,y:0,w:8,h:4}],"▁":[{x:0,y:7,w:8,h:1}],"▂":[{x:0,y:6,w:8,h:2}],"▃":[{x:0,y:5,w:8,h:3}],"▄":[{x:0,y:4,w:8,h:4}],"▅":[{x:0,y:3,w:8,h:5}],"▆":[{x:0,y:2,w:8,h:6}],"▇":[{x:0,y:1,w:8,h:7}],"█":[{x:0,y:0,w:8,h:8}],"▉":[{x:0,y:0,w:7,h:8}],"▊":[{x:0,y:0,w:6,h:8}],"▋":[{x:0,y:0,w:5,h:8}],"▌":[{x:0,y:0,w:4,h:8}],"▍":[{x:0,y:0,w:3,h:8}],"▎":[{x:0,y:0,w:2,h:8}],"▏":[{x:0,y:0,w:1,h:8}],"▐":[{x:4,y:0,w:4,h:8}],"▔":[{x:0,y:0,w:8,h:1}],"▕":[{x:7,y:0,w:1,h:8}],"▖":[{x:0,y:4,w:4,h:4}],"▗":[{x:4,y:4,w:4,h:4}],"▘":[{x:0,y:0,w:4,h:4}],"▙":[{x:0,y:0,w:4,h:8},{x:0,y:4,w:8,h:4}],"▚":[{x:0,y:0,w:4,h:4},{x:4,y:4,w:4,h:4}],"▛":[{x:0,y:0,w:4,h:8},{x:4,y:0,w:4,h:4}],"▜":[{x:0,y:0,w:8,h:4},{x:4,y:0,w:4,h:8}],"▝":[{x:4,y:0,w:4,h:4}],"▞":[{x:4,y:0,w:4,h:4},{x:0,y:4,w:4,h:4}],"▟":[{x:4,y:0,w:4,h:8},{x:0,y:4,w:8,h:4}],"🭰":[{x:1,y:0,w:1,h:8}],"🭱":[{x:2,y:0,w:1,h:8}],"🭲":[{x:3,y:0,w:1,h:8}],"🭳":[{x:4,y:0,w:1,h:8}],"🭴":[{x:5,y:0,w:1,h:8}],"🭵":[{x:6,y:0,w:1,h:8}],"🭶":[{x:0,y:1,w:8,h:1}],"🭷":[{x:0,y:2,w:8,h:1}],"🭸":[{x:0,y:3,w:8,h:1}],"🭹":[{x:0,y:4,w:8,h:1}],"🭺":[{x:0,y:5,w:8,h:1}],"🭻":[{x:0,y:6,w:8,h:1}],"🭼":[{x:0,y:0,w:1,h:8},{x:0,y:7,w:8,h:1}],"🭽":[{x:0,y:0,w:1,h:8},{x:0,y:0,w:8,h:1}],"🭾":[{x:7,y:0,w:1,h:8},{x:0,y:0,w:8,h:1}],"🭿":[{x:7,y:0,w:1,h:8},{x:0,y:7,w:8,h:1}],"🮀":[{x:0,y:0,w:8,h:1},{x:0,y:7,w:8,h:1}],"🮁":[{x:0,y:0,w:8,h:1},{x:0,y:2,w:8,h:1},{x:0,y:4,w:8,h:1},{x:0,y:7,w:8,h:1}],"🮂":[{x:0,y:0,w:8,h:2}],"🮃":[{x:0,y:0,w:8,h:3}],"🮄":[{x:0,y:0,w:8,h:5}],"🮅":[{x:0,y:0,w:8,h:6}],"🮆":[{x:0,y:0,w:8,h:7}],"🮇":[{x:6,y:0,w:2,h:8}],"🮈":[{x:5,y:0,w:3,h:8}],"🮉":[{x:3,y:0,w:5,h:8}],"🮊":[{x:2,y:0,w:6,h:8}],"🮋":[{x:1,y:0,w:7,h:8}],"🮕":[{x:0,y:0,w:2,h:2},{x:4,y:0,w:2,h:2},{x:2,y:2,w:2,h:2},{x:6,y:2,w:2,h:2},{x:0,y:4,w:2,h:2},{x:4,y:4,w:2,h:2},{x:2,y:6,w:2,h:2},{x:6,y:6,w:2,h:2}],"🮖":[{x:2,y:0,w:2,h:2},{x:6,y:0,w:2,h:2},{x:0,y:2,w:2,h:2},{x:4,y:2,w:2,h:2},{x:2,y:4,w:2,h:2},{x:6,y:4,w:2,h:2},{x:0,y:6,w:2,h:2},{x:4,y:6,w:2,h:2}],"🮗":[{x:0,y:2,w:8,h:2},{x:0,y:6,w:8,h:2}]},Dd={"░":[[1,0,0,0],[0,0,0,0],[0,0,1,0],[0,0,0,0]],"▒":[[1,0],[0,0],[0,1],[0,0]],"▓":[[0,1],[1,1],[1,0],[1,1]]},Pd={"─":{1:"M0,.5 L1,.5"},"━":{3:"M0,.5 L1,.5"},"│":{1:"M.5,0 L.5,1"},"┃":{3:"M.5,0 L.5,1"},"┌":{1:"M0.5,1 L.5,.5 L1,.5"},"┏":{3:"M0.5,1 L.5,.5 L1,.5"},"┐":{1:"M0,.5 L.5,.5 L.5,1"},"┓":{3:"M0,.5 L.5,.5 L.5,1"},"└":{1:"M.5,0 L.5,.5 L1,.5"},"┗":{3:"M.5,0 L.5,.5 L1,.5"},"┘":{1:"M.5,0 L.5,.5 L0,.5"},"┛":{3:"M.5,0 L.5,.5 L0,.5"},"├":{1:"M.5,0 L.5,1 M.5,.5 L1,.5"},"┣":{3:"M.5,0 L.5,1 M.5,.5 L1,.5"},"┤":{1:"M.5,0 L.5,1 M.5,.5 L0,.5"},"┫":{3:"M.5,0 L.5,1 M.5,.5 L0,.5"},"┬":{1:"M0,.5 L1,.5 M.5,.5 L.5,1"},"┳":{3:"M0,.5 L1,.5 M.5,.5 L.5,1"},"┴":{1:"M0,.5 L1,.5 M.5,.5 L.5,0"},"┻":{3:"M0,.5 L1,.5 M.5,.5 L.5,0"},"┼":{1:"M0,.5 L1,.5 M.5,0 L.5,1"},"╋":{3:"M0,.5 L1,.5 M.5,0 L.5,1"},"╴":{1:"M.5,.5 L0,.5"},"╸":{3:"M.5,.5 L0,.5"},"╵":{1:"M.5,.5 L.5,0"},"╹":{3:"M.5,.5 L.5,0"},"╶":{1:"M.5,.5 L1,.5"},"╺":{3:"M.5,.5 L1,.5"},"╷":{1:"M.5,.5 L.5,1"},"╻":{3:"M.5,.5 L.5,1"},"═":{1:(t,e)=>`M0,${.5-e} L1,${.5-e} M0,${.5+e} L1,${.5+e}`},"║":{1:(t,e)=>`M${.5-t},0 L${.5-t},1 M${.5+t},0 L${.5+t},1`},"╒":{1:(t,e)=>`M.5,1 L.5,${.5-e} L1,${.5-e} M.5,${.5+e} L1,${.5+e}`},"╓":{1:(t,e)=>`M${.5-t},1 L${.5-t},.5 L1,.5 M${.5+t},.5 L${.5+t},1`},"╔":{1:(t,e)=>`M1,${.5-e} L${.5-t},${.5-e} L${.5-t},1 M1,${.5+e} L${.5+t},${.5+e} L${.5+t},1`},"╕":{1:(t,e)=>`M0,${.5-e} L.5,${.5-e} L.5,1 M0,${.5+e} L.5,${.5+e}`},"╖":{1:(t,e)=>`M${.5+t},1 L${.5+t},.5 L0,.5 M${.5-t},.5 L${.5-t},1`},"╗":{1:(t,e)=>`M0,${.5+e} L${.5-t},${.5+e} L${.5-t},1 M0,${.5-e} L${.5+t},${.5-e} L${.5+t},1`},"╘":{1:(t,e)=>`M.5,0 L.5,${.5+e} L1,${.5+e} M.5,${.5-e} L1,${.5-e}`},"╙":{1:(t,e)=>`M1,.5 L${.5-t},.5 L${.5-t},0 M${.5+t},.5 L${.5+t},0`},"╚":{1:(t,e)=>`M1,${.5-e} L${.5+t},${.5-e} L${.5+t},0 M1,${.5+e} L${.5-t},${.5+e} L${.5-t},0`},"╛":{1:(t,e)=>`M0,${.5+e} L.5,${.5+e} L.5,0 M0,${.5-e} L.5,${.5-e}`},"╜":{1:(t,e)=>`M0,.5 L${.5+t},.5 L${.5+t},0 M${.5-t},.5 L${.5-t},0`},"╝":{1:(t,e)=>`M0,${.5-e} L${.5-t},${.5-e} L${.5-t},0 M0,${.5+e} L${.5+t},${.5+e} L${.5+t},0`},"╞":{1:(t,e)=>`M.5,0 L.5,1 M.5,${.5-e} L1,${.5-e} M.5,${.5+e} L1,${.5+e}`},"╟":{1:(t,e)=>`M${.5-t},0 L${.5-t},1 M${.5+t},0 L${.5+t},1 M${.5+t},.5 L1,.5`},"╠":{1:(t,e)=>`M${.5-t},0 L${.5-t},1 M1,${.5+e} L${.5+t},${.5+e} L${.5+t},1 M1,${.5-e} L${.5+t},${.5-e} L${.5+t},0`},"╡":{1:(t,e)=>`M.5,0 L.5,1 M0,${.5-e} L.5,${.5-e} M0,${.5+e} L.5,${.5+e}`},"╢":{1:(t,e)=>`M0,.5 L${.5-t},.5 M${.5-t},0 L${.5-t},1 M${.5+t},0 L${.5+t},1`},"╣":{1:(t,e)=>`M${.5+t},0 L${.5+t},1 M0,${.5+e} L${.5-t},${.5+e} L${.5-t},1 M0,${.5-e} L${.5-t},${.5-e} L${.5-t},0`},"╤":{1:(t,e)=>`M0,${.5-e} L1,${.5-e} M0,${.5+e} L1,${.5+e} M.5,${.5+e} L.5,1`},"╥":{1:(t,e)=>`M0,.5 L1,.5 M${.5-t},.5 L${.5-t},1 M${.5+t},.5 L${.5+t},1`},"╦":{1:(t,e)=>`M0,${.5-e} L1,${.5-e} M0,${.5+e} L${.5-t},${.5+e} L${.5-t},1 M1,${.5+e} L${.5+t},${.5+e} L${.5+t},1`},"╧":{1:(t,e)=>`M.5,0 L.5,${.5-e} M0,${.5-e} L1,${.5-e} M0,${.5+e} L1,${.5+e}`},"╨":{1:(t,e)=>`M0,.5 L1,.5 M${.5-t},.5 L${.5-t},0 M${.5+t},.5 L${.5+t},0`},"╩":{1:(t,e)=>`M0,${.5+e} L1,${.5+e} M0,${.5-e} L${.5-t},${.5-e} L${.5-t},0 M1,${.5-e} L${.5+t},${.5-e} L${.5+t},0`},"╪":{1:(t,e)=>`M.5,0 L.5,1 M0,${.5-e} L1,${.5-e} M0,${.5+e} L1,${.5+e}`},"╫":{1:(t,e)=>`M0,.5 L1,.5 M${.5-t},0 L${.5-t},1 M${.5+t},0 L${.5+t},1`},"╬":{1:(t,e)=>`M0,${.5+e} L${.5-t},${.5+e} L${.5-t},1 M1,${.5+e} L${.5+t},${.5+e} L${.5+t},1 M0,${.5-e} L${.5-t},${.5-e} L${.5-t},0 M1,${.5-e} L${.5+t},${.5-e} L${.5+t},0`},"╱":{1:"M1,0 L0,1"},"╲":{1:"M0,0 L1,1"},"╳":{1:"M1,0 L0,1 M0,0 L1,1"},"╼":{1:"M.5,.5 L0,.5",3:"M.5,.5 L1,.5"},"╽":{1:"M.5,.5 L.5,0",3:"M.5,.5 L.5,1"},"╾":{1:"M.5,.5 L1,.5",3:"M.5,.5 L0,.5"},"╿":{1:"M.5,.5 L.5,1",3:"M.5,.5 L.5,0"},"┍":{1:"M.5,.5 L.5,1",3:"M.5,.5 L1,.5"},"┎":{1:"M.5,.5 L1,.5",3:"M.5,.5 L.5,1"},"┑":{1:"M.5,.5 L.5,1",3:"M.5,.5 L0,.5"},"┒":{1:"M.5,.5 L0,.5",3:"M.5,.5 L.5,1"},"┕":{1:"M.5,.5 L.5,0",3:"M.5,.5 L1,.5"},"┖":{1:"M.5,.5 L1,.5",3:"M.5,.5 L.5,0"},"┙":{1:"M.5,.5 L.5,0",3:"M.5,.5 L0,.5"},"┚":{1:"M.5,.5 L0,.5",3:"M.5,.5 L.5,0"},"┝":{1:"M.5,0 L.5,1",3:"M.5,.5 L1,.5"},"┞":{1:"M0.5,1 L.5,.5 L1,.5",3:"M.5,.5 L.5,0"},"┟":{1:"M.5,0 L.5,.5 L1,.5",3:"M.5,.5 L.5,1"},"┠":{1:"M.5,.5 L1,.5",3:"M.5,0 L.5,1"},"┡":{1:"M.5,.5 L.5,1",3:"M.5,0 L.5,.5 L1,.5"},"┢":{1:"M.5,.5 L.5,0",3:"M0.5,1 L.5,.5 L1,.5"},"┥":{1:"M.5,0 L.5,1",3:"M.5,.5 L0,.5"},"┦":{1:"M0,.5 L.5,.5 L.5,1",3:"M.5,.5 L.5,0"},"┧":{1:"M.5,0 L.5,.5 L0,.5",3:"M.5,.5 L.5,1"},"┨":{1:"M.5,.5 L0,.5",3:"M.5,0 L.5,1"},"┩":{1:"M.5,.5 L.5,1",3:"M.5,0 L.5,.5 L0,.5"},"┪":{1:"M.5,.5 L.5,0",3:"M0,.5 L.5,.5 L.5,1"},"┭":{1:"M0.5,1 L.5,.5 L1,.5",3:"M.5,.5 L0,.5"},"┮":{1:"M0,.5 L.5,.5 L.5,1",3:"M.5,.5 L1,.5"},"┯":{1:"M.5,.5 L.5,1",3:"M0,.5 L1,.5"},"┰":{1:"M0,.5 L1,.5",3:"M.5,.5 L.5,1"},"┱":{1:"M.5,.5 L1,.5",3:"M0,.5 L.5,.5 L.5,1"},"┲":{1:"M.5,.5 L0,.5",3:"M0.5,1 L.5,.5 L1,.5"},"┵":{1:"M.5,0 L.5,.5 L1,.5",3:"M.5,.5 L0,.5"},"┶":{1:"M.5,0 L.5,.5 L0,.5",3:"M.5,.5 L1,.5"},"┷":{1:"M.5,.5 L.5,0",3:"M0,.5 L1,.5"},"┸":{1:"M0,.5 L1,.5",3:"M.5,.5 L.5,0"},"┹":{1:"M.5,.5 L1,.5",3:"M.5,0 L.5,.5 L0,.5"},"┺":{1:"M.5,.5 L0,.5",3:"M.5,0 L.5,.5 L1,.5"},"┽":{1:"M.5,0 L.5,1 M.5,.5 L1,.5",3:"M.5,.5 L0,.5"},"┾":{1:"M.5,0 L.5,1 M.5,.5 L0,.5",3:"M.5,.5 L1,.5"},"┿":{1:"M.5,0 L.5,1",3:"M0,.5 L1,.5"},"╀":{1:"M0,.5 L1,.5 M.5,.5 L.5,1",3:"M.5,.5 L.5,0"},"╁":{1:"M.5,.5 L.5,0 M0,.5 L1,.5",3:"M.5,.5 L.5,1"},"╂":{1:"M0,.5 L1,.5",3:"M.5,0 L.5,1"},"╃":{1:"M0.5,1 L.5,.5 L1,.5",3:"M.5,0 L.5,.5 L0,.5"},"╄":{1:"M0,.5 L.5,.5 L.5,1",3:"M.5,0 L.5,.5 L1,.5"},"╅":{1:"M.5,0 L.5,.5 L1,.5",3:"M0,.5 L.5,.5 L.5,1"},"╆":{1:"M.5,0 L.5,.5 L0,.5",3:"M0.5,1 L.5,.5 L1,.5"},"╇":{1:"M.5,.5 L.5,1",3:"M.5,.5 L.5,0 M0,.5 L1,.5"},"╈":{1:"M.5,.5 L.5,0",3:"M0,.5 L1,.5 M.5,.5 L.5,1"},"╉":{1:"M.5,.5 L1,.5",3:"M.5,0 L.5,1 M.5,.5 L0,.5"},"╊":{1:"M.5,.5 L0,.5",3:"M.5,0 L.5,1 M.5,.5 L1,.5"},"╌":{1:"M.1,.5 L.4,.5 M.6,.5 L.9,.5"},"╍":{3:"M.1,.5 L.4,.5 M.6,.5 L.9,.5"},"┄":{1:"M.0667,.5 L.2667,.5 M.4,.5 L.6,.5 M.7333,.5 L.9333,.5"},"┅":{3:"M.0667,.5 L.2667,.5 M.4,.5 L.6,.5 M.7333,.5 L.9333,.5"},"┈":{1:"M.05,.5 L.2,.5 M.3,.5 L.45,.5 M.55,.5 L.7,.5 M.8,.5 L.95,.5"},"┉":{3:"M.05,.5 L.2,.5 M.3,.5 L.45,.5 M.55,.5 L.7,.5 M.8,.5 L.95,.5"},"╎":{1:"M.5,.1 L.5,.4 M.5,.6 L.5,.9"},"╏":{3:"M.5,.1 L.5,.4 M.5,.6 L.5,.9"},"┆":{1:"M.5,.0667 L.5,.2667 M.5,.4 L.5,.6 M.5,.7333 L.5,.9333"},"┇":{3:"M.5,.0667 L.5,.2667 M.5,.4 L.5,.6 M.5,.7333 L.5,.9333"},"┊":{1:"M.5,.05 L.5,.2 M.5,.3 L.5,.45 L.5,.55 M.5,.7 L.5,.95"},"┋":{3:"M.5,.05 L.5,.2 M.5,.3 L.5,.45 L.5,.55 M.5,.7 L.5,.95"},"╭":{1:(t,e)=>`M.5,1 L.5,${.5+e/.15*.5} C.5,${.5+e/.15*.5},.5,.5,1,.5`},"╮":{1:(t,e)=>`M.5,1 L.5,${.5+e/.15*.5} C.5,${.5+e/.15*.5},.5,.5,0,.5`},"╯":{1:(t,e)=>`M.5,0 L.5,${.5-e/.15*.5} C.5,${.5-e/.15*.5},.5,.5,0,.5`},"╰":{1:(t,e)=>`M.5,0 L.5,${.5-e/.15*.5} C.5,${.5-e/.15*.5},.5,.5,1,.5`}},bi={"":{d:"M.3,1 L.03,1 L.03,.88 C.03,.82,.06,.78,.11,.73 C.15,.7,.2,.68,.28,.65 L.43,.6 C.49,.58,.53,.56,.56,.53 C.59,.5,.6,.47,.6,.43 L.6,.27 L.4,.27 L.69,.1 L.98,.27 L.78,.27 L.78,.46 C.78,.52,.76,.56,.72,.61 C.68,.66,.63,.67,.56,.7 L.48,.72 C.42,.74,.38,.76,.35,.78 C.32,.8,.31,.84,.31,.88 L.31,1 M.3,.5 L.03,.59 L.03,.09 L.3,.09 L.3,.655",type:0},"":{d:"M.7,.4 L.7,.47 L.2,.47 L.2,.03 L.355,.03 L.355,.4 L.705,.4 M.7,.5 L.86,.5 L.86,.95 L.69,.95 L.44,.66 L.46,.86 L.46,.95 L.3,.95 L.3,.49 L.46,.49 L.71,.78 L.69,.565 L.69,.5",type:0},"":{d:"M.25,.94 C.16,.94,.11,.92,.11,.87 L.11,.53 C.11,.48,.15,.455,.23,.45 L.23,.3 C.23,.25,.26,.22,.31,.19 C.36,.16,.43,.15,.51,.15 C.59,.15,.66,.16,.71,.19 C.77,.22,.79,.26,.79,.3 L.79,.45 C.87,.45,.91,.48,.91,.53 L.91,.87 C.91,.92,.86,.94,.77,.94 L.24,.94 M.53,.2 C.49,.2,.45,.21,.42,.23 C.39,.25,.38,.27,.38,.3 L.38,.45 L.68,.45 L.68,.3 C.68,.27,.67,.25,.64,.23 C.61,.21,.58,.2,.53,.2 M.58,.82 L.58,.66 C.63,.65,.65,.63,.65,.6 C.65,.58,.64,.57,.61,.56 C.58,.55,.56,.54,.52,.54 C.48,.54,.46,.55,.43,.56 C.4,.57,.39,.59,.39,.6 C.39,.63,.41,.64,.46,.66 L.46,.82 L.57,.82",type:0},"":{d:"M0,0 L1,.5 L0,1",type:0,rightPadding:2},"":{d:"M-1,-.5 L1,.5 L-1,1.5",type:1,leftPadding:1,rightPadding:1},"":{d:"M1,0 L0,.5 L1,1",type:0,leftPadding:2},"":{d:"M2,-.5 L0,.5 L2,1.5",type:1,leftPadding:1,rightPadding:1},"":{d:"M0,0 L0,1 C0.552,1,1,0.776,1,.5 C1,0.224,0.552,0,0,0",type:0,rightPadding:1},"":{d:"M.2,1 C.422,1,.8,.826,.78,.5 C.8,.174,0.422,0,.2,0",type:1,rightPadding:1},"":{d:"M1,0 L1,1 C0.448,1,0,0.776,0,.5 C0,0.224,0.448,0,1,0",type:0,leftPadding:1},"":{d:"M.8,1 C0.578,1,0.2,.826,.22,.5 C0.2,0.174,0.578,0,0.8,0",type:1,leftPadding:1},"":{d:"M-.5,-.5 L1.5,1.5 L-.5,1.5",type:0},"":{d:"M-.5,-.5 L1.5,1.5",type:1,leftPadding:1,rightPadding:1},"":{d:"M1.5,-.5 L-.5,1.5 L1.5,1.5",type:0},"":{d:"M1.5,-.5 L-.5,1.5 L-.5,-.5",type:0},"":{d:"M1.5,-.5 L-.5,1.5",type:1,leftPadding:1,rightPadding:1},"":{d:"M-.5,-.5 L1.5,1.5 L1.5,-.5",type:0}};bi[""]=bi[""];bi[""]=bi[""];function Id(t,e,i,s,r,n,o,a){let h=Ad[e];if(h)return Od(t,h,i,s,r,n),!0;let l=Dd[e];if(l)return $d(t,l,i,s,r,n),!0;let c=Pd[e];if(c)return Fd(t,c,i,s,r,n,a),!0;let d=bi[e];return d?(Nd(t,d,i,s,r,n,o,a),!0):!1}function Od(t,e,i,s,r,n){for(let o=0;o<e.length;o++){let a=e[o],h=r/8,l=n/8;t.fillRect(i+a.x*h,s+a.y*l,a.w*h,a.h*l)}}var Nn=new Map;function $d(t,e,i,s,r,n){let o=Nn.get(e);o||(o=new Map,Nn.set(e,o));let a=t.fillStyle;if(typeof a!="string")throw new Error(`Unexpected fillStyle type "${a}"`);let h=o.get(a);if(!h){let l=e[0].length,c=e.length,d=t.canvas.ownerDocument.createElement("canvas");d.width=l,d.height=c;let u=he(d.getContext("2d")),g=new ImageData(l,c),f,v,y,E;if(a.startsWith("#"))f=parseInt(a.slice(1,3),16),v=parseInt(a.slice(3,5),16),y=parseInt(a.slice(5,7),16),E=a.length>7&&parseInt(a.slice(7,9),16)||1;else if(a.startsWith("rgba"))[f,v,y,E]=a.substring(5,a.length-1).split(",").map(_=>parseFloat(_));else throw new Error(`Unexpected fillStyle color format "${a}" when drawing pattern glyph`);for(let _=0;_<c;_++)for(let b=0;b<l;b++)g.data[(_*l+b)*4]=f,g.data[(_*l+b)*4+1]=v,g.data[(_*l+b)*4+2]=y,g.data[(_*l+b)*4+3]=e[_][b]*(E*255);u.putImageData(g,0,0),h=he(t.createPattern(d,null)),o.set(a,h)}t.fillStyle=h,t.fillRect(i,s,r,n)}function Fd(t,e,i,s,r,n,o){t.strokeStyle=t.fillStyle;for(let[a,h]of Object.entries(e)){t.beginPath(),t.lineWidth=o*Number.parseInt(a);let l;if(typeof h=="function"){let c=.15/n*r;l=h(.15,c)}else l=h;for(let c of l.split(" ")){let d=c[0],u=ga[d];if(!u){console.error(`Could not find drawing instructions for "${d}"`);continue}let g=c.substring(1).split(",");!g[0]||!g[1]||u(t,pa(g,r,n,i,s,!0,o))}t.stroke(),t.closePath()}}function Nd(t,e,i,s,r,n,o,a){let h=new Path2D;h.rect(i,s,r,n),t.clip(h),t.beginPath();let l=o/12;t.lineWidth=a*l;for(let c of e.d.split(" ")){let d=c[0],u=ga[d];if(!u){console.error(`Could not find drawing instructions for "${d}"`);continue}let g=c.substring(1).split(",");!g[0]||!g[1]||u(t,pa(g,r,n,i,s,!1,a,(e.leftPadding??0)*(l/2),(e.rightPadding??0)*(l/2)))}e.type===1?(t.strokeStyle=t.fillStyle,t.stroke()):t.fill(),t.closePath()}function Wn(t,e,i=0){return Math.max(Math.min(t,e),i)}var ga={C:(t,e)=>t.bezierCurveTo(e[0],e[1],e[2],e[3],e[4],e[5]),L:(t,e)=>t.lineTo(e[0],e[1]),M:(t,e)=>t.moveTo(e[0],e[1])};function pa(t,e,i,s,r,n,o,a=0,h=0){let l=t.map(c=>parseFloat(c)||parseInt(c));if(l.length<2)throw new Error("Too few arguments for instruction");for(let c=0;c<l.length;c+=2)l[c]*=e-a*o-h*o,n&&l[c]!==0&&(l[c]=Wn(Math.round(l[c]+.5)-.5,e,0)),l[c]+=s+a*o;for(let c=1;c<l.length;c+=2)l[c]*=i,n&&l[c]!==0&&(l[c]=Wn(Math.round(l[c]+.5)-.5,i,0)),l[c]+=r;return l}var zn=class{constructor(){this._data={}}set(t,e,i){this._data[t]||(this._data[t]={}),this._data[t][e]=i}get(t,e){return this._data[t]?this._data[t][e]:void 0}clear(){this._data={}}},Hn=class{constructor(){this._data=new zn}set(t,e,i,s,r){this._data.get(t,e)||this._data.set(t,e,new zn),this._data.get(t,e).set(i,s,r)}get(t,e,i,s){return this._data.get(t,e)?.get(i,s)}clear(){this._data.clear()}},va=class{constructor(){this._tasks=[],this._i=0}enqueue(t){this._tasks.push(t),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(t){this._idleCallback=void 0;let e=0,i=0,s=t.timeRemaining(),r=0;for(;this._i<this._tasks.length;){if(e=performance.now(),this._tasks[this._i]()||this._i++,e=Math.max(1,performance.now()-e),i=Math.max(e,i),r=t.timeRemaining(),i*1.5>r){s-e<-20&&console.warn(`task queue exceeded allotted deadline by ${Math.abs(Math.round(s-e))}ms`),this._start();return}s=r}this.clear()}},Wd=class extends va{_requestCallback(t){return setTimeout(()=>t(this._createDeadline(16)))}_cancelCallback(t){clearTimeout(t)}_createDeadline(t){let e=performance.now()+t;return{timeRemaining:()=>Math.max(0,e-performance.now())}}},zd=class extends va{_requestCallback(t){return requestIdleCallback(t)}_cancelCallback(t){cancelIdleCallback(t)}},Hd=!Ir&&"requestIdleCallback"in window?zd:Wd,Vt=class ma{constructor(){this.fg=0,this.bg=0,this.extended=new Sa}static toColorRGB(e){return[e>>>16&255,e>>>8&255,e&255]}static fromColorRGB(e){return(e[0]&255)<<16|(e[1]&255)<<8|e[2]&255}clone(){let e=new ma;return e.fg=this.fg,e.bg=this.bg,e.extended=this.extended.clone(),e}isInverse(){return this.fg&67108864}isBold(){return this.fg&134217728}isUnderline(){return this.hasExtendedAttrs()&&this.extended.underlineStyle!==0?1:this.fg&268435456}isBlink(){return this.fg&536870912}isInvisible(){return this.fg&1073741824}isItalic(){return this.bg&67108864}isDim(){return this.bg&134217728}isStrikethrough(){return this.fg&2147483648}isProtected(){return this.bg&536870912}isOverline(){return this.bg&1073741824}getFgColorMode(){return this.fg&50331648}getBgColorMode(){return this.bg&50331648}isFgRGB(){return(this.fg&50331648)===50331648}isBgRGB(){return(this.bg&50331648)===50331648}isFgPalette(){return(this.fg&50331648)===16777216||(this.fg&50331648)===33554432}isBgPalette(){return(this.bg&50331648)===16777216||(this.bg&50331648)===33554432}isFgDefault(){return(this.fg&50331648)===0}isBgDefault(){return(this.bg&50331648)===0}isAttributeDefault(){return this.fg===0&&this.bg===0}getFgColor(){switch(this.fg&50331648){case 16777216:case 33554432:return this.fg&255;case 50331648:return this.fg&16777215;default:return-1}}getBgColor(){switch(this.bg&50331648){case 16777216:case 33554432:return this.bg&255;case 50331648:return this.bg&16777215;default:return-1}}hasExtendedAttrs(){return this.bg&268435456}updateExtended(){this.extended.isEmpty()?this.bg&=-268435457:this.bg|=268435456}getUnderlineColor(){if(this.bg&268435456&&~this.extended.underlineColor)switch(this.extended.underlineColor&50331648){case 16777216:case 33554432:return this.extended.underlineColor&255;case 50331648:return this.extended.underlineColor&16777215;default:return this.getFgColor()}return this.getFgColor()}getUnderlineColorMode(){return this.bg&268435456&&~this.extended.underlineColor?this.extended.underlineColor&50331648:this.getFgColorMode()}isUnderlineColorRGB(){return this.bg&268435456&&~this.extended.underlineColor?(this.extended.underlineColor&50331648)===50331648:this.isFgRGB()}isUnderlineColorPalette(){return this.bg&268435456&&~this.extended.underlineColor?(this.extended.underlineColor&50331648)===16777216||(this.extended.underlineColor&50331648)===33554432:this.isFgPalette()}isUnderlineColorDefault(){return this.bg&268435456&&~this.extended.underlineColor?(this.extended.underlineColor&50331648)===0:this.isFgDefault()}getUnderlineStyle(){return this.fg&268435456?this.bg&268435456?this.extended.underlineStyle:1:0}getUnderlineVariantOffset(){return this.extended.underlineVariantOffset}},Sa=class wa{constructor(e=0,i=0){this._ext=0,this._urlId=0,this._ext=e,this._urlId=i}get ext(){return this._urlId?this._ext&-469762049|this.underlineStyle<<26:this._ext}set ext(e){this._ext=e}get underlineStyle(){return this._urlId?5:(this._ext&469762048)>>26}set underlineStyle(e){this._ext&=-469762049,this._ext|=e<<26&469762048}get underlineColor(){return this._ext&67108863}set underlineColor(e){this._ext&=-67108864,this._ext|=e&67108863}get urlId(){return this._urlId}set urlId(e){this._urlId=e}get underlineVariantOffset(){let e=(this._ext&3758096384)>>29;return e<0?e^4294967288:e}set underlineVariantOffset(e){this._ext&=536870911,this._ext|=e<<29&3758096384}clone(){return new wa(this._ext,this._urlId)}isEmpty(){return this.underlineStyle===0&&this._urlId===0}},Ud=globalThis.performance&&typeof globalThis.performance.now=="function",qd=class ba{static create(e){return new ba(e)}constructor(e){this._now=Ud&&e===!1?Date.now:globalThis.performance.now.bind(globalThis.performance),this._startTime=this._now(),this._stopTime=-1}stop(){this._stopTime=this._now()}reset(){this._startTime=this._now(),this._stopTime=-1}elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:this._now()-this._startTime}},pt;(t=>{t.None=()=>je.None;function e(S,w){return d(S,()=>{},0,void 0,!0,void 0,w)}t.defer=e;function i(S){return(w,x=null,C)=>{let L=!1,k;return k=S(D=>{if(!L)return k?k.dispose():L=!0,w.call(x,D)},null,C),L&&k.dispose(),k}}t.once=i;function s(S,w,x){return l((C,L=null,k)=>S(D=>C.call(L,w(D)),null,k),x)}t.map=s;function r(S,w,x){return l((C,L=null,k)=>S(D=>{w(D),C.call(L,D)},null,k),x)}t.forEach=r;function n(S,w,x){return l((C,L=null,k)=>S(D=>w(D)&&C.call(L,D),null,k),x)}t.filter=n;function o(S){return S}t.signal=o;function a(...S){return(w,x=null,C)=>{let L=ha(...S.map(k=>k(D=>w.call(x,D))));return c(L,C)}}t.any=a;function h(S,w,x,C){let L=x;return s(S,k=>(L=w(L,k),L),C)}t.reduce=h;function l(S,w){let x,C={onWillAddFirstListener(){x=S(L.fire,L)},onDidRemoveLastListener(){x?.dispose()}},L=new Q(C);return w?.add(L),L.event}function c(S,w){return w instanceof Array?w.push(S):w&&w.add(S),S}function d(S,w,x=100,C=!1,L=!1,k,D){let M,P,W,j=0,U,Pe={leakWarningThreshold:k,onWillAddFirstListener(){M=S(Ce=>{j++,P=w(P,Ce),C&&!W&&(V.fire(P),P=void 0),U=()=>{let G=P;P=void 0,W=void 0,(!C||j>1)&&V.fire(G),j=0},typeof x=="number"?(clearTimeout(W),W=setTimeout(U,x)):W===void 0&&(W=0,queueMicrotask(U))})},onWillRemoveListener(){L&&j>0&&U?.()},onDidRemoveLastListener(){U=void 0,M.dispose()}},V=new Q(Pe);return D?.add(V),V.event}t.debounce=d;function u(S,w=0,x){return t.debounce(S,(C,L)=>C?(C.push(L),C):[L],w,void 0,!0,void 0,x)}t.accumulate=u;function g(S,w=(C,L)=>C===L,x){let C=!0,L;return n(S,k=>{let D=C||!w(k,L);return C=!1,L=k,D},x)}t.latch=g;function f(S,w,x){return[t.filter(S,w,x),t.filter(S,C=>!w(C),x)]}t.split=f;function v(S,w=!1,x=[],C){let L=x.slice(),k=S(P=>{L?L.push(P):M.fire(P)});C&&C.add(k);let D=()=>{L?.forEach(P=>M.fire(P)),L=null},M=new Q({onWillAddFirstListener(){k||(k=S(P=>M.fire(P)),C&&C.add(k))},onDidAddFirstListener(){L&&(w?setTimeout(D):D())},onDidRemoveLastListener(){k&&k.dispose(),k=null}});return C&&C.add(M),M.event}t.buffer=v;function y(S,w){return(x,C,L)=>{let k=w(new _);return S(function(D){let M=k.evaluate(D);M!==E&&x.call(C,M)},void 0,L)}}t.chain=y;let E=Symbol("HaltChainable");class _{constructor(){this.steps=[]}map(w){return this.steps.push(w),this}forEach(w){return this.steps.push(x=>(w(x),x)),this}filter(w){return this.steps.push(x=>w(x)?x:E),this}reduce(w,x){let C=x;return this.steps.push(L=>(C=w(C,L),C)),this}latch(w=(x,C)=>x===C){let x=!0,C;return this.steps.push(L=>{let k=x||!w(L,C);return x=!1,C=L,k?L:E}),this}evaluate(w){for(let x of this.steps)if(w=x(w),w===E)break;return w}}function b(S,w,x=C=>C){let C=(...M)=>D.fire(x(...M)),L=()=>S.on(w,C),k=()=>S.removeListener(w,C),D=new Q({onWillAddFirstListener:L,onDidRemoveLastListener:k});return D.event}t.fromNodeEventEmitter=b;function m(S,w,x=C=>C){let C=(...M)=>D.fire(x(...M)),L=()=>S.addEventListener(w,C),k=()=>S.removeEventListener(w,C),D=new Q({onWillAddFirstListener:L,onDidRemoveLastListener:k});return D.event}t.fromDOMEventEmitter=m;function B(S){return new Promise(w=>i(S)(w))}t.toPromise=B;function R(S){let w=new Q;return S.then(x=>{w.fire(x)},()=>{w.fire(void 0)}).finally(()=>{w.dispose()}),w.event}t.fromPromise=R;function p(S,w){return S(x=>w.fire(x))}t.forward=p;function A(S,w,x){return w(x),S(C=>w(C))}t.runAndSubscribe=A;class F{constructor(w,x){this._observable=w,this._counter=0,this._hasChanged=!1;let C={onWillAddFirstListener:()=>{w.addObserver(this)},onDidRemoveLastListener:()=>{w.removeObserver(this)}};this.emitter=new Q(C),x&&x.add(this.emitter)}beginUpdate(w){this._counter++}handlePossibleChange(w){}handleChange(w,x){this._hasChanged=!0}endUpdate(w){this._counter--,this._counter===0&&(this._observable.reportChanges(),this._hasChanged&&(this._hasChanged=!1,this.emitter.fire(this._observable.get())))}}function q(S,w){return new F(S,w).emitter.event}t.fromObservable=q;function $(S){return(w,x,C)=>{let L=0,k=!1,D={beginUpdate(){L++},endUpdate(){L--,L===0&&(S.reportChanges(),k&&(k=!1,w.call(x)))},handlePossibleChange(){},handleChange(){k=!0}};S.addObserver(D),S.reportChanges();let M={dispose(){S.removeObserver(D)}};return C instanceof Gt?C.add(M):Array.isArray(C)&&C.push(M),M}}t.fromObservableLight=$})(pt||={});var br=class yr{constructor(e){this.listenerCount=0,this.invocationCount=0,this.elapsedOverall=0,this.durations=[],this.name=`${e}_${yr._idPool++}`,yr.all.add(this)}start(e){this._stopWatch=new qd,this.listenerCount=e}stop(){if(this._stopWatch){let e=this._stopWatch.elapsed();this.durations.push(e),this.elapsedOverall+=e,this.invocationCount+=1,this._stopWatch=void 0}}};br.all=new Set,br._idPool=0;var Kd=br,Vd=-1,ya=class Ca{constructor(e,i,s=(Ca._idPool++).toString(16).padStart(3,"0")){this._errorHandler=e,this.threshold=i,this.name=s,this._warnCountdown=0}dispose(){this._stacks?.clear()}check(e,i){let s=this.threshold;if(s<=0||i<s)return;this._stacks||(this._stacks=new Map);let r=this._stacks.get(e.value)||0;if(this._stacks.set(e.value,r+1),this._warnCountdown-=1,this._warnCountdown<=0){this._warnCountdown=s*.5;let[n,o]=this.getMostFrequentStack(),a=`[${this.name}] potential listener LEAK detected, having ${i} listeners already. MOST frequent listener (${o}):`;console.warn(a),console.warn(n);let h=new Xd(a,n);this._errorHandler(h)}return()=>{let n=this._stacks.get(e.value)||0;this._stacks.set(e.value,n-1)}}getMostFrequentStack(){if(!this._stacks)return;let e,i=0;for(let[s,r]of this._stacks)(!e||i<r)&&(e=[s,r],i=r);return e}};ya._idPool=1;var Yd=ya,Gd=class xa{constructor(e){this.value=e}static create(){let e=new Error;return new xa(e.stack??"")}print(){console.warn(this.value.split(`
23
+ `).slice(2).join(`
24
+ `))}},Xd=class extends Error{constructor(t,e){super(t),this.name="ListenerLeakError",this.stack=e}},jd=class extends Error{constructor(t,e){super(t),this.name="ListenerRefusalError",this.stack=e}},Jd=0,xs=class{constructor(t){this.value=t,this.id=Jd++}},Zd=2,Qd,Q=class{constructor(t){this._size=0,this._options=t,this._leakageMon=this._options?.leakWarningThreshold?new Yd(t?.onListenerError??ys,this._options?.leakWarningThreshold??Vd):void 0,this._perfMon=this._options?._profName?new Kd(this._options._profName):void 0,this._deliveryQueue=this._options?.deliveryQueue}dispose(){this._disposed||(this._disposed=!0,this._deliveryQueue?.current===this&&this._deliveryQueue.reset(),this._listeners&&(this._listeners=void 0,this._size=0),this._options?.onDidRemoveLastListener?.(),this._leakageMon?.dispose())}get event(){return this._event??=(t,e,i)=>{if(this._leakageMon&&this._size>this._leakageMon.threshold**2){let o=`[${this._leakageMon.name}] REFUSES to accept new listeners because it exceeded its threshold by far (${this._size} vs ${this._leakageMon.threshold})`;console.warn(o);let a=this._leakageMon.getMostFrequentStack()??["UNKNOWN stack",-1],h=new jd(`${o}. HINT: Stack shows most frequent listener (${a[1]}-times)`,a[0]);return(this._options?.onListenerError||ys)(h),je.None}if(this._disposed)return je.None;e&&(t=t.bind(e));let s=new xs(t),r;this._leakageMon&&this._size>=Math.ceil(this._leakageMon.threshold*.2)&&(s.stack=Gd.create(),r=this._leakageMon.check(s.stack,this._size+1)),this._listeners?this._listeners instanceof xs?(this._deliveryQueue??=new eu,this._listeners=[this._listeners,s]):this._listeners.push(s):(this._options?.onWillAddFirstListener?.(this),this._listeners=s,this._options?.onDidAddFirstListener?.(this)),this._size++;let n=Me(()=>{r?.(),this._removeListener(s)});return i instanceof Gt?i.add(n):Array.isArray(i)&&i.push(n),n},this._event}_removeListener(t){if(this._options?.onWillRemoveListener?.(this),!this._listeners)return;if(this._size===1){this._listeners=void 0,this._options?.onDidRemoveLastListener?.(this),this._size=0;return}let e=this._listeners,i=e.indexOf(t);if(i===-1)throw console.log("disposed?",this._disposed),console.log("size?",this._size),console.log("arr?",JSON.stringify(this._listeners)),new Error("Attempted to dispose unknown listener");this._size--,e[i]=void 0;let s=this._deliveryQueue.current===this;if(this._size*Zd<=e.length){let r=0;for(let n=0;n<e.length;n++)e[n]?e[r++]=e[n]:s&&(this._deliveryQueue.end--,r<this._deliveryQueue.i&&this._deliveryQueue.i--);e.length=r}}_deliver(t,e){if(!t)return;let i=this._options?.onListenerError||ys;if(!i){t.value(e);return}try{t.value(e)}catch(s){i(s)}}_deliverQueue(t){let e=t.current._listeners;for(;t.i<t.end;)this._deliver(e[t.i++],t.value);t.reset()}fire(t){if(this._deliveryQueue?.current&&(this._deliverQueue(this._deliveryQueue),this._perfMon?.stop()),this._perfMon?.start(this._size),this._listeners)if(this._listeners instanceof xs)this._deliver(this._listeners,t);else{let e=this._deliveryQueue;e.enqueue(this,t,this._listeners.length),this._deliverQueue(e)}this._perfMon?.stop()}hasListeners(){return this._size>0}},eu=class{constructor(){this.i=-1,this.end=0}enqueue(t,e,i){this.i=0,this.end=i,this.current=t,this.value=e}reset(){this.i=this.end,this.current=void 0,this.value=void 0}},Un={texturePage:0,texturePosition:{x:0,y:0},texturePositionClipSpace:{x:0,y:0},offset:{x:0,y:0},size:{x:0,y:0},sizeClipSpace:{x:0,y:0}},ai=2,li,Ct=class qt{constructor(e,i,s){this._document=e,this._config=i,this._unicodeService=s,this._didWarmUp=!1,this._cacheMap=new Hn,this._cacheMapCombined=new Hn,this._pages=[],this._activePages=[],this._workBoundingBox={top:0,left:0,bottom:0,right:0},this._workAttributeData=new Vt,this._textureSize=512,this._onAddTextureAtlasCanvas=new Q,this.onAddTextureAtlasCanvas=this._onAddTextureAtlasCanvas.event,this._onRemoveTextureAtlasCanvas=new Q,this.onRemoveTextureAtlasCanvas=this._onRemoveTextureAtlasCanvas.event,this._requestClearModel=!1,this._createNewPage(),this._tmpCanvas=ka(e,this._config.deviceCellWidth*4+ai*2,this._config.deviceCellHeight+ai*2),this._tmpCtx=he(this._tmpCanvas.getContext("2d",{alpha:this._config.allowTransparency,willReadFrequently:!0}))}get pages(){return this._pages}dispose(){this._tmpCanvas.remove();for(let e of this.pages)e.canvas.remove();this._onAddTextureAtlasCanvas.dispose()}warmUp(){this._didWarmUp||(this._doWarmUp(),this._didWarmUp=!0)}_doWarmUp(){let e=new Hd;for(let i=33;i<126;i++)e.enqueue(()=>{if(!this._cacheMap.get(i,0,0,0)){let s=this._drawToCache(i,0,0,0,!1,void 0);this._cacheMap.set(i,0,0,0,s)}})}beginFrame(){return this._requestClearModel}clearTexture(){if(!(this._pages[0].currentRow.x===0&&this._pages[0].currentRow.y===0)){for(let e of this._pages)e.clear();this._cacheMap.clear(),this._cacheMapCombined.clear(),this._didWarmUp=!1}}_createNewPage(){if(qt.maxAtlasPages&&this._pages.length>=Math.max(4,qt.maxAtlasPages)){let i=this._pages.filter(l=>l.canvas.width*2<=(qt.maxTextureSize||4096)).sort((l,c)=>c.canvas.width!==l.canvas.width?c.canvas.width-l.canvas.width:c.percentageUsed-l.percentageUsed),s=-1,r=0;for(let l=0;l<i.length;l++)if(i[l].canvas.width!==r)s=l,r=i[l].canvas.width;else if(l-s===3)break;let n=i.slice(s,s+4),o=n.map(l=>l.glyphs[0].texturePage).sort((l,c)=>l>c?1:-1),a=this.pages.length-n.length,h=this._mergePages(n,a);h.version++;for(let l=o.length-1;l>=0;l--)this._deletePage(o[l]);this.pages.push(h),this._requestClearModel=!0,this._onAddTextureAtlasCanvas.fire(h.canvas)}let e=new ks(this._document,this._textureSize);return this._pages.push(e),this._activePages.push(e),this._onAddTextureAtlasCanvas.fire(e.canvas),e}_mergePages(e,i){let s=e[0].canvas.width*2,r=new ks(this._document,s,e);for(let[n,o]of e.entries()){let a=n*o.canvas.width%s,h=Math.floor(n/2)*o.canvas.height;r.ctx.drawImage(o.canvas,a,h);for(let c of o.glyphs)c.texturePage=i,c.sizeClipSpace.x=c.size.x/s,c.sizeClipSpace.y=c.size.y/s,c.texturePosition.x+=a,c.texturePosition.y+=h,c.texturePositionClipSpace.x=c.texturePosition.x/s,c.texturePositionClipSpace.y=c.texturePosition.y/s;this._onRemoveTextureAtlasCanvas.fire(o.canvas);let l=this._activePages.indexOf(o);l!==-1&&this._activePages.splice(l,1)}return r}_deletePage(e){this._pages.splice(e,1);for(let i=e;i<this._pages.length;i++){let s=this._pages[i];for(let r of s.glyphs)r.texturePage--;s.version++}}getRasterizedGlyphCombinedChar(e,i,s,r,n,o){return this._getFromCacheMap(this._cacheMapCombined,e,i,s,r,n,o)}getRasterizedGlyph(e,i,s,r,n,o){return this._getFromCacheMap(this._cacheMap,e,i,s,r,n,o)}_getFromCacheMap(e,i,s,r,n,o,a){return li=e.get(i,s,r,n),li||(li=this._drawToCache(i,s,r,n,o,a),e.set(i,s,r,n,li)),li}_getColorFromAnsiIndex(e){if(e>=this._config.colors.ansi.length)throw new Error("No color found for idx "+e);return this._config.colors.ansi[e]}_getBackgroundColor(e,i,s,r){if(this._config.allowTransparency)return qe;let n;switch(e){case 16777216:case 33554432:n=this._getColorFromAnsiIndex(i);break;case 50331648:let o=Vt.toColorRGB(i);n=Re.toColor(o[0],o[1],o[2]);break;default:s?n=pi.opaque(this._config.colors.foreground):n=this._config.colors.background;break}return this._config.allowTransparency||(n=pi.opaque(n)),n}_getForegroundColor(e,i,s,r,n,o,a,h,l,c){let d=this._getMinimumContrastColor(e,i,s,r,n,o,a,l,h,c);if(d)return d;let u;switch(n){case 16777216:case 33554432:this._config.drawBoldTextInBrightColors&&l&&o<8&&(o+=8),u=this._getColorFromAnsiIndex(o);break;case 50331648:let g=Vt.toColorRGB(o);u=Re.toColor(g[0],g[1],g[2]);break;default:a?u=this._config.colors.background:u=this._config.colors.foreground}return this._config.allowTransparency&&(u=pi.opaque(u)),h&&(u=pi.multiplyOpacity(u,Rd)),u}_resolveBackgroundRgba(e,i,s){switch(e){case 16777216:case 33554432:return this._getColorFromAnsiIndex(i).rgba;case 50331648:return i<<8;default:return s?this._config.colors.foreground.rgba:this._config.colors.background.rgba}}_resolveForegroundRgba(e,i,s,r){switch(e){case 16777216:case 33554432:return this._config.drawBoldTextInBrightColors&&r&&i<8&&(i+=8),this._getColorFromAnsiIndex(i).rgba;case 50331648:return i<<8;default:return s?this._config.colors.background.rgba:this._config.colors.foreground.rgba}}_getMinimumContrastColor(e,i,s,r,n,o,a,h,l,c){if(this._config.minimumContrastRatio===1||c)return;let d=this._getContrastCache(l),u=d.getColor(e,r);if(u!==void 0)return u||void 0;let g=this._resolveBackgroundRgba(i,s,a),f=this._resolveForegroundRgba(n,o,a,h),v=It.ensureContrastRatio(g,f,this._config.minimumContrastRatio/(l?2:1));if(!v){d.setColor(e,r,null);return}let y=Re.toColor(v>>24&255,v>>16&255,v>>8&255);return d.setColor(e,r,y),y}_getContrastCache(e){return e?this._config.colors.halfContrastCache:this._config.colors.contrastCache}_drawToCache(e,i,s,r,n,o){let a=typeof e=="number"?String.fromCharCode(e):e;o&&this._tmpCanvas.parentElement!==o&&(this._tmpCanvas.style.display="none",o.append(this._tmpCanvas));let h=Math.min(this._config.deviceCellWidth*Math.max(a.length,2)+ai*2,this._config.deviceMaxTextureSize);this._tmpCanvas.width<h&&(this._tmpCanvas.width=h);let l=Math.min(this._config.deviceCellHeight+ai*4,this._textureSize);if(this._tmpCanvas.height<l&&(this._tmpCanvas.height=l),this._tmpCtx.save(),this._workAttributeData.fg=s,this._workAttributeData.bg=i,this._workAttributeData.extended.ext=r,!!this._workAttributeData.isInvisible())return Un;let c=!!this._workAttributeData.isBold(),d=!!this._workAttributeData.isInverse(),u=!!this._workAttributeData.isDim(),g=!!this._workAttributeData.isItalic(),f=!!this._workAttributeData.isUnderline(),v=!!this._workAttributeData.isStrikethrough(),y=!!this._workAttributeData.isOverline(),E=this._workAttributeData.getFgColor(),_=this._workAttributeData.getFgColorMode(),b=this._workAttributeData.getBgColor(),m=this._workAttributeData.getBgColorMode();if(d){let P=E;E=b,b=P;let W=_;_=m,m=W}let B=this._getBackgroundColor(m,b,d,u);this._tmpCtx.globalCompositeOperation="copy",this._tmpCtx.fillStyle=B.css,this._tmpCtx.fillRect(0,0,this._tmpCanvas.width,this._tmpCanvas.height),this._tmpCtx.globalCompositeOperation="source-over";let R=c?this._config.fontWeightBold:this._config.fontWeight,p=g?"italic":"";this._tmpCtx.font=`${p} ${R} ${this._config.fontSize*this._config.devicePixelRatio}px ${this._config.fontFamily}`,this._tmpCtx.textBaseline=fa;let A=a.length===1&&Or(a.charCodeAt(0)),F=a.length===1&&Cd(a.charCodeAt(0)),q=this._getForegroundColor(i,m,b,s,_,E,d,u,c,_a(a.charCodeAt(0)));this._tmpCtx.fillStyle=q.css;let $=F?0:ai*2,S=!1;this._config.customGlyphs!==!1&&(S=Id(this._tmpCtx,a,$,$,this._config.deviceCellWidth,this._config.deviceCellHeight,this._config.fontSize,this._config.devicePixelRatio));let w=!A,x;if(typeof e=="number"?x=this._unicodeService.wcwidth(e):x=this._unicodeService.getStringCellWidth(e),f){this._tmpCtx.save();let P=Math.max(1,Math.floor(this._config.fontSize*this._config.devicePixelRatio/15)),W=P%2===1?.5:0;if(this._tmpCtx.lineWidth=P,this._workAttributeData.isUnderlineColorDefault())this._tmpCtx.strokeStyle=this._tmpCtx.fillStyle;else if(this._workAttributeData.isUnderlineColorRGB())w=!1,this._tmpCtx.strokeStyle=`rgb(${Vt.toColorRGB(this._workAttributeData.getUnderlineColor()).join(",")})`;else{w=!1;let G=this._workAttributeData.getUnderlineColor();this._config.drawBoldTextInBrightColors&&this._workAttributeData.isBold()&&G<8&&(G+=8),this._tmpCtx.strokeStyle=this._getColorFromAnsiIndex(G).css}this._tmpCtx.beginPath();let j=$,U=Math.ceil($+this._config.deviceCharHeight)-W-(n?P*2:0),Pe=U+P,V=U+P*2,Ce=this._workAttributeData.getUnderlineVariantOffset();for(let G=0;G<x;G++){this._tmpCtx.save();let X=j+G*this._config.deviceCellWidth,xe=j+(G+1)*this._config.deviceCellWidth,ze=X+this._config.deviceCellWidth/2;switch(this._workAttributeData.extended.underlineStyle){case 2:this._tmpCtx.moveTo(X,U),this._tmpCtx.lineTo(xe,U),this._tmpCtx.moveTo(X,V),this._tmpCtx.lineTo(xe,V);break;case 3:let at=P<=1?V:Math.ceil($+this._config.deviceCharHeight-P/2)-W,Je=P<=1?U:Math.ceil($+this._config.deviceCharHeight+P/2)-W,Xe=new Path2D;Xe.rect(X,U,this._config.deviceCellWidth,V-U),this._tmpCtx.clip(Xe),this._tmpCtx.moveTo(X-this._config.deviceCellWidth/2,Pe),this._tmpCtx.bezierCurveTo(X-this._config.deviceCellWidth/2,Je,X,Je,X,Pe),this._tmpCtx.bezierCurveTo(X,at,ze,at,ze,Pe),this._tmpCtx.bezierCurveTo(ze,Je,xe,Je,xe,Pe),this._tmpCtx.bezierCurveTo(xe,at,xe+this._config.deviceCellWidth/2,at,xe+this._config.deviceCellWidth/2,Pe);break;case 4:let K=Ce===0?0:Ce>=P?P*2-Ce:P-Ce;Ce>=P||K===0?(this._tmpCtx.setLineDash([Math.round(P),Math.round(P)]),this._tmpCtx.moveTo(X+K,U),this._tmpCtx.lineTo(xe,U)):(this._tmpCtx.setLineDash([Math.round(P),Math.round(P)]),this._tmpCtx.moveTo(X,U),this._tmpCtx.lineTo(X+K,U),this._tmpCtx.moveTo(X+K+P,U),this._tmpCtx.lineTo(xe,U)),Ce=Bd(xe-X,P,Ce);break;case 5:let Qt=.6,$a=.3,as=xe-X,Wr=Math.floor(Qt*as),zr=Math.floor($a*as),Fa=as-Wr-zr;this._tmpCtx.setLineDash([Wr,zr,Fa]),this._tmpCtx.moveTo(X,U),this._tmpCtx.lineTo(xe,U);break;default:this._tmpCtx.moveTo(X,U),this._tmpCtx.lineTo(xe,U);break}this._tmpCtx.stroke(),this._tmpCtx.restore()}if(this._tmpCtx.restore(),!S&&this._config.fontSize>=12&&!this._config.allowTransparency&&a!==" "){this._tmpCtx.save(),this._tmpCtx.textBaseline="alphabetic";let G=this._tmpCtx.measureText(a);if(this._tmpCtx.restore(),"actualBoundingBoxDescent"in G&&G.actualBoundingBoxDescent>0){this._tmpCtx.save();let X=new Path2D;X.rect(j,U-Math.ceil(P/2),this._config.deviceCellWidth*x,V-U+Math.ceil(P/2)),this._tmpCtx.clip(X),this._tmpCtx.lineWidth=this._config.devicePixelRatio*3,this._tmpCtx.strokeStyle=B.css,this._tmpCtx.strokeText(a,$,$+this._config.deviceCharHeight),this._tmpCtx.restore()}}}if(y){let P=Math.max(1,Math.floor(this._config.fontSize*this._config.devicePixelRatio/15)),W=P%2===1?.5:0;this._tmpCtx.lineWidth=P,this._tmpCtx.strokeStyle=this._tmpCtx.fillStyle,this._tmpCtx.beginPath(),this._tmpCtx.moveTo($,$+W),this._tmpCtx.lineTo($+this._config.deviceCharWidth*x,$+W),this._tmpCtx.stroke()}if(S||this._tmpCtx.fillText(a,$,$+this._config.deviceCharHeight),a==="_"&&!this._config.allowTransparency){let P=Es(this._tmpCtx.getImageData($,$,this._config.deviceCellWidth,this._config.deviceCellHeight),B,q,w);if(P)for(let W=1;W<=5&&(this._tmpCtx.save(),this._tmpCtx.fillStyle=B.css,this._tmpCtx.fillRect(0,0,this._tmpCanvas.width,this._tmpCanvas.height),this._tmpCtx.restore(),this._tmpCtx.fillText(a,$,$+this._config.deviceCharHeight-W),P=Es(this._tmpCtx.getImageData($,$,this._config.deviceCellWidth,this._config.deviceCellHeight),B,q,w),!!P);W++);}if(v){let P=Math.max(1,Math.floor(this._config.fontSize*this._config.devicePixelRatio/10)),W=this._tmpCtx.lineWidth%2===1?.5:0;this._tmpCtx.lineWidth=P,this._tmpCtx.strokeStyle=this._tmpCtx.fillStyle,this._tmpCtx.beginPath(),this._tmpCtx.moveTo($,$+Math.floor(this._config.deviceCharHeight/2)-W),this._tmpCtx.lineTo($+this._config.deviceCharWidth*x,$+Math.floor(this._config.deviceCharHeight/2)-W),this._tmpCtx.stroke()}this._tmpCtx.restore();let C=this._tmpCtx.getImageData(0,0,this._tmpCanvas.width,this._tmpCanvas.height),L;if(this._config.allowTransparency?L=tu(C):L=Es(C,B,q,w),L)return Un;let k=this._findGlyphBoundingBox(C,this._workBoundingBox,h,F,S,$),D,M;for(;;){if(this._activePages.length===0){let P=this._createNewPage();D=P,M=P.currentRow,M.height=k.size.y;break}D=this._activePages[this._activePages.length-1],M=D.currentRow;for(let P of this._activePages)k.size.y<=P.currentRow.height&&(D=P,M=P.currentRow);for(let P=this._activePages.length-1;P>=0;P--)for(let W of this._activePages[P].fixedRows)W.height<=M.height&&k.size.y<=W.height&&(D=this._activePages[P],M=W);if(k.size.x>this._textureSize){this._overflowSizePage||(this._overflowSizePage=new ks(this._document,this._config.deviceMaxTextureSize),this.pages.push(this._overflowSizePage),this._requestClearModel=!0,this._onAddTextureAtlasCanvas.fire(this._overflowSizePage.canvas)),D=this._overflowSizePage,M=this._overflowSizePage.currentRow,M.x+k.size.x>=D.canvas.width&&(M.x=0,M.y+=M.height,M.height=0);break}if(M.y+k.size.y>=D.canvas.height||M.height>k.size.y+2){let P=!1;if(D.currentRow.y+D.currentRow.height+k.size.y>=D.canvas.height){let W;for(let j of this._activePages)if(j.currentRow.y+j.currentRow.height+k.size.y<j.canvas.height){W=j;break}if(W)D=W;else if(qt.maxAtlasPages&&this._pages.length>=qt.maxAtlasPages&&M.y+k.size.y<=D.canvas.height&&M.height>=k.size.y&&M.x+k.size.x<=D.canvas.width)P=!0;else{let j=this._createNewPage();D=j,M=j.currentRow,M.height=k.size.y,P=!0}}P||(D.currentRow.height>0&&D.fixedRows.push(D.currentRow),M={x:0,y:D.currentRow.y+D.currentRow.height,height:k.size.y},D.fixedRows.push(M),D.currentRow={x:0,y:M.y+M.height,height:0})}if(M.x+k.size.x<=D.canvas.width)break;M===D.currentRow?(M.x=0,M.y+=M.height,M.height=0):D.fixedRows.splice(D.fixedRows.indexOf(M),1)}return k.texturePage=this._pages.indexOf(D),k.texturePosition.x=M.x,k.texturePosition.y=M.y,k.texturePositionClipSpace.x=M.x/D.canvas.width,k.texturePositionClipSpace.y=M.y/D.canvas.height,k.sizeClipSpace.x/=D.canvas.width,k.sizeClipSpace.y/=D.canvas.height,M.height=Math.max(M.height,k.size.y),M.x+=k.size.x,D.ctx.putImageData(C,k.texturePosition.x-this._workBoundingBox.left,k.texturePosition.y-this._workBoundingBox.top,this._workBoundingBox.left,this._workBoundingBox.top,k.size.x,k.size.y),D.addGlyph(k),D.version++,k}_findGlyphBoundingBox(e,i,s,r,n,o){i.top=0;let a=r?this._config.deviceCellHeight:this._tmpCanvas.height,h=r?this._config.deviceCellWidth:s,l=!1;for(let c=0;c<a;c++){for(let d=0;d<h;d++){let u=c*this._tmpCanvas.width*4+d*4+3;if(e.data[u]!==0){i.top=c,l=!0;break}}if(l)break}i.left=0,l=!1;for(let c=0;c<o+h;c++){for(let d=0;d<a;d++){let u=d*this._tmpCanvas.width*4+c*4+3;if(e.data[u]!==0){i.left=c,l=!0;break}}if(l)break}i.right=h,l=!1;for(let c=o+h-1;c>=o;c--){for(let d=0;d<a;d++){let u=d*this._tmpCanvas.width*4+c*4+3;if(e.data[u]!==0){i.right=c,l=!0;break}}if(l)break}i.bottom=a,l=!1;for(let c=a-1;c>=0;c--){for(let d=0;d<h;d++){let u=c*this._tmpCanvas.width*4+d*4+3;if(e.data[u]!==0){i.bottom=c,l=!0;break}}if(l)break}return{texturePage:0,texturePosition:{x:0,y:0},texturePositionClipSpace:{x:0,y:0},size:{x:i.right-i.left+1,y:i.bottom-i.top+1},sizeClipSpace:{x:i.right-i.left+1,y:i.bottom-i.top+1},offset:{x:-i.left+o+(r||n?Math.floor((this._config.deviceCellWidth-this._config.deviceCharWidth)/2):0),y:-i.top+o+(r||n?this._config.lineHeight===1?0:Math.round((this._config.deviceCellHeight-this._config.deviceCharHeight)/2):0)}}}},ks=class{constructor(t,e,i){if(this._usedPixels=0,this._glyphs=[],this.version=0,this.currentRow={x:0,y:0,height:0},this.fixedRows=[],i)for(let s of i)this._glyphs.push(...s.glyphs),this._usedPixels+=s._usedPixels;this.canvas=ka(t,e,e),this.ctx=he(this.canvas.getContext("2d",{alpha:!0}))}get percentageUsed(){return this._usedPixels/(this.canvas.width*this.canvas.height)}get glyphs(){return this._glyphs}addGlyph(t){this._glyphs.push(t),this._usedPixels+=t.size.x*t.size.y}clear(){this.ctx.clearRect(0,0,this.canvas.width,this.canvas.height),this.currentRow.x=0,this.currentRow.y=0,this.currentRow.height=0,this.fixedRows.length=0,this.version++}};function Es(t,e,i,s){let r=e.rgba>>>24,n=e.rgba>>>16&255,o=e.rgba>>>8&255,a=i.rgba>>>24,h=i.rgba>>>16&255,l=i.rgba>>>8&255,c=Math.floor((Math.abs(r-a)+Math.abs(n-h)+Math.abs(o-l))/12),d=!0;for(let u=0;u<t.data.length;u+=4)t.data[u]===r&&t.data[u+1]===n&&t.data[u+2]===o||s&&Math.abs(t.data[u]-r)+Math.abs(t.data[u+1]-n)+Math.abs(t.data[u+2]-o)<c?t.data[u+3]=0:d=!1;return d}function tu(t){for(let e=0;e<t.data.length;e+=4)if(t.data[e+3]>0)return!1;return!0}function ka(t,e,i){let s=t.createElement("canvas");return s.width=e,s.height=i,s}function iu(t,e,i,s,r,n,o,a){let h={foreground:n.foreground,background:n.background,cursor:qe,cursorAccent:qe,selectionForeground:qe,selectionBackgroundTransparent:qe,selectionBackgroundOpaque:qe,selectionInactiveBackgroundTransparent:qe,selectionInactiveBackgroundOpaque:qe,overviewRulerBorder:qe,scrollbarSliderBackground:qe,scrollbarSliderHoverBackground:qe,scrollbarSliderActiveBackground:qe,ansi:n.ansi.slice(),contrastCache:n.contrastCache,halfContrastCache:n.halfContrastCache};return{customGlyphs:r.customGlyphs,devicePixelRatio:o,deviceMaxTextureSize:a,letterSpacing:r.letterSpacing,lineHeight:r.lineHeight,deviceCellWidth:t,deviceCellHeight:e,deviceCharWidth:i,deviceCharHeight:s,fontFamily:r.fontFamily,fontSize:r.fontSize,fontWeight:r.fontWeight,fontWeightBold:r.fontWeightBold,allowTransparency:r.allowTransparency,drawBoldTextInBrightColors:r.drawBoldTextInBrightColors,minimumContrastRatio:r.minimumContrastRatio,colors:h}}function qn(t,e){for(let i=0;i<t.colors.ansi.length;i++)if(t.colors.ansi[i].rgba!==e.colors.ansi[i].rgba)return!1;return t.devicePixelRatio===e.devicePixelRatio&&t.customGlyphs===e.customGlyphs&&t.lineHeight===e.lineHeight&&t.letterSpacing===e.letterSpacing&&t.fontFamily===e.fontFamily&&t.fontSize===e.fontSize&&t.fontWeight===e.fontWeight&&t.fontWeightBold===e.fontWeightBold&&t.allowTransparency===e.allowTransparency&&t.deviceCharWidth===e.deviceCharWidth&&t.deviceCharHeight===e.deviceCharHeight&&t.drawBoldTextInBrightColors===e.drawBoldTextInBrightColors&&t.minimumContrastRatio===e.minimumContrastRatio&&t.colors.foreground.rgba===e.colors.foreground.rgba&&t.colors.background.rgba===e.colors.background.rgba}function su(t){return(t&50331648)===16777216||(t&50331648)===33554432}var Ye=[];function Ea(t,e,i,s,r,n,o,a,h){let l=iu(s,r,n,o,e,i,a,h);for(let u=0;u<Ye.length;u++){let g=Ye[u],f=g.ownedBy.indexOf(t);if(f>=0){if(qn(g.config,l))return g.atlas;g.ownedBy.length===1?(g.atlas.dispose(),Ye.splice(u,1)):g.ownedBy.splice(f,1);break}}for(let u=0;u<Ye.length;u++){let g=Ye[u];if(qn(g.config,l))return g.ownedBy.push(t),g.atlas}let c=t._core,d={atlas:new Ct(document,l,c.unicodeService),config:l,ownedBy:[t]};return Ye.push(d),d.atlas}function Kn(t){for(let e=0;e<Ye.length;e++){let i=Ye[e].ownedBy.indexOf(t);if(i!==-1){Ye[e].ownedBy.length===1?(Ye[e].atlas.dispose(),Ye.splice(e,1)):Ye[e].ownedBy.splice(i,1);break}}}var Pi=600,ru=class{constructor(t,e){this._renderCallback=t,this._coreBrowserService=e,this.isCursorVisible=!0,this._coreBrowserService.isFocused&&this._restartInterval()}get isPaused(){return!(this._blinkStartTimeout||this._blinkInterval)}dispose(){this._blinkInterval&&(this._coreBrowserService.window.clearInterval(this._blinkInterval),this._blinkInterval=void 0),this._blinkStartTimeout&&(this._coreBrowserService.window.clearTimeout(this._blinkStartTimeout),this._blinkStartTimeout=void 0),this._animationFrame&&(this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)}restartBlinkAnimation(){this.isPaused||(this._animationTimeRestarted=Date.now(),this.isCursorVisible=!0,this._animationFrame||(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>{this._renderCallback(),this._animationFrame=void 0})))}_restartInterval(t=Pi){this._blinkInterval&&(this._coreBrowserService.window.clearInterval(this._blinkInterval),this._blinkInterval=void 0),this._blinkStartTimeout=this._coreBrowserService.window.setTimeout(()=>{if(this._animationTimeRestarted){let e=Pi-(Date.now()-this._animationTimeRestarted);if(this._animationTimeRestarted=void 0,e>0){this._restartInterval(e);return}}this.isCursorVisible=!1,this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>{this._renderCallback(),this._animationFrame=void 0}),this._blinkInterval=this._coreBrowserService.window.setInterval(()=>{if(this._animationTimeRestarted){let e=Pi-(Date.now()-this._animationTimeRestarted);this._animationTimeRestarted=void 0,this._restartInterval(e);return}this.isCursorVisible=!this.isCursorVisible,this._animationFrame=this._coreBrowserService.window.requestAnimationFrame(()=>{this._renderCallback(),this._animationFrame=void 0})},Pi)},t)}pause(){this.isCursorVisible=!0,this._blinkInterval&&(this._coreBrowserService.window.clearInterval(this._blinkInterval),this._blinkInterval=void 0),this._blinkStartTimeout&&(this._coreBrowserService.window.clearTimeout(this._blinkStartTimeout),this._blinkStartTimeout=void 0),this._animationFrame&&(this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)}resume(){this.pause(),this._animationTimeRestarted=void 0,this._restartInterval(),this.restartBlinkAnimation()}};function Vn(t,e,i){let s=new e.ResizeObserver(r=>{let n=r.find(h=>h.target===t);if(!n)return;if(!("devicePixelContentBoxSize"in n)){s?.disconnect(),s=void 0;return}let o=n.devicePixelContentBoxSize[0].inlineSize,a=n.devicePixelContentBoxSize[0].blockSize;o>0&&a>0&&i(o,a)});try{s.observe(t,{box:["device-pixel-content-box"]})}catch{s.disconnect(),s=void 0}return Me(()=>s?.disconnect())}function nu(t){return t>65535?(t-=65536,String.fromCharCode((t>>10)+55296)+String.fromCharCode(t%1024+56320)):String.fromCharCode(t)}var Yn=class La extends Vt{constructor(){super(...arguments),this.content=0,this.fg=0,this.bg=0,this.extended=new Sa,this.combinedData=""}static fromCharData(e){let i=new La;return i.setFromCharData(e),i}isCombined(){return this.content&2097152}getWidth(){return this.content>>22}getChars(){return this.content&2097152?this.combinedData:this.content&2097151?nu(this.content&2097151):""}getCode(){return this.isCombined()?this.combinedData.charCodeAt(this.combinedData.length-1):this.content&2097151}setFromCharData(e){this.fg=e[0],this.bg=0;let i=!1;if(e[1].length>2)i=!0;else if(e[1].length===2){let s=e[1].charCodeAt(0);if(55296<=s&&s<=56319){let r=e[1].charCodeAt(1);56320<=r&&r<=57343?this.content=(s-55296)*1024+r-56320+65536|e[2]<<22:i=!0}else i=!0}else this.content=e[1].charCodeAt(0)|e[2]<<22;i&&(this.combinedData=e[1],this.content=2097152|e[2]<<22)}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}},Ma=new Float32Array([2,0,0,0,0,-2,0,0,0,0,1,0,-1,1,0,1]);function Ba(t,e,i){let s=he(t.createProgram());if(t.attachShader(s,he(Gn(t,t.VERTEX_SHADER,e))),t.attachShader(s,he(Gn(t,t.FRAGMENT_SHADER,i))),t.linkProgram(s),t.getProgramParameter(s,t.LINK_STATUS))return s;console.error(t.getProgramInfoLog(s)),t.deleteProgram(s)}function Gn(t,e,i){let s=he(t.createShader(e));if(t.shaderSource(s,i),t.compileShader(s),t.getShaderParameter(s,t.COMPILE_STATUS))return s;console.error(t.getShaderInfoLog(s)),t.deleteShader(s)}function ou(t,e){let i=Math.min(t.length*2,e),s=new Float32Array(i);for(let r=0;r<t.length;r++)s[r]=t[r];return s}var au=class{constructor(t){this.texture=t,this.version=-1}},lu=`#version 300 es
25
+ layout (location = 0) in vec2 a_unitquad;
26
+ layout (location = 1) in vec2 a_cellpos;
27
+ layout (location = 2) in vec2 a_offset;
28
+ layout (location = 3) in vec2 a_size;
29
+ layout (location = 4) in float a_texpage;
30
+ layout (location = 5) in vec2 a_texcoord;
31
+ layout (location = 6) in vec2 a_texsize;
32
+
33
+ uniform mat4 u_projection;
34
+ uniform vec2 u_resolution;
35
+
36
+ out vec2 v_texcoord;
37
+ flat out int v_texpage;
38
+
39
+ void main() {
40
+ vec2 zeroToOne = (a_offset / u_resolution) + a_cellpos + (a_unitquad * a_size);
41
+ gl_Position = u_projection * vec4(zeroToOne, 0.0, 1.0);
42
+ v_texpage = int(a_texpage);
43
+ v_texcoord = a_texcoord + a_unitquad * a_texsize;
44
+ }`;function hu(t){let e="";for(let i=1;i<t;i++)e+=` else if (v_texpage == ${i}) { outColor = texture(u_texture[${i}], v_texcoord); }`;return`#version 300 es
45
+ precision lowp float;
46
+
47
+ in vec2 v_texcoord;
48
+ flat in int v_texpage;
49
+
50
+ uniform sampler2D u_texture[${t}];
51
+
52
+ out vec4 outColor;
53
+
54
+ void main() {
55
+ if (v_texpage == 0) {
56
+ outColor = texture(u_texture[0], v_texcoord);
57
+ } ${e}
58
+ }`}var xt=11,Ht=xt*Float32Array.BYTES_PER_ELEMENT,cu=2,se=0,J,Ls=0,hi=0,du=class extends je{constructor(t,e,i,s){super(),this._terminal=t,this._gl=e,this._dimensions=i,this._optionsService=s,this._activeBuffer=0,this._vertices={count:0,attributes:new Float32Array(0),attributesBuffers:[new Float32Array(0),new Float32Array(0)]};let r=this._gl;Ct.maxAtlasPages===void 0&&(Ct.maxAtlasPages=Math.min(32,he(r.getParameter(r.MAX_TEXTURE_IMAGE_UNITS))),Ct.maxTextureSize=he(r.getParameter(r.MAX_TEXTURE_SIZE))),this._program=he(Ba(r,lu,hu(Ct.maxAtlasPages))),this._register(Me(()=>r.deleteProgram(this._program))),this._projectionLocation=he(r.getUniformLocation(this._program,"u_projection")),this._resolutionLocation=he(r.getUniformLocation(this._program,"u_resolution")),this._textureLocation=he(r.getUniformLocation(this._program,"u_texture")),this._vertexArrayObject=r.createVertexArray(),r.bindVertexArray(this._vertexArrayObject);let n=new Float32Array([0,0,1,0,0,1,1,1]),o=r.createBuffer();this._register(Me(()=>r.deleteBuffer(o))),r.bindBuffer(r.ARRAY_BUFFER,o),r.bufferData(r.ARRAY_BUFFER,n,r.STATIC_DRAW),r.enableVertexAttribArray(0),r.vertexAttribPointer(0,2,this._gl.FLOAT,!1,0,0);let a=new Uint8Array([0,1,2,3]),h=r.createBuffer();this._register(Me(()=>r.deleteBuffer(h))),r.bindBuffer(r.ELEMENT_ARRAY_BUFFER,h),r.bufferData(r.ELEMENT_ARRAY_BUFFER,a,r.STATIC_DRAW),this._attributesBuffer=he(r.createBuffer()),this._register(Me(()=>r.deleteBuffer(this._attributesBuffer))),r.bindBuffer(r.ARRAY_BUFFER,this._attributesBuffer),r.enableVertexAttribArray(2),r.vertexAttribPointer(2,2,r.FLOAT,!1,Ht,0),r.vertexAttribDivisor(2,1),r.enableVertexAttribArray(3),r.vertexAttribPointer(3,2,r.FLOAT,!1,Ht,2*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(3,1),r.enableVertexAttribArray(4),r.vertexAttribPointer(4,1,r.FLOAT,!1,Ht,4*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(4,1),r.enableVertexAttribArray(5),r.vertexAttribPointer(5,2,r.FLOAT,!1,Ht,5*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(5,1),r.enableVertexAttribArray(6),r.vertexAttribPointer(6,2,r.FLOAT,!1,Ht,7*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(6,1),r.enableVertexAttribArray(1),r.vertexAttribPointer(1,2,r.FLOAT,!1,Ht,9*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(1,1),r.useProgram(this._program);let l=new Int32Array(Ct.maxAtlasPages);for(let c=0;c<Ct.maxAtlasPages;c++)l[c]=c;r.uniform1iv(this._textureLocation,l),r.uniformMatrix4fv(this._projectionLocation,!1,Ma),this._atlasTextures=[];for(let c=0;c<Ct.maxAtlasPages;c++){let d=new au(he(r.createTexture()));this._register(Me(()=>r.deleteTexture(d.texture))),r.activeTexture(r.TEXTURE0+c),r.bindTexture(r.TEXTURE_2D,d.texture),r.texParameteri(r.TEXTURE_2D,r.TEXTURE_WRAP_S,r.CLAMP_TO_EDGE),r.texParameteri(r.TEXTURE_2D,r.TEXTURE_WRAP_T,r.CLAMP_TO_EDGE),r.texImage2D(r.TEXTURE_2D,0,r.RGBA,1,1,0,r.RGBA,r.UNSIGNED_BYTE,new Uint8Array([255,0,0,255])),this._atlasTextures[c]=d}r.enable(r.BLEND),r.blendFunc(r.SRC_ALPHA,r.ONE_MINUS_SRC_ALPHA),this.handleResize()}beginFrame(){return this._atlas?this._atlas.beginFrame():!0}updateCell(t,e,i,s,r,n,o,a,h){this._updateCell(this._vertices.attributes,t,e,i,s,r,n,o,a,h)}_updateCell(t,e,i,s,r,n,o,a,h,l){if(se=(i*this._terminal.cols+e)*xt,s===0||s===void 0){t.fill(0,se,se+xt-1-cu);return}this._atlas&&(a&&a.length>1?J=this._atlas.getRasterizedGlyphCombinedChar(a,r,n,o,!1,this._terminal.element):J=this._atlas.getRasterizedGlyph(s,r,n,o,!1,this._terminal.element),Ls=Math.floor((this._dimensions.device.cell.width-this._dimensions.device.char.width)/2),r!==l&&J.offset.x>Ls?(hi=J.offset.x-Ls,t[se]=-(J.offset.x-hi)+this._dimensions.device.char.left,t[se+1]=-J.offset.y+this._dimensions.device.char.top,t[se+2]=(J.size.x-hi)/this._dimensions.device.canvas.width,t[se+3]=J.size.y/this._dimensions.device.canvas.height,t[se+4]=J.texturePage,t[se+5]=J.texturePositionClipSpace.x+hi/this._atlas.pages[J.texturePage].canvas.width,t[se+6]=J.texturePositionClipSpace.y,t[se+7]=J.sizeClipSpace.x-hi/this._atlas.pages[J.texturePage].canvas.width,t[se+8]=J.sizeClipSpace.y):(t[se]=-J.offset.x+this._dimensions.device.char.left,t[se+1]=-J.offset.y+this._dimensions.device.char.top,t[se+2]=J.size.x/this._dimensions.device.canvas.width,t[se+3]=J.size.y/this._dimensions.device.canvas.height,t[se+4]=J.texturePage,t[se+5]=J.texturePositionClipSpace.x,t[se+6]=J.texturePositionClipSpace.y,t[se+7]=J.sizeClipSpace.x,t[se+8]=J.sizeClipSpace.y),this._optionsService.rawOptions.rescaleOverlappingGlyphs&&Ld(s,h,J.size.x,this._dimensions.device.cell.width)&&(t[se+2]=(this._dimensions.device.cell.width-1)/this._dimensions.device.canvas.width))}clear(){let t=this._terminal,e=t.cols*t.rows*xt;this._vertices.count!==e?this._vertices.attributes=new Float32Array(e):this._vertices.attributes.fill(0);let i=0;for(;i<this._vertices.attributesBuffers.length;i++)this._vertices.count!==e?this._vertices.attributesBuffers[i]=new Float32Array(e):this._vertices.attributesBuffers[i].fill(0);this._vertices.count=e,i=0;for(let s=0;s<t.rows;s++)for(let r=0;r<t.cols;r++)this._vertices.attributes[i+9]=r/t.cols,this._vertices.attributes[i+10]=s/t.rows,i+=xt}handleResize(){let t=this._gl;t.useProgram(this._program),t.viewport(0,0,t.canvas.width,t.canvas.height),t.uniform2f(this._resolutionLocation,t.canvas.width,t.canvas.height),this.clear()}render(t){if(!this._atlas)return;let e=this._gl;e.useProgram(this._program),e.bindVertexArray(this._vertexArrayObject),this._activeBuffer=(this._activeBuffer+1)%2;let i=this._vertices.attributesBuffers[this._activeBuffer],s=0;for(let r=0;r<t.lineLengths.length;r++){let n=r*this._terminal.cols*xt,o=this._vertices.attributes.subarray(n,n+t.lineLengths[r]*xt);i.set(o,s),s+=o.length}e.bindBuffer(e.ARRAY_BUFFER,this._attributesBuffer),e.bufferData(e.ARRAY_BUFFER,i.subarray(0,s),e.STREAM_DRAW);for(let r=0;r<this._atlas.pages.length;r++)this._atlas.pages[r].version!==this._atlasTextures[r].version&&this._bindAtlasPageTexture(e,this._atlas,r);e.drawElementsInstanced(e.TRIANGLE_STRIP,4,e.UNSIGNED_BYTE,0,s/xt)}setAtlas(t){this._atlas=t;for(let e of this._atlasTextures)e.version=-1}_bindAtlasPageTexture(t,e,i){t.activeTexture(t.TEXTURE0+i),t.bindTexture(t.TEXTURE_2D,this._atlasTextures[i].texture),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE),t.texImage2D(t.TEXTURE_2D,0,t.RGBA,t.RGBA,t.UNSIGNED_BYTE,e.pages[i].canvas),t.generateMipmap(t.TEXTURE_2D),this._atlasTextures[i].version=e.pages[i].version}setDimensions(t){this._dimensions=t}},uu=class{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(t,e,i,s=!1){if(this.selectionStart=e,this.selectionEnd=i,!e||!i||e[0]===i[0]&&e[1]===i[1]){this.clear();return}let r=t.buffers.active.ydisp,n=e[1]-r,o=i[1]-r,a=Math.max(n,0),h=Math.min(o,t.rows-1);if(a>=t.rows||h<0){this.clear();return}this.hasSelection=!0,this.columnSelectMode=s,this.viewportStartRow=n,this.viewportEndRow=o,this.viewportCappedStartRow=a,this.viewportCappedEndRow=h,this.startCol=e[0],this.endCol=i[0]}isCellSelected(t,e,i){return this.hasSelection?(i-=t.buffer.active.viewportY,this.columnSelectMode?this.startCol<=this.endCol?e>=this.startCol&&i>=this.viewportCappedStartRow&&e<this.endCol&&i<=this.viewportCappedEndRow:e<this.startCol&&i>=this.viewportCappedStartRow&&e>=this.endCol&&i<=this.viewportCappedEndRow:i>this.viewportStartRow&&i<this.viewportEndRow||this.viewportStartRow===this.viewportEndRow&&i===this.viewportStartRow&&e>=this.startCol&&e<this.endCol||this.viewportStartRow<this.viewportEndRow&&i===this.viewportEndRow&&e<this.endCol||this.viewportStartRow<this.viewportEndRow&&i===this.viewportStartRow&&e>=this.startCol):!1}};function _u(){return new uu}var ts=4,Ki=1,Vi=2,Ms=3,fu=2147483648,gu=class{constructor(){this.cells=new Uint32Array(0),this.lineLengths=new Uint32Array(0),this.selection=_u()}resize(t,e){let i=t*e*ts;i!==this.cells.length&&(this.cells=new Uint32Array(i),this.lineLengths=new Uint32Array(e))}clear(){this.cells.fill(0,0),this.lineLengths.fill(0,0)}},pu=`#version 300 es
59
+ layout (location = 0) in vec2 a_position;
60
+ layout (location = 1) in vec2 a_size;
61
+ layout (location = 2) in vec4 a_color;
62
+ layout (location = 3) in vec2 a_unitquad;
63
+
64
+ uniform mat4 u_projection;
65
+
66
+ out vec4 v_color;
67
+
68
+ void main() {
69
+ vec2 zeroToOne = a_position + (a_unitquad * a_size);
70
+ gl_Position = u_projection * vec4(zeroToOne, 0.0, 1.0);
71
+ v_color = a_color;
72
+ }`,vu=`#version 300 es
73
+ precision lowp float;
74
+
75
+ in vec4 v_color;
76
+
77
+ out vec4 outColor;
78
+
79
+ void main() {
80
+ outColor = v_color;
81
+ }`,ft=8,Bs=ft*Float32Array.BYTES_PER_ELEMENT,mu=20*ft,Xn=class{constructor(){this.attributes=new Float32Array(mu),this.count=0}},dt=0,jn=0,Jn=0,Zn=0,Qn=0,eo=0,to=0,Su=class extends je{constructor(t,e,i,s){super(),this._terminal=t,this._gl=e,this._dimensions=i,this._themeService=s,this._vertices=new Xn,this._verticesCursor=new Xn;let r=this._gl;this._program=he(Ba(r,pu,vu)),this._register(Me(()=>r.deleteProgram(this._program))),this._projectionLocation=he(r.getUniformLocation(this._program,"u_projection")),this._vertexArrayObject=r.createVertexArray(),r.bindVertexArray(this._vertexArrayObject);let n=new Float32Array([0,0,1,0,0,1,1,1]),o=r.createBuffer();this._register(Me(()=>r.deleteBuffer(o))),r.bindBuffer(r.ARRAY_BUFFER,o),r.bufferData(r.ARRAY_BUFFER,n,r.STATIC_DRAW),r.enableVertexAttribArray(3),r.vertexAttribPointer(3,2,this._gl.FLOAT,!1,0,0);let a=new Uint8Array([0,1,2,3]),h=r.createBuffer();this._register(Me(()=>r.deleteBuffer(h))),r.bindBuffer(r.ELEMENT_ARRAY_BUFFER,h),r.bufferData(r.ELEMENT_ARRAY_BUFFER,a,r.STATIC_DRAW),this._attributesBuffer=he(r.createBuffer()),this._register(Me(()=>r.deleteBuffer(this._attributesBuffer))),r.bindBuffer(r.ARRAY_BUFFER,this._attributesBuffer),r.enableVertexAttribArray(0),r.vertexAttribPointer(0,2,r.FLOAT,!1,Bs,0),r.vertexAttribDivisor(0,1),r.enableVertexAttribArray(1),r.vertexAttribPointer(1,2,r.FLOAT,!1,Bs,2*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(1,1),r.enableVertexAttribArray(2),r.vertexAttribPointer(2,4,r.FLOAT,!1,Bs,4*Float32Array.BYTES_PER_ELEMENT),r.vertexAttribDivisor(2,1),this._updateCachedColors(s.colors),this._register(this._themeService.onChangeColors(l=>{this._updateCachedColors(l),this._updateViewportRectangle()}))}renderBackgrounds(){this._renderVertices(this._vertices)}renderCursor(){this._renderVertices(this._verticesCursor)}_renderVertices(t){let e=this._gl;e.useProgram(this._program),e.bindVertexArray(this._vertexArrayObject),e.uniformMatrix4fv(this._projectionLocation,!1,Ma),e.bindBuffer(e.ARRAY_BUFFER,this._attributesBuffer),e.bufferData(e.ARRAY_BUFFER,t.attributes,e.DYNAMIC_DRAW),e.drawElementsInstanced(this._gl.TRIANGLE_STRIP,4,e.UNSIGNED_BYTE,0,t.count)}handleResize(){this._updateViewportRectangle()}setDimensions(t){this._dimensions=t}_updateCachedColors(t){this._bgFloat=this._colorToFloat32Array(t.background),this._cursorFloat=this._colorToFloat32Array(t.cursor)}_updateViewportRectangle(){this._addRectangleFloat(this._vertices.attributes,0,0,0,this._terminal.cols*this._dimensions.device.cell.width,this._terminal.rows*this._dimensions.device.cell.height,this._bgFloat)}updateBackgrounds(t){let e=this._terminal,i=this._vertices,s=1,r,n,o,a,h,l,c,d,u,g,f;for(r=0;r<e.rows;r++){for(o=-1,a=0,h=0,l=!1,n=0;n<e.cols;n++)c=(r*e.cols+n)*ts,d=t.cells[c+Ki],u=t.cells[c+Vi],g=!!(u&67108864),(d!==a||u!==h&&(l||g))&&((a!==0||l&&h!==0)&&(f=s++*ft,this._updateRectangle(i,f,h,a,o,n,r)),o=n,a=d,h=u,l=g);(a!==0||l&&h!==0)&&(f=s++*ft,this._updateRectangle(i,f,h,a,o,e.cols,r))}i.count=s}updateCursor(t){let e=this._verticesCursor,i=t.cursor;if(!i||i.style==="block"){e.count=0;return}let s,r=0;(i.style==="bar"||i.style==="outline")&&(s=r++*ft,this._addRectangleFloat(e.attributes,s,i.x*this._dimensions.device.cell.width,i.y*this._dimensions.device.cell.height,i.style==="bar"?i.dpr*i.cursorWidth:i.dpr,this._dimensions.device.cell.height,this._cursorFloat)),(i.style==="underline"||i.style==="outline")&&(s=r++*ft,this._addRectangleFloat(e.attributes,s,i.x*this._dimensions.device.cell.width,(i.y+1)*this._dimensions.device.cell.height-i.dpr,i.width*this._dimensions.device.cell.width,i.dpr,this._cursorFloat)),i.style==="outline"&&(s=r++*ft,this._addRectangleFloat(e.attributes,s,i.x*this._dimensions.device.cell.width,i.y*this._dimensions.device.cell.height,i.width*this._dimensions.device.cell.width,i.dpr,this._cursorFloat),s=r++*ft,this._addRectangleFloat(e.attributes,s,(i.x+i.width)*this._dimensions.device.cell.width-i.dpr,i.y*this._dimensions.device.cell.height,i.dpr,this._dimensions.device.cell.height,this._cursorFloat)),e.count=r}_updateRectangle(t,e,i,s,r,n,o){if(i&67108864)switch(i&50331648){case 16777216:case 33554432:dt=this._themeService.colors.ansi[i&255].rgba;break;case 50331648:dt=(i&16777215)<<8;break;default:dt=this._themeService.colors.foreground.rgba}else switch(s&50331648){case 16777216:case 33554432:dt=this._themeService.colors.ansi[s&255].rgba;break;case 50331648:dt=(s&16777215)<<8;break;default:dt=this._themeService.colors.background.rgba}t.attributes.length<e+4&&(t.attributes=ou(t.attributes,this._terminal.rows*this._terminal.cols*ft)),jn=r*this._dimensions.device.cell.width,Jn=o*this._dimensions.device.cell.height,Zn=(dt>>24&255)/255,Qn=(dt>>16&255)/255,eo=(dt>>8&255)/255,to=1,this._addRectangle(t.attributes,e,jn,Jn,(n-r)*this._dimensions.device.cell.width,this._dimensions.device.cell.height,Zn,Qn,eo,to)}_addRectangle(t,e,i,s,r,n,o,a,h,l){t[e]=i/this._dimensions.device.canvas.width,t[e+1]=s/this._dimensions.device.canvas.height,t[e+2]=r/this._dimensions.device.canvas.width,t[e+3]=n/this._dimensions.device.canvas.height,t[e+4]=o,t[e+5]=a,t[e+6]=h,t[e+7]=l}_addRectangleFloat(t,e,i,s,r,n,o){t[e]=i/this._dimensions.device.canvas.width,t[e+1]=s/this._dimensions.device.canvas.height,t[e+2]=r/this._dimensions.device.canvas.width,t[e+3]=n/this._dimensions.device.canvas.height,t[e+4]=o[0],t[e+5]=o[1],t[e+6]=o[2],t[e+7]=o[3]}_colorToFloat32Array(t){return new Float32Array([(t.rgba>>24&255)/255,(t.rgba>>16&255)/255,(t.rgba>>8&255)/255,(t.rgba&255)/255])}},wu=class extends je{constructor(t,e,i,s,r,n,o,a){super(),this._container=e,this._alpha=r,this._coreBrowserService=n,this._optionsService=o,this._themeService=a,this._deviceCharWidth=0,this._deviceCharHeight=0,this._deviceCellWidth=0,this._deviceCellHeight=0,this._deviceCharLeft=0,this._deviceCharTop=0,this._canvas=this._coreBrowserService.mainDocument.createElement("canvas"),this._canvas.classList.add(`xterm-${i}-layer`),this._canvas.style.zIndex=s.toString(),this._initCanvas(),this._container.appendChild(this._canvas),this._register(this._themeService.onChangeColors(h=>{this._refreshCharAtlas(t,h),this.reset(t)})),this._register(Me(()=>{this._canvas.remove()}))}_initCanvas(){this._ctx=he(this._canvas.getContext("2d",{alpha:this._alpha})),this._alpha||this._clearAll()}handleBlur(t){}handleFocus(t){}handleCursorMove(t){}handleGridChanged(t,e,i){}handleSelectionChanged(t,e,i,s=!1){}_setTransparency(t,e){if(e===this._alpha)return;let i=this._canvas;this._alpha=e,this._canvas=this._canvas.cloneNode(),this._initCanvas(),this._container.replaceChild(this._canvas,i),this._refreshCharAtlas(t,this._themeService.colors),this.handleGridChanged(t,0,t.rows-1)}_refreshCharAtlas(t,e){this._deviceCharWidth<=0&&this._deviceCharHeight<=0||(this._charAtlas=Ea(t,this._optionsService.rawOptions,e,this._deviceCellWidth,this._deviceCellHeight,this._deviceCharWidth,this._deviceCharHeight,this._coreBrowserService.dpr,2048),this._charAtlas.warmUp())}resize(t,e){this._deviceCellWidth=e.device.cell.width,this._deviceCellHeight=e.device.cell.height,this._deviceCharWidth=e.device.char.width,this._deviceCharHeight=e.device.char.height,this._deviceCharLeft=e.device.char.left,this._deviceCharTop=e.device.char.top,this._canvas.width=e.device.canvas.width,this._canvas.height=e.device.canvas.height,this._canvas.style.width=`${e.css.canvas.width}px`,this._canvas.style.height=`${e.css.canvas.height}px`,this._alpha||this._clearAll(),this._refreshCharAtlas(t,this._themeService.colors)}_fillBottomLineAtCells(t,e,i=1){this._ctx.fillRect(t*this._deviceCellWidth,(e+1)*this._deviceCellHeight-this._coreBrowserService.dpr-1,i*this._deviceCellWidth,this._coreBrowserService.dpr)}_clearAll(){this._alpha?this._ctx.clearRect(0,0,this._canvas.width,this._canvas.height):(this._ctx.fillStyle=this._themeService.colors.background.css,this._ctx.fillRect(0,0,this._canvas.width,this._canvas.height))}_clearCells(t,e,i,s){this._alpha?this._ctx.clearRect(t*this._deviceCellWidth,e*this._deviceCellHeight,i*this._deviceCellWidth,s*this._deviceCellHeight):(this._ctx.fillStyle=this._themeService.colors.background.css,this._ctx.fillRect(t*this._deviceCellWidth,e*this._deviceCellHeight,i*this._deviceCellWidth,s*this._deviceCellHeight))}_fillCharTrueColor(t,e,i,s){this._ctx.font=this._getFont(t,!1,!1),this._ctx.textBaseline=fa,this._clipCell(i,s,e.getWidth()),this._ctx.fillText(e.getChars(),i*this._deviceCellWidth+this._deviceCharLeft,s*this._deviceCellHeight+this._deviceCharTop+this._deviceCharHeight)}_clipCell(t,e,i){this._ctx.beginPath(),this._ctx.rect(t*this._deviceCellWidth,e*this._deviceCellHeight,i*this._deviceCellWidth,this._deviceCellHeight),this._ctx.clip()}_getFont(t,e,i){let s=e?t.options.fontWeightBold:t.options.fontWeight;return`${i?"italic":""} ${s} ${t.options.fontSize*this._coreBrowserService.dpr}px ${t.options.fontFamily}`}},bu=class extends wu{constructor(t,e,i,s,r,n,o){super(i,t,"link",e,!0,r,n,o),this._register(s.onShowLinkUnderline(a=>this._handleShowLinkUnderline(a))),this._register(s.onHideLinkUnderline(a=>this._handleHideLinkUnderline(a)))}resize(t,e){super.resize(t,e),this._state=void 0}reset(t){this._clearCurrentLink()}_clearCurrentLink(){if(this._state){this._clearCells(this._state.x1,this._state.y1,this._state.cols-this._state.x1,1);let t=this._state.y2-this._state.y1-1;t>0&&this._clearCells(0,this._state.y1+1,this._state.cols,t),this._clearCells(0,this._state.y2,this._state.x2,1),this._state=void 0}}_handleShowLinkUnderline(t){if(t.fg===257?this._ctx.fillStyle=this._themeService.colors.background.css:t.fg!==void 0&&su(t.fg)?this._ctx.fillStyle=this._themeService.colors.ansi[t.fg].css:this._ctx.fillStyle=this._themeService.colors.foreground.css,t.y1===t.y2)this._fillBottomLineAtCells(t.x1,t.y1,t.x2-t.x1);else{this._fillBottomLineAtCells(t.x1,t.y1,t.cols-t.x1);for(let e=t.y1+1;e<t.y2;e++)this._fillBottomLineAtCells(0,e,t.cols);this._fillBottomLineAtCells(0,t.y2,t.x2)}this._state=t}_handleHideLinkUnderline(t){this._clearCurrentLink()}},Dt=typeof window=="object"?window:globalThis,Cr=class{constructor(){this.mapWindowIdToZoomLevel=new Map,this._onDidChangeZoomLevel=new Q,this.onDidChangeZoomLevel=this._onDidChangeZoomLevel.event,this.mapWindowIdToZoomFactor=new Map,this._onDidChangeFullscreen=new Q,this.onDidChangeFullscreen=this._onDidChangeFullscreen.event,this.mapWindowIdToFullScreen=new Map}getZoomLevel(e){return this.mapWindowIdToZoomLevel.get(this.getWindowId(e))??0}setZoomLevel(e,i){if(this.getZoomLevel(i)===e)return;let s=this.getWindowId(i);this.mapWindowIdToZoomLevel.set(s,e),this._onDidChangeZoomLevel.fire(s)}getZoomFactor(e){return this.mapWindowIdToZoomFactor.get(this.getWindowId(e))??1}setZoomFactor(e,i){this.mapWindowIdToZoomFactor.set(this.getWindowId(i),e)}setFullscreen(e,i){if(this.isFullscreen(i)===e)return;let s=this.getWindowId(i);this.mapWindowIdToFullScreen.set(s,e),this._onDidChangeFullscreen.fire(s)}isFullscreen(e){return!!this.mapWindowIdToFullScreen.get(this.getWindowId(e))}getWindowId(e){return e.vscodeWindowId}};Cr.INSTANCE=new Cr;var Ta=Cr;function yu(t,e,i){typeof e=="string"&&(e=t.matchMedia(e)),e.addEventListener("change",i)}Ta.INSTANCE.onDidChangeZoomLevel;Ta.INSTANCE.onDidChangeFullscreen;var Zt=typeof navigator=="object"?navigator.userAgent:"";Zt.indexOf("Firefox")>=0;Zt.indexOf("AppleWebKit")>=0;var Cu=Zt.indexOf("Chrome")>=0;!Cu&&Zt.indexOf("Safari")>=0;Zt.indexOf("Electron/")>=0;Zt.indexOf("Android")>=0;var Ts=!1;if(typeof Dt.matchMedia=="function"){let t=Dt.matchMedia("(display-mode: standalone) or (display-mode: window-controls-overlay)"),e=Dt.matchMedia("(display-mode: fullscreen)");Ts=t.matches,yu(Dt,t,({matches:i})=>{Ts&&e.matches||(Ts=i)})}var Yt="en",Rs=!1,Ra=!1,Ii,Yi=Yt,io=Yt,xu,_t,Ot=globalThis,We;typeof Ot.vscode<"u"&&typeof Ot.vscode.process<"u"?We=Ot.vscode.process:typeof process<"u"&&typeof process?.versions?.node=="string"&&(We=process);var ku=typeof We?.versions?.electron=="string",Eu=ku&&We?.type==="renderer";if(typeof We=="object"){We.platform,We.platform,Rs=We.platform==="linux",Rs&&We.env.SNAP&&We.env.SNAP_REVISION,We.env.CI||We.env.BUILD_ARTIFACTSTAGINGDIRECTORY,Ii=Yt,Yi=Yt;let t=We.env.VSCODE_NLS_CONFIG;if(t)try{let e=JSON.parse(t);Ii=e.userLocale,io=e.osLocale,Yi=e.resolvedLanguage||Yt,xu=e.languagePack?.translationsConfigFile}catch{}Ra=!0}else typeof navigator=="object"&&!Eu?(_t=navigator.userAgent,_t.indexOf("Windows")>=0,_t.indexOf("Macintosh")>=0,(_t.indexOf("Macintosh")>=0||_t.indexOf("iPad")>=0||_t.indexOf("iPhone")>=0)&&navigator.maxTouchPoints&&navigator.maxTouchPoints>0,Rs=_t.indexOf("Linux")>=0,_t?.indexOf("Mobi")>=0,Yi=globalThis._VSCODE_NLS_LANGUAGE||Yt,Ii=navigator.language.toLowerCase(),io=Ii):console.error("Unable to resolve platform.");var so=Ra,nt=_t,yt=Yi,Lu;(t=>{function e(){return yt}t.value=e;function i(){return yt.length===2?yt==="en":yt.length>=3?yt[0]==="e"&&yt[1]==="n"&&yt[2]==="-":!1}t.isDefaultVariant=i;function s(){return yt==="en"}t.isDefault=s})(Lu||={});var Mu=typeof Ot.postMessage=="function"&&!Ot.importScripts;(()=>{if(Mu){let t=[];Ot.addEventListener("message",i=>{if(i.data&&i.data.vscodeScheduleAsyncWork)for(let s=0,r=t.length;s<r;s++){let n=t[s];if(n.id===i.data.vscodeScheduleAsyncWork){t.splice(s,1),n.callback();return}}});let e=0;return i=>{let s=++e;t.push({id:s,callback:i}),Ot.postMessage({vscodeScheduleAsyncWork:s},"*")}}return t=>setTimeout(t)})();var Bu=!!(nt&&nt.indexOf("Chrome")>=0);nt&&nt.indexOf("Firefox")>=0;!Bu&&nt&&nt.indexOf("Safari")>=0;nt&&nt.indexOf("Edg/")>=0;nt&&nt.indexOf("Android")>=0;var Ut=typeof navigator=="object"?navigator:{};so||document.queryCommandSupported&&document.queryCommandSupported("copy")||Ut&&Ut.clipboard&&Ut.clipboard.writeText,so||Ut&&Ut.clipboard&&Ut.clipboard.readText;var $r=class{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(t,e){this._keyCodeToStr[t]=e,this._strToKeyCode[e.toLowerCase()]=t}keyCodeToStr(t){return this._keyCodeToStr[t]}strToKeyCode(t){return this._strToKeyCode[t.toLowerCase()]||0}},As=new $r,ro=new $r,no=new $r;new Array(230);var Tu;(t=>{function e(a){return As.keyCodeToStr(a)}t.toString=e;function i(a){return As.strToKeyCode(a)}t.fromString=i;function s(a){return ro.keyCodeToStr(a)}t.toUserSettingsUS=s;function r(a){return no.keyCodeToStr(a)}t.toUserSettingsGeneral=r;function n(a){return ro.strToKeyCode(a)||no.strToKeyCode(a)}t.fromUserSettings=n;function o(a){if(a>=98&&a<=113)return null;switch(a){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return As.keyCodeToStr(a)}t.toElectronAccelerator=o})(Tu||={});var Aa=Object.freeze(function(t,e){let i=setTimeout(t.bind(e),0);return{dispose(){clearTimeout(i)}}}),Ru;(t=>{function e(i){return i===t.None||i===t.Cancelled||i instanceof Au?!0:!i||typeof i!="object"?!1:typeof i.isCancellationRequested=="boolean"&&typeof i.onCancellationRequested=="function"}t.isCancellationToken=e,t.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:pt.None}),t.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:Aa})})(Ru||={});var Au=class{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?Aa:(this._emitter||(this._emitter=new Q),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}},Du;(t=>{async function e(s){let r,n=await Promise.all(s.map(o=>o.then(a=>a,a=>{r||(r=a)})));if(typeof r<"u")throw r;return n}t.settled=e;function i(s){return new Promise(async(r,n)=>{try{await s(r,n)}catch(o){n(o)}})}t.withAsyncBody=i})(Du||={});var oo=class Ke{static fromArray(e){return new Ke(i=>{i.emitMany(e)})}static fromPromise(e){return new Ke(async i=>{i.emitMany(await e)})}static fromPromises(e){return new Ke(async i=>{await Promise.all(e.map(async s=>i.emitOne(await s)))})}static merge(e){return new Ke(async i=>{await Promise.all(e.map(async s=>{for await(let r of s)i.emitOne(r)}))})}constructor(e,i){this._state=0,this._results=[],this._error=null,this._onReturn=i,this._onStateChanged=new Q,queueMicrotask(async()=>{let s={emitOne:r=>this.emitOne(r),emitMany:r=>this.emitMany(r),reject:r=>this.reject(r)};try{await Promise.resolve(e(s)),this.resolve()}catch(r){this.reject(r)}finally{s.emitOne=void 0,s.emitMany=void 0,s.reject=void 0}})}[Symbol.asyncIterator](){let e=0;return{next:async()=>{do{if(this._state===2)throw this._error;if(e<this._results.length)return{done:!1,value:this._results[e++]};if(this._state===1)return{done:!0,value:void 0};await pt.toPromise(this._onStateChanged.event)}while(!0)},return:async()=>(this._onReturn?.(),{done:!0,value:void 0})}}static map(e,i){return new Ke(async s=>{for await(let r of e)s.emitOne(i(r))})}map(e){return Ke.map(this,e)}static filter(e,i){return new Ke(async s=>{for await(let r of e)i(r)&&s.emitOne(r)})}filter(e){return Ke.filter(this,e)}static coalesce(e){return Ke.filter(e,i=>!!i)}coalesce(){return Ke.coalesce(this)}static async toPromise(e){let i=[];for await(let s of e)i.push(s);return i}toPromise(){return Ke.toPromise(this)}emitOne(e){this._state===0&&(this._results.push(e),this._onStateChanged.fire())}emitMany(e){this._state===0&&(this._results=this._results.concat(e),this._onStateChanged.fire())}resolve(){this._state===0&&(this._state=1,this._onStateChanged.fire())}reject(e){this._state===0&&(this._state=2,this._error=e,this._onStateChanged.fire())}};oo.EMPTY=oo.fromArray([]);var{getWindow:Pu}=(function(){let t=new Map,e={window:Dt,disposables:new Gt};t.set(Dt.vscodeWindowId,e);let i=new Q,s=new Q,r=new Q;function n(o,a){return(typeof o=="number"?t.get(o):void 0)??(a?e:void 0)}return{onDidRegisterWindow:i.event,onWillUnregisterWindow:r.event,onDidUnregisterWindow:s.event,registerWindow(o){if(t.has(o.vscodeWindowId))return je.None;let a=new Gt,h={window:o,disposables:a.add(new Gt)};return t.set(o.vscodeWindowId,h),a.add(Me(()=>{t.delete(o.vscodeWindowId),s.fire(o)})),a.add(xr(o,Ou.BEFORE_UNLOAD,()=>{r.fire(o)})),i.fire(h),a},getWindows(){return t.values()},getWindowsCount(){return t.size},getWindowId(o){return o.vscodeWindowId},hasWindow(o){return t.has(o)},getWindowById:n,getWindow(o){let a=o;if(a?.ownerDocument?.defaultView)return a.ownerDocument.defaultView.window;let h=o;return h?.view?h.view.window:Dt},getDocument(o){return Pu(o).document}}})(),Iu=class{constructor(t,e,i,s){this._node=t,this._type=e,this._handler=i,this._options=s||!1,this._node.addEventListener(this._type,this._handler,this._options)}dispose(){this._handler&&(this._node.removeEventListener(this._type,this._handler,this._options),this._node=null,this._handler=null)}};function xr(t,e,i,s){return new Iu(t,e,i,s)}var Ou={BEFORE_UNLOAD:"beforeunload"},$u=class extends je{constructor(t,e,i,s,r,n,o,a,h){super(),this._terminal=t,this._characterJoinerService=e,this._charSizeService=i,this._coreBrowserService=s,this._coreService=r,this._decorationService=n,this._optionsService=o,this._themeService=a,this._cursorBlinkStateManager=new oi,this._charAtlasDisposable=this._register(new oi),this._observerDisposable=this._register(new oi),this._model=new gu,this._workCell=new Yn,this._workCell2=new Yn,this._rectangleRenderer=this._register(new oi),this._glyphRenderer=this._register(new oi),this._onChangeTextureAtlas=this._register(new Q),this.onChangeTextureAtlas=this._onChangeTextureAtlas.event,this._onAddTextureAtlasCanvas=this._register(new Q),this.onAddTextureAtlasCanvas=this._onAddTextureAtlasCanvas.event,this._onRemoveTextureAtlasCanvas=this._register(new Q),this.onRemoveTextureAtlasCanvas=this._onRemoveTextureAtlasCanvas.event,this._onRequestRedraw=this._register(new Q),this.onRequestRedraw=this._onRequestRedraw.event,this._onContextLoss=this._register(new Q),this.onContextLoss=this._onContextLoss.event,this._canvas=this._coreBrowserService.mainDocument.createElement("canvas");let l={antialias:!1,depth:!1,preserveDrawingBuffer:h};if(this._gl=this._canvas.getContext("webgl2",l),!this._gl)throw new Error("WebGL2 not supported "+this._gl);this._register(this._themeService.onChangeColors(()=>this._handleColorChange())),this._cellColorResolver=new Td(this._terminal,this._optionsService,this._model.selection,this._decorationService,this._coreBrowserService,this._themeService),this._core=this._terminal._core,this._renderLayers=[new bu(this._core.screenElement,2,this._terminal,this._core.linkifier,this._coreBrowserService,o,this._themeService)],this.dimensions=Md(),this._devicePixelRatio=this._coreBrowserService.dpr,this._updateDimensions(),this._updateCursorBlink(),this._register(o.onOptionChange(()=>this._handleOptionsChanged())),this._deviceMaxTextureSize=this._gl.getParameter(this._gl.MAX_TEXTURE_SIZE),this._register(xr(this._canvas,"webglcontextlost",c=>{console.log("webglcontextlost event received"),c.preventDefault(),this._contextRestorationTimeout=setTimeout(()=>{this._contextRestorationTimeout=void 0,console.warn("webgl context not restored; firing onContextLoss"),this._onContextLoss.fire(c)},3e3)})),this._register(xr(this._canvas,"webglcontextrestored",c=>{console.warn("webglcontextrestored event received"),clearTimeout(this._contextRestorationTimeout),this._contextRestorationTimeout=void 0,Kn(this._terminal),this._initializeWebGLState(),this._requestRedrawViewport()})),this._observerDisposable.value=Vn(this._canvas,this._coreBrowserService.window,(c,d)=>this._setCanvasDevicePixelDimensions(c,d)),this._register(this._coreBrowserService.onWindowChange(c=>{this._observerDisposable.value=Vn(this._canvas,c,(d,u)=>this._setCanvasDevicePixelDimensions(d,u))})),this._core.screenElement.appendChild(this._canvas),[this._rectangleRenderer.value,this._glyphRenderer.value]=this._initializeWebGLState(),this._isAttached=this._core.screenElement.isConnected,this._register(Me(()=>{for(let c of this._renderLayers)c.dispose();this._canvas.parentElement?.removeChild(this._canvas),Kn(this._terminal)}))}get textureAtlas(){return this._charAtlas?.pages[0].canvas}_handleColorChange(){this._refreshCharAtlas(),this._clearModel(!0)}handleDevicePixelRatioChange(){this._devicePixelRatio!==this._coreBrowserService.dpr&&(this._devicePixelRatio=this._coreBrowserService.dpr,this.handleResize(this._terminal.cols,this._terminal.rows))}handleResize(t,e){this._updateDimensions(),this._model.resize(this._terminal.cols,this._terminal.rows);for(let i of this._renderLayers)i.resize(this._terminal,this.dimensions);this._canvas.width=this.dimensions.device.canvas.width,this._canvas.height=this.dimensions.device.canvas.height,this._canvas.style.width=`${this.dimensions.css.canvas.width}px`,this._canvas.style.height=`${this.dimensions.css.canvas.height}px`,this._core.screenElement.style.width=`${this.dimensions.css.canvas.width}px`,this._core.screenElement.style.height=`${this.dimensions.css.canvas.height}px`,this._rectangleRenderer.value?.setDimensions(this.dimensions),this._rectangleRenderer.value?.handleResize(),this._glyphRenderer.value?.setDimensions(this.dimensions),this._glyphRenderer.value?.handleResize(),this._refreshCharAtlas(),this._clearModel(!1)}handleCharSizeChanged(){this.handleResize(this._terminal.cols,this._terminal.rows)}handleBlur(){for(let t of this._renderLayers)t.handleBlur(this._terminal);this._cursorBlinkStateManager.value?.pause(),this._requestRedrawViewport()}handleFocus(){for(let t of this._renderLayers)t.handleFocus(this._terminal);this._cursorBlinkStateManager.value?.resume(),this._requestRedrawViewport()}handleSelectionChanged(t,e,i){for(let s of this._renderLayers)s.handleSelectionChanged(this._terminal,t,e,i);this._model.selection.update(this._core,t,e,i),this._requestRedrawViewport()}handleCursorMove(){for(let t of this._renderLayers)t.handleCursorMove(this._terminal);this._cursorBlinkStateManager.value?.restartBlinkAnimation()}_handleOptionsChanged(){this._updateDimensions(),this._refreshCharAtlas(),this._updateCursorBlink()}_initializeWebGLState(){return this._rectangleRenderer.value=new Su(this._terminal,this._gl,this.dimensions,this._themeService),this._glyphRenderer.value=new du(this._terminal,this._gl,this.dimensions,this._optionsService),this.handleCharSizeChanged(),[this._rectangleRenderer.value,this._glyphRenderer.value]}_refreshCharAtlas(){if(this.dimensions.device.char.width<=0&&this.dimensions.device.char.height<=0){this._isAttached=!1;return}let t=Ea(this._terminal,this._optionsService.rawOptions,this._themeService.colors,this.dimensions.device.cell.width,this.dimensions.device.cell.height,this.dimensions.device.char.width,this.dimensions.device.char.height,this._coreBrowserService.dpr,this._deviceMaxTextureSize);this._charAtlas!==t&&(this._onChangeTextureAtlas.fire(t.pages[0].canvas),this._charAtlasDisposable.value=ha(pt.forward(t.onAddTextureAtlasCanvas,this._onAddTextureAtlasCanvas),pt.forward(t.onRemoveTextureAtlasCanvas,this._onRemoveTextureAtlasCanvas))),this._charAtlas=t,this._charAtlas.warmUp(),this._glyphRenderer.value?.setAtlas(this._charAtlas)}_clearModel(t){this._model.clear(),t&&this._glyphRenderer.value?.clear()}clearTextureAtlas(){this._charAtlas?.clearTexture(),this._clearModel(!0),this._requestRedrawViewport()}clear(){this._clearModel(!0);for(let t of this._renderLayers)t.reset(this._terminal);this._cursorBlinkStateManager.value?.restartBlinkAnimation(),this._updateCursorBlink()}renderRows(t,e){if(!this._isAttached)if(this._core.screenElement?.isConnected&&this._charSizeService.width&&this._charSizeService.height)this._updateDimensions(),this._refreshCharAtlas(),this._isAttached=!0;else return;for(let i of this._renderLayers)i.handleGridChanged(this._terminal,t,e);!this._glyphRenderer.value||!this._rectangleRenderer.value||(this._glyphRenderer.value.beginFrame()?(this._clearModel(!0),this._updateModel(0,this._terminal.rows-1)):this._updateModel(t,e),this._rectangleRenderer.value.renderBackgrounds(),this._glyphRenderer.value.render(this._model),(!this._cursorBlinkStateManager.value||this._cursorBlinkStateManager.value.isCursorVisible)&&this._rectangleRenderer.value.renderCursor())}_updateCursorBlink(){this._coreService.decPrivateModes.cursorBlink??this._terminal.options.cursorBlink?this._cursorBlinkStateManager.value=new ru(()=>{this._requestRedrawCursor()},this._coreBrowserService):this._cursorBlinkStateManager.clear(),this._requestRedrawCursor()}_updateModel(t,e){let i=this._core,s=this._workCell,r,n,o,a,h,l,c=0,d=!0,u,g,f,v,y,E,_,b,m;t=ao(t,i.rows-1,0),e=ao(e,i.rows-1,0);let B=this._coreService.decPrivateModes.cursorStyle??i.options.cursorStyle??"block",R=this._terminal.buffer.active.baseY+this._terminal.buffer.active.cursorY,p=R-i.buffer.ydisp,A=Math.min(this._terminal.buffer.active.cursorX,i.cols-1),F=-1,q=this._coreService.isCursorInitialized&&!this._coreService.isCursorHidden&&(!this._cursorBlinkStateManager.value||this._cursorBlinkStateManager.value.isCursorVisible);this._model.cursor=void 0;let $=!1;for(n=t;n<=e;n++)for(o=n+i.buffer.ydisp,a=i.buffer.lines.get(o),this._model.lineLengths[n]=0,f=R===o,c=0,h=this._characterJoinerService.getJoinedCharacters(o),b=0;b<i.cols;b++){if(r=this._cellColorResolver.result.bg,a.loadCell(b,s),b===0&&(r=this._cellColorResolver.result.bg),l=!1,d=b>=c,u=b,h.length>0&&b===h[0][0]&&d){g=h.shift();let S=this._model.selection.isCellSelected(this._terminal,g[0],o);for(_=g[0]+1;_<g[1];_++)d&&=S===this._model.selection.isCellSelected(this._terminal,_,o);d&&=!f||A<g[0]||A>=g[1],d?(l=!0,s=new Fu(s,a.translateToString(!0,g[0],g[1]),g[1]-g[0]),u=g[1]-1):c=g[1]}if(v=s.getChars(),y=s.getCode(),_=(n*i.cols+b)*ts,this._cellColorResolver.resolve(s,b,o,this.dimensions.device.cell.width),q&&o===R&&(b===A&&(this._model.cursor={x:A,y:p,width:s.getWidth(),style:this._coreBrowserService.isFocused?B:i.options.cursorInactiveStyle,cursorWidth:i.options.cursorWidth,dpr:this._devicePixelRatio},F=A+s.getWidth()-1),b>=A&&b<=F&&(this._coreBrowserService.isFocused&&B==="block"||this._coreBrowserService.isFocused===!1&&i.options.cursorInactiveStyle==="block")&&(this._cellColorResolver.result.fg=50331648|this._themeService.colors.cursorAccent.rgba>>8&16777215,this._cellColorResolver.result.bg=50331648|this._themeService.colors.cursor.rgba>>8&16777215)),y!==0&&(this._model.lineLengths[n]=b+1),!(this._model.cells[_]===y&&this._model.cells[_+Ki]===this._cellColorResolver.result.bg&&this._model.cells[_+Vi]===this._cellColorResolver.result.fg&&this._model.cells[_+Ms]===this._cellColorResolver.result.ext)&&($=!0,v.length>1&&(y|=fu),this._model.cells[_]=y,this._model.cells[_+Ki]=this._cellColorResolver.result.bg,this._model.cells[_+Vi]=this._cellColorResolver.result.fg,this._model.cells[_+Ms]=this._cellColorResolver.result.ext,E=s.getWidth(),this._glyphRenderer.value.updateCell(b,n,y,this._cellColorResolver.result.bg,this._cellColorResolver.result.fg,this._cellColorResolver.result.ext,v,E,r),l)){for(s=this._workCell,b++;b<=u;b++)m=(n*i.cols+b)*ts,this._glyphRenderer.value.updateCell(b,n,0,0,0,0,bd,0,0),this._model.cells[m]=0,this._model.cells[m+Ki]=this._cellColorResolver.result.bg,this._model.cells[m+Vi]=this._cellColorResolver.result.fg,this._model.cells[m+Ms]=this._cellColorResolver.result.ext;b--}}$&&this._rectangleRenderer.value.updateBackgrounds(this._model),this._rectangleRenderer.value.updateCursor(this._model)}_updateDimensions(){!this._charSizeService.width||!this._charSizeService.height||(this.dimensions.device.char.width=Math.floor(this._charSizeService.width*this._devicePixelRatio),this.dimensions.device.char.height=Math.ceil(this._charSizeService.height*this._devicePixelRatio),this.dimensions.device.cell.height=Math.floor(this.dimensions.device.char.height*this._optionsService.rawOptions.lineHeight),this.dimensions.device.char.top=this._optionsService.rawOptions.lineHeight===1?0:Math.round((this.dimensions.device.cell.height-this.dimensions.device.char.height)/2),this.dimensions.device.cell.width=this.dimensions.device.char.width+Math.round(this._optionsService.rawOptions.letterSpacing),this.dimensions.device.char.left=Math.floor(this._optionsService.rawOptions.letterSpacing/2),this.dimensions.device.canvas.height=this._terminal.rows*this.dimensions.device.cell.height,this.dimensions.device.canvas.width=this._terminal.cols*this.dimensions.device.cell.width,this.dimensions.css.canvas.height=Math.round(this.dimensions.device.canvas.height/this._devicePixelRatio),this.dimensions.css.canvas.width=Math.round(this.dimensions.device.canvas.width/this._devicePixelRatio),this.dimensions.css.cell.height=this.dimensions.device.cell.height/this._devicePixelRatio,this.dimensions.css.cell.width=this.dimensions.device.cell.width/this._devicePixelRatio)}_setCanvasDevicePixelDimensions(t,e){this._canvas.width===t&&this._canvas.height===e||(this._canvas.width=t,this._canvas.height=e,this._requestRedrawViewport())}_requestRedrawViewport(){this._onRequestRedraw.fire({start:0,end:this._terminal.rows-1})}_requestRedrawCursor(){let t=this._terminal.buffer.active.cursorY;this._onRequestRedraw.fire({start:t,end:t})}},Fu=class extends Vt{constructor(t,e,i){super(),this.content=0,this.combinedData="",this.fg=t.fg,this.bg=t.bg,this.combinedData=e,this._width=i}isCombined(){return 2097152}getWidth(){return this._width}getChars(){return this.combinedData}getCode(){return 2097151}setFromCharData(t){throw new Error("not implemented")}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}};function ao(t,e,i=0){return Math.max(Math.min(t,e),i)}var lo="di$target",ho="di$dependencies",Ds=new Map;function ot(t){if(Ds.has(t))return Ds.get(t);let e=function(i,s,r){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");Nu(e,i,r)};return e._id=t,Ds.set(t,e),e}function Nu(t,e,i){e[lo]===e?e[ho].push({id:t,index:i}):(e[ho]=[{id:t,index:i}],e[lo]=e)}ot("BufferService");ot("CoreMouseService");ot("CoreService");ot("CharsetService");ot("InstantiationService");ot("LogService");var Wu=ot("OptionsService");ot("OscLinkService");ot("UnicodeService");ot("DecorationService");var zu={trace:0,debug:1,info:2,warn:3,error:4,off:5},Hu="xterm.js: ",co=class extends je{constructor(t){super(),this._optionsService=t,this._logLevel=5,this._updateLogLevel(),this._register(this._optionsService.onSpecificOptionChange("logLevel",()=>this._updateLogLevel()))}get logLevel(){return this._logLevel}_updateLogLevel(){this._logLevel=zu[this._optionsService.rawOptions.logLevel]}_evalLazyOptionalParams(t){for(let e=0;e<t.length;e++)typeof t[e]=="function"&&(t[e]=t[e]())}_log(t,e,i){this._evalLazyOptionalParams(i),t.call(console,(this._optionsService.options.logger?"":Hu)+e,...i)}trace(t,...e){this._logLevel<=0&&this._log(this._optionsService.options.logger?.trace.bind(this._optionsService.options.logger)??console.log,t,e)}debug(t,...e){this._logLevel<=1&&this._log(this._optionsService.options.logger?.debug.bind(this._optionsService.options.logger)??console.log,t,e)}info(t,...e){this._logLevel<=2&&this._log(this._optionsService.options.logger?.info.bind(this._optionsService.options.logger)??console.info,t,e)}warn(t,...e){this._logLevel<=3&&this._log(this._optionsService.options.logger?.warn.bind(this._optionsService.options.logger)??console.warn,t,e)}error(t,...e){this._logLevel<=4&&this._log(this._optionsService.options.logger?.error.bind(this._optionsService.options.logger)??console.error,t,e)}};co=hd([cd(0,Wu)],co);var Uu=class extends je{constructor(t){if(ua&&wd()<16){let e={antialias:!1,depth:!1,preserveDrawingBuffer:!0};if(!document.createElement("canvas").getContext("webgl2",e))throw new Error("Webgl2 is only supported on Safari 16 and above")}super(),this._preserveDrawingBuffer=t,this._onChangeTextureAtlas=this._register(new Q),this.onChangeTextureAtlas=this._onChangeTextureAtlas.event,this._onAddTextureAtlasCanvas=this._register(new Q),this.onAddTextureAtlasCanvas=this._onAddTextureAtlasCanvas.event,this._onRemoveTextureAtlasCanvas=this._register(new Q),this.onRemoveTextureAtlasCanvas=this._onRemoveTextureAtlasCanvas.event,this._onContextLoss=this._register(new Q),this.onContextLoss=this._onContextLoss.event}activate(t){let e=t._core;if(!t.element){this._register(e.onWillOpen(()=>this.activate(t)));return}this._terminal=t;let i=e.coreService,s=e.optionsService,r=e,n=r._renderService,o=r._characterJoinerService,a=r._charSizeService,h=r._coreBrowserService,l=r._decorationService;r._logService;let c=r._themeService;this._renderer=this._register(new $u(t,o,a,h,i,l,s,c,this._preserveDrawingBuffer)),this._register(pt.forward(this._renderer.onContextLoss,this._onContextLoss)),this._register(pt.forward(this._renderer.onChangeTextureAtlas,this._onChangeTextureAtlas)),this._register(pt.forward(this._renderer.onAddTextureAtlasCanvas,this._onAddTextureAtlasCanvas)),this._register(pt.forward(this._renderer.onRemoveTextureAtlasCanvas,this._onRemoveTextureAtlasCanvas)),n.setRenderer(this._renderer),this._register(Me(()=>{if(this._terminal._core._store._isDisposed)return;let d=this._terminal._core._renderService;d.setRenderer(this._terminal._core._createRenderer()),d.handleResize(t.cols,t.rows)}))}get textureAtlas(){return this._renderer?.textureAtlas}clearTextureAtlas(){this._renderer?.clearTextureAtlas()}};var qu=class{constructor(t,e,i,s={}){this._terminal=t,this._regex=e,this._handler=i,this._options=s}provideLinks(t,e){let i=Vu.computeLink(t,this._regex,this._terminal,this._handler);e(this._addCallbacks(i))}_addCallbacks(t){return t.map(e=>(e.leave=this._options.leave,e.hover=(i,s)=>{if(this._options.hover){let{range:r}=e;this._options.hover(i,s,r)}},e))}};function Ku(t){try{let e=new URL(t),i=e.password&&e.username?`${e.protocol}//${e.username}:${e.password}@${e.host}`:e.username?`${e.protocol}//${e.username}@${e.host}`:`${e.protocol}//${e.host}`;return t.toLocaleLowerCase().startsWith(i.toLocaleLowerCase())}catch{return!1}}var Vu=class Gi{static computeLink(e,i,s,r){let n=new RegExp(i.source,(i.flags||"")+"g"),[o,a]=Gi._getWindowedLineStrings(e-1,s),h=o.join(""),l,c=[];for(;l=n.exec(h);){let d=l[0];if(!Ku(d))continue;let[u,g]=Gi._mapStrIdx(s,a,0,l.index),[f,v]=Gi._mapStrIdx(s,u,g,d.length);if(u===-1||g===-1||f===-1||v===-1)continue;let y={start:{x:g+1,y:u+1},end:{x:v,y:f+1}};c.push({range:y,text:d,activate:r})}return c}static _getWindowedLineStrings(e,i){let s,r=e,n=e,o=0,a="",h=[];if(s=i.buffer.active.getLine(e)){let l=s.translateToString(!0);if(s.isWrapped&&l[0]!==" "){for(o=0;(s=i.buffer.active.getLine(--r))&&o<2048&&(a=s.translateToString(!0),o+=a.length,h.push(a),!(!s.isWrapped||a.indexOf(" ")!==-1)););h.reverse()}for(h.push(l),o=0;(s=i.buffer.active.getLine(++n))&&s.isWrapped&&o<2048&&(a=s.translateToString(!0),o+=a.length,h.push(a),a.indexOf(" ")===-1););}return[h,r]}static _mapStrIdx(e,i,s,r){let n=e.buffer.active,o=n.getNullCell(),a=s;for(;r;){let h=n.getLine(i);if(!h)return[-1,-1];for(let l=a;l<h.length;++l){h.getCell(l,o);let c=o.getChars();if(o.getWidth()&&(r-=c.length||1,l===h.length-1&&c==="")){let d=n.getLine(i+1);d&&d.isWrapped&&(d.getCell(0,o),o.getWidth()===2&&(r+=1))}if(r<0)return[i,l]}i++,a=0}return[i,a]}},Yu=/(https?|HTTPS?):[/]{2}[^\s"'!*(){}|\\\^<>`]*[^\s"':,.!?{}|\\\^~\[\]`()<>]/;function Gu(t,e){let i=window.open();if(i){try{i.opener=null}catch{}i.location.href=e}else console.warn("Opening link blocked as opener could not be cleared")}var Xu=class{constructor(t=Gu,e={}){this._handler=t,this._options=e}activate(t){this._terminal=t;let e=this._options,i=e.urlRegex||Yu;this._linkProvider=this._terminal.registerLinkProvider(new qu(this._terminal,i,this._handler,e))}dispose(){this._linkProvider?.dispose()}};const Da=[{key:"1",label:"1",sequence:"1"},{key:"2",label:"2",sequence:"2"},{key:"ArrowUp",label:"↑",sequence:"\x1B[A",className:"arrow"},{key:"3",label:"3",sequence:"3"},{key:"/",label:"/",sequence:"/"},{key:"Home",label:"Hm",sequence:"\x1B[H"},{key:"End",label:"Ed",sequence:"\x1B[F"},{key:"Delete",label:"Del",sequence:"\x1B[3~"},{key:"Enter",label:"↵",sequence:"\r",className:"icon enter"}],Fr=[{key:"ShiftTab",label:"Sft⇥",sequence:"\x1B[Z"},{key:"Ctrl+B",label:"^B",sequence:"",className:"tmux"},{key:"Ctrl+C",label:"^C",sequence:"",className:"danger"},{key:"Tab",label:"⇥",sequence:" ",className:"icon"},{key:"ArrowLeft",label:"←",sequence:"\x1B[D",className:"arrow"},{key:"ArrowDown",label:"↓",sequence:"\x1B[B",className:"arrow"},{key:"ArrowRight",label:"→",sequence:"\x1B[C",className:"arrow"},{key:"\\Enter",label:"\\↵",sequence:"\\\r"}],ju=[{key:"Ctrl+A",label:"^A",sequence:""},{key:"Ctrl+D",label:"^D",sequence:""},{key:"Ctrl+E",label:"^E",sequence:""},{key:"Ctrl+L",label:"^L",sequence:"\f"},{key:"Ctrl+R",label:"^R",sequence:""},{key:"Ctrl+U",label:"^U",sequence:""},{key:"Ctrl+W",label:"^W",sequence:""},{key:"Ctrl+Z",label:"^Z",sequence:""}],Ju=[{key:"Escape",label:"Esc",sequence:"\x1B"},{key:"Backspace",label:"⌫",sequence:""},{key:"Space",label:" ",sequence:" "}];function Zu(){const t={};for(const e of[...Da,...Fr,...ju,...Ju])t[e.key]=e.sequence;return t}function Pa(t,e){const i=e.ctrl==="sticky"||e.ctrl==="locked",s=e.alt==="sticky"||e.alt==="locked";if(i){const r=t.toUpperCase().charCodeAt(0);r>=65&&r<=90&&(t=String.fromCharCode(r-64))}return s&&(t="\x1B"+t),t}function Qu(t){const e={...Zu(),...t};return{getSequence(i,s){if(e[i])return e[i];if(i.length===1){let r=i;return(s.shift==="sticky"||s.shift==="locked")&&(r=r.toUpperCase()),r=Pa(r,s),r}return null}}}function e_(t){t.setAttribute("inputmode","text"),t.setAttribute("enterkeyhint","send"),t.setAttribute("role","textbox"),t.setAttribute("aria-label","Terminal input"),t.setAttribute("aria-multiline","false"),t.removeAttribute("aria-hidden"),t.setAttribute("autocomplete","off"),t.setAttribute("autocorrect","off"),t.setAttribute("autocapitalize","none"),t.setAttribute("spellcheck","false"),t.setAttribute("writingsuggestions","false"),t.setAttribute("data-form-type","other"),t.setAttribute("data-lpignore","true"),t.setAttribute("data-1p-ignore","true"),t.setAttribute("data-bwignore","true"),t.setAttribute("data-protonpass-ignore","true"),t.setAttribute("data-dashlane-ignore","true")}function ci(t,e){return getComputedStyle(document.documentElement).getPropertyValue(t).trim()||e}function t_(t,e,i,s,r){const n=[],o=new Map,a=new Map;let h=null;function l(){return n.find(v=>v.id===h)??null}function c(){const v=new Set(n.map(E=>E.id));let y=1;for(;v.has(y);)y++;return y}function d(){const v=document.getElementById("tab-bar"),y=document.getElementById("shell-selector");if(!v||!y)return;v.querySelectorAll(".tab-btn").forEach(_=>_.remove()),n.forEach((_,b)=>{const m=document.createElement("button");m.className="tab-btn"+(_.id===h?" active":"");const B=document.createElement("span");if(B.className="tab-label",B.textContent=`${b+1}`,m.appendChild(B),n.length>1){const R=document.createElement("span");R.className="tab-close",R.textContent="×";const p=400;let A=null,F=!1;const q=S=>{S.preventDefault(),S.stopPropagation(),!F&&(R.classList.add("holding"),A=setTimeout(()=>{F=!0,R.classList.remove("holding"),R.classList.add("ready"),f.requestCloseTab(_.id).catch(console.error)},p))},$=()=>{A&&(clearTimeout(A),A=null),R.classList.remove("holding")};R.addEventListener("pointerdown",q),R.addEventListener("pointerup",$),R.addEventListener("pointercancel",$),R.addEventListener("pointerleave",$),R.addEventListener("click",S=>{S.stopPropagation()}),m.appendChild(R)}m.addEventListener("click",()=>f.switchToTab(_.id)),v.insertBefore(m,y)});const E=document.createElement("button");E.className="tab-btn tab-add",E.textContent="+",E.addEventListener("click",()=>{f.requestCreateTab().catch(console.error)}),v.insertBefore(E,y)}function u(v){const y=c(),E=v.shell_id,_=document.createElement("div");_.id=`terminal-${y}`,_.className="terminal-instance",_.style.display="none",_.style.opacity="0",document.getElementById("terminal")?.appendChild(_);const b=new nd({cursorBlink:!0,fontSize:10,fontFamily:"Menlo, Monaco, Consolas, monospace",theme:{background:ci("--bg-primary","#1e1e1e"),foreground:ci("--text-primary","#cccccc"),cursor:ci("--cursor-color","#aeafad"),cursorAccent:ci("--bg-primary","#1e1e1e"),selectionBackground:ci("--selection-bg","rgba(38, 79, 120, 0.5)"),black:"#000000",red:"#cd3131",green:"#0dbc79",yellow:"#e5e510",blue:"#2472c8",magenta:"#bc3fbc",cyan:"#11a8cd",white:"#e5e5e5",brightBlack:"#666666",brightRed:"#f14c4c",brightGreen:"#23d18b",brightYellow:"#f5f543",brightBlue:"#3b8eea",brightMagenta:"#d670d6",brightCyan:"#29b8db",brightWhite:"#e5e5e5"},scrollback:1500,convertEol:!0,allowProposedApi:!0,rightClickSelectsWord:!0,altClickMovesCursor:!1,smoothScrollDuration:0,scrollSensitivity:1,fastScrollSensitivity:5,allowTransparency:!1}),m=new ld;b.loadAddon(m);const B=new Xu;b.loadAddon(B),b.open(_);const R=_.querySelector(".xterm-helper-textarea");R&&e_(R);try{const S=new Uu;S.onContextLoss(()=>S.dispose()),b.loadAddon(S)}catch{}const p={id:y,tabId:v.id,shellId:E,term:b,fitAddon:m,container:_,ws:null,sessionId:v.session_id,heartbeatInterval:null,reconnectAttempts:0},A=/iPad|iPhone|iPod/.test(navigator.userAgent);A&&R&&(R.addEventListener("beforeinput",S=>{S.inputType==="deleteContentBackward"&&(S.preventDefault(),i.sendInput(p,""))},{capture:!0}),R.addEventListener("input",()=>{setTimeout(()=>{R.value=""},0)}));let F="";const q=150,$=S=>{let w=S;S.length===1&&S.charCodeAt(0)>=32&&S.charCodeAt(0)<127&&(w=Pa(S,s)),i.sendInput(p,w),r.onInputSend(w)};return b.onData(S=>{if(b.hasSelection()&&b.clearSelection(),A&&S.length>1){F=S;const x=a.get(p.id);x&&clearTimeout(x);const C=setTimeout(()=>{F&&($(F),F=""),a.delete(p.id)},q);a.set(p.id,C);return}const w=a.get(p.id);A&&w&&(clearTimeout(w),a.delete(p.id),F&&($(F),F="")),$(S)}),b.onSelectionChange(()=>{const S=b.getSelection();S&&S.length>0&&r.onSelectionCopy(S)}),b.onResize(()=>{r.scheduleResize(p)}),n.push(p),o.set(v.id,p),i.connect(p),t.emit("tab:created",{tab:p}),p}function g(v){const y=o.get(v);if(!y)return;const E=n.indexOf(y);if(E===-1)return;i.disconnect(y),i.cleanupTabState(y.id);const _=a.get(y.id);if(_&&(clearTimeout(_),a.delete(y.id)),y.term.dispose(),y.container.remove(),n.splice(E,1),o.delete(v),t.emit("tab:closed",{tabId:y.id}),h===y.id&&n.length>0){const b=n[Math.max(0,E-1)];b&&f.switchToTab(b.id)}}const f={get tabs(){return n},get activeTab(){return l()},get activeTabId(){return h},async requestCreateTab(v){const y=v??this.getDefaultShellId(),E=await e.createTab(y),_=u(E);return this.switchToTab(_.id),d(),_},async requestCloseTab(v){const y=n.find(E=>E.id===v);if(!y||!y.tabId)throw new Error("Tab not found or has no server ID");n.length===1&&await this.requestCreateTab(),i.disconnect(y),await e.closeTab(y.tabId),g(y.tabId),d()},switchToTab(v){const y=n.find(_=>_.id===v);if(!y)return;n.forEach(_=>{_.container.style.display="none"}),y.container.style.display="block",h=v;const E=document.getElementById("shell-select");E&&(E.value=y.shellId),y.term.focus(),requestAnimationFrame(()=>{if(y.fitAddon.fit(),y.container.style.opacity!=="0"){y.term.scrollToBottom();let _=0;const b=y.term.onRender(()=>{y.term.scrollToBottom(),++_>=10&&b.dispose()});setTimeout(()=>{b.dispose(),y.term.scrollToBottom()},500)}}),d(),t.emit("tab:switched",{tabId:v,tab:y})},applyStateSync(v){const y=new Set(v.map(E=>E.id));for(const[E]of o)y.has(E)||g(E);for(const E of v)o.has(E.id)||u(E);if(n.length>0&&(h===null||!n.find(E=>E.id===h))){const E=n[0];E&&this.switchToTab(E.id)}d()},applyStateUpdate(v){for(const y of v)switch(y.action){case"add":y.tab&&!o.has(y.tab_id)&&u(y.tab);break;case"remove":o.has(y.tab_id)&&g(y.tab_id);break}n.length===0&&this.requestCreateTab().catch(console.error),d()},focusTerminal(){const v=l();v&&v.term.focus()},getDefaultShellId(){return document.getElementById("shell-select")?.value??"default"},setKeyboardEnabled(v){const y=l();if(!y)return;const E=y.term.textarea;E&&(v?E.removeAttribute("readonly"):(E.setAttribute("readonly","true"),y.term.blur()))}};return f}const uo=["ctrl","alt","shift"],i_=300;function s_(t,e){const i={ctrl:"off",alt:"off",shift:"off"},s={ctrl:0,alt:0,shift:0};function r(n){t.emit("modifier:changed",{modifier:n,state:i[n]}),e?.(n)}return{get state(){return i},handleTap(n){const o=Date.now(),a=s[n];s[n]=o,o-a<i_?i[n]=i[n]==="locked"?"off":"locked":i[n]==="off"?i[n]="sticky":i[n]="off",r(n)},consumeSticky(){for(const n of uo)i[n]==="sticky"&&(i[n]="off",r(n))},reset(){for(const n of uo)i[n]!=="off"&&(i[n]="off",r(n))},getState(n){return i[n]}}}function r_(t,e,i,s){return{handleKeyButton(r){const n=e.getSequence(r,i.state);n&&(s.sendInput(n),s.focusTerminal()),i.consumeSticky()},sendInput(r){s.sendInput(r),t.emit("input:send",{data:r})}}}const n_={minDistance:25,maxTime:300,directionRatio:1.2};function o_(t={}){const{minDistance:e,maxTime:i,directionRatio:s}={...n_,...t};return{detect(r,n,o,a,h){if(h>i)return null;const l=o-r,c=a-n,d=Math.abs(l),u=Math.abs(c);return Math.hypot(l,c)<e?null:d>u*s?{direction:l>0?"down":"up"}:null}}}function a_(){return{touchToPosition(t,e,i){const s=t.element?.getBoundingClientRect();if(!s)return{col:0,row:0};const r=e-s.left,n=i-s.top,o=s.width/t.cols,a=s.height/t.rows,h=Math.floor(r/o),l=Math.floor(n/a);return{col:Math.max(0,Math.min(h,t.cols-1)),row:Math.max(0,Math.min(l,t.rows-1))}},startSelection(t,e,i){const s=i+Math.floor(t.buffer.active.viewportY);t.select(e,s,1)},extendSelection(t,e,i,s,r){const n=Math.floor(t.buffer.active.viewportY);let o,a,h;r===i?(o=Math.min(e,s),a=i,h=Math.abs(s-e)+1):r>i?(o=e,a=i,h=t.cols-e+(r-i-1)*t.cols+s+1):(o=s,a=r,h=t.cols-s+(i-r-1)*t.cols+e+1),t.select(o,a+n,h)},selectWordAt(t,e,i){const s=t.buffer.active.getLine(i);if(!s)return;let r=e,n=e;for(;r>0;){const a=s.getCell(r-1);if(!a||/\s/.test(a.getChars()))break;r--}for(;n<t.cols-1;){const a=s.getCell(n+1);if(!a||/\s/.test(a.getChars()))break;n++}const o=n-r+1;o>0&&t.select(r,i,o)},getSelection(t){return t.getSelection()},clearSelection(t){t.clearSelection()},hasSelection(t){return t.hasSelection()}}}const l_=250,h_=300,c_=30,Oi=20,d_=10,u_=24,_o=.15,__=.95,fo=.5;function f_(t,e,i,s){const r={initialDistance:0,initialFontSize:14,isSelecting:!1,longPressTimer:null,startX:0,startY:0,startTime:0,fontSizeChanged:!1,lastTapTime:0,lastTapX:0,lastTapY:0,selectAnchorCol:0,selectAnchorRow:0,pointerId:null};let n=!1,o=!1,a=0,h=0,l=0,c=0,d=null,u=null,g=14,f=null;function v(){f&&(f.style.transform="",f.style.transformOrigin=""),f=null,g=14,r.initialDistance=0,r.fontSizeChanged=!1}function y(){d!==null&&(cancelAnimationFrame(d),d=null),c=0}function E(){if(!s.getActiveTerminal()||Math.abs(c)<fo){c=0;return}function R(){const p=s.getActiveTerminal();if(!p||Math.abs(c)<fo){c=0,d=null;return}l+=c*_o;const A=Math.trunc(l);A!==0&&(p.scrollLines(A),l-=A),c*=__,d=requestAnimationFrame(R)}d=requestAnimationFrame(R)}const _={};function b(){r.longPressTimer&&(clearTimeout(r.longPressTimer),r.longPressTimer=null)}function m(B){if(r.pointerId){try{B.releasePointerCapture(r.pointerId)}catch{}r.pointerId=null}}return{attach(B){u=B,_.pointerdown=p=>{if(p.pointerType==="mouse")return;p.preventDefault(),p.stopPropagation(),y(),n=!0,o=!1,a=p.clientY,h=performance.now(),l=0,c=0,r.startX=p.clientX,r.startY=p.clientY,r.startTime=Date.now(),r.isSelecting=!1,r.pointerId=p.pointerId,b();const A=p.clientX,F=p.clientY,q=p.pointerId;r.longPressTimer=setTimeout(()=>{const $=s.getActiveTerminal();if($&&n&&!o){r.isSelecting=!0;try{B.setPointerCapture(q)}catch{}const S=i.touchToPosition($,A,F);r.selectAnchorCol=S.col,r.selectAnchorRow=S.row,i.startSelection($,S.col,S.row)}},l_)},_.pointermove=p=>{if(p.pointerType==="mouse"||!n)return;p.preventDefault(),p.stopPropagation();const A=Math.abs(p.clientX-r.startX),F=Math.abs(p.clientY-r.startY);if(!r.isSelecting&&!o&&(A>Oi||F>Oi)&&(b(),F>A&&(o=!0)),o&&!r.isSelecting){const q=s.getActiveTerminal();if(q){const $=performance.now(),S=a-p.clientY,w=$-h;if(w>0){const C=S/w*16;c=c*.3+C*.7}a=p.clientY,h=$,l+=S*_o;const x=Math.trunc(l);x!==0&&(q.scrollLines(x),l-=x)}return}if(r.isSelecting){const q=s.getActiveTerminal();if(q){const $=i.touchToPosition(q,p.clientX,p.clientY);i.extendSelection(q,r.selectAnchorCol,r.selectAnchorRow,$.col,$.row)}}},_.pointerup=p=>{if(p.pointerType==="mouse")return;m(B),p.stopPropagation(),b();const A=Math.abs(p.clientX-r.startX),F=Math.abs(p.clientY-r.startY),q=A<Oi&&F<Oi,$=Date.now(),S=$-r.startTime,w=o,x=r.isSelecting;r.isSelecting=!1,o=!1,l=0;const C=s.getActiveTerminal();if(w){E(),setTimeout(()=>{n=!1},350);return}if(x&&C){const k=i.getSelection(C);k&&s.showCopyButton(k,p.clientX,p.clientY),setTimeout(()=>{n=!1},350);return}const L=e.detect(r.startX,r.startY,p.clientX,p.clientY,S);if(L){s.sendArrowKey(L.direction),t.emit("gesture:swipe",{direction:L.direction}),setTimeout(()=>{n=!1},350);return}if(q&&C){const k=Math.hypot(p.clientX-r.lastTapX,p.clientY-r.lastTapY);if($-r.lastTapTime<h_&&k<c_){const D=i.touchToPosition(C,p.clientX,p.clientY),M=D.row+Math.floor(C.buffer.active.viewportY);i.selectWordAt(C,D.col,M),r.lastTapTime=0;const P=i.getSelection(C);P&&s.showCopyButton(P,p.clientX,p.clientY)}else i.hasSelection(C)&&i.clearSelection(C),r.lastTapTime=$,r.lastTapX=p.clientX,r.lastTapY=p.clientY,s.focusTerminal()}setTimeout(()=>{n=!1},350)},_.pointercancel=p=>{p.pointerType!=="mouse"&&(m(B),b(),y(),r.isSelecting=!1,o=!1,l=0,n=!1,v())},_.touchstart=p=>{if(p.touches.length===2){p.preventDefault(),p.stopPropagation(),b(),r.isSelecting=!1;const A=p.touches[0],F=p.touches[1],q=A.clientX-F.clientX,$=A.clientY-F.clientY;r.initialDistance=Math.hypot(q,$);const S=s.getActiveTerminal();r.initialFontSize=S?.options.fontSize??14,g=r.initialFontSize,S?.element&&(f=S.element)}},_.touchmove=p=>{if(p.touches.length===2&&r.initialDistance>0){p.preventDefault();const A=p.touches[0],F=p.touches[1],$=Math.hypot(A.clientX-F.clientX,A.clientY-F.clientY)/r.initialDistance;let S=Math.round(r.initialFontSize*$);S=Math.max(d_,Math.min(u_,S));const w=S/r.initialFontSize;f&&(f.style.transformOrigin="center center",f.style.transform=`scale(${w})`),S!==g&&(g=S,r.fontSizeChanged=!0,t.emit("gesture:pinch",{scale:w}))}},_.touchend=()=>{if(r.fontSizeChanged){const p=s.getActiveTerminal();p&&(p.options.fontSize=g,s.scheduleFitAfterFontChange())}v()},_.touchcancel=()=>{v()};const R=p=>{n&&(p.preventDefault(),p.stopPropagation())};_.mousedown=R,_.mousemove=R,_.mouseup=R,_.click=R,B.addEventListener("pointerdown",_.pointerdown,{passive:!1,capture:!0}),B.addEventListener("pointermove",_.pointermove,{passive:!1,capture:!0}),B.addEventListener("pointerup",_.pointerup,{passive:!1,capture:!0}),B.addEventListener("pointercancel",_.pointercancel,{passive:!1,capture:!0}),B.addEventListener("touchstart",_.touchstart,{passive:!1,capture:!0}),B.addEventListener("touchmove",_.touchmove,{passive:!1,capture:!0}),B.addEventListener("touchend",_.touchend,{passive:!1,capture:!0}),B.addEventListener("touchcancel",_.touchcancel,{passive:!1,capture:!0}),B.addEventListener("mousedown",_.mousedown,{passive:!1,capture:!0}),B.addEventListener("mousemove",_.mousemove,{passive:!1,capture:!0}),B.addEventListener("mouseup",_.mouseup,{passive:!1,capture:!0}),B.addEventListener("click",_.click,{passive:!1,capture:!0})},detach(){if(!u)return;const B=["pointerdown","pointermove","pointerup","pointercancel","touchstart","touchmove","touchend","touchcancel","mousedown","mousemove","mouseup","click"];for(const R of B){const p=_[R];p&&u.removeEventListener(R,p,{capture:!0})}u=null},isGestureActive(){return n}}}const g_=300;function go(t){const e=document.createElement("textarea");if(e.value=t,e.style.position="fixed",e.style.top="50%",e.style.left="50%",e.style.width="1px",e.style.height="1px",e.style.padding="0",e.style.border="none",e.style.outline="none",e.style.boxShadow="none",e.style.background="transparent",e.style.color="transparent",e.style.fontSize="1px",e.style.zIndex="99999",e.contentEditable="true",document.body.appendChild(e),e.focus(),e.select(),navigator.userAgent.match(/ipad|iphone/i)){const s=document.createRange();s.selectNodeContents(e);const r=window.getSelection();r?.removeAllRanges(),r?.addRange(s)}e.setSelectionRange(0,t.length);let i=!1;try{i=document.execCommand("copy")}catch(s){console.error("execCommand copy failed:",s)}return e.blur(),document.body.removeChild(e),i}function p_(){let t="",e=0;const i="ontouchstart"in window||navigator.maxTouchPoints>0;return{copy(s,r){if(!s||!s.trim())return!1;const n=Date.now();if(s===t&&n-e<g_)return!1;let o=!1;return i&&(o=go(s)),!o&&navigator.clipboard?.writeText&&(navigator.clipboard.writeText(s).then(()=>{}).catch(a=>{console.warn(`Clipboard API failed (${r}):`,a)}),o||(o=!0)),o||(o=go(s)),o?(t=s,e=n,!0):(console.error(`Copy failed completely (${r})`),!1)},async paste(){try{return navigator.clipboard?.readText?await navigator.clipboard.readText():(console.warn("Clipboard API not available"),"")}catch(s){return console.error("Paste failed:",s),""}},reset(){t="",e=0}}}function v_(t){const e=new Map,i=new Map;return{scheduleResize(s,r=50){const n=e.get(s.id);n&&clearTimeout(n);const o=setTimeout(()=>{e.delete(s.id);const a=s.term.cols,h=s.term.rows,l=i.get(s.id);l&&l.cols===a&&l.rows===h||(t(s,a,h),i.set(s.id,{cols:a,rows:h,time:Date.now()}))},r);e.set(s.id,o)},cancelResize(s){const r=e.get(s);r&&(clearTimeout(r),e.delete(s))}}}function m_(t,e){const i=document.getElementById("copy-button");let s="";function r(o){i&&(i.textContent=o?"Copied!":"Failed",i.classList.add(o?"success":"error"),setTimeout(()=>{i.classList.remove("visible","success","error"),i.textContent="Copy",e.clearSelection()},400))}let n=null;return{isVisible(){return i?.classList.contains("visible")??!1},setOnHide(o){n=o},show(o,a,h){if(!(!i||!o)){if(s=o,a!==void 0&&h!==void 0){let c=a,d=h-40;const u=80,g=36,f=8;c=Math.max(f+u/2,Math.min(window.innerWidth-f-u/2,c)),d=Math.max(f+g/2,Math.min(window.innerHeight-f-g/2,d)),i.style.left=`${c}px`,i.style.top=`${d}px`}i.classList.add("visible")}},hide(){if(!i)return;const o=i.classList.contains("visible");s="",i.classList.remove("visible"),o&&n&&n()},setup(){i&&(i.addEventListener("click",o=>{if(o.preventDefault(),o.stopPropagation(),!s){this.hide();return}const a=s;s="",navigator.clipboard?.writeText?navigator.clipboard.writeText(a).then(()=>{r(!0)}).catch(()=>{r(t.copy(a,"copyButton-fallback"))}):r(t.copy(a,"copyButton"))}),document.addEventListener("pointerdown",o=>{o.target!==i&&i.classList.contains("visible")&&(this.hide(),e.clearSelection())}))}}}function S_(){const t=document.getElementById("disconnect-overlay"),e=document.getElementById("disconnect-text"),i=document.getElementById("disconnect-retry");return{show(){t?.classList.remove("hidden")},hide(){t?.classList.add("hidden")},setText(s){e&&(e.textContent=s)},setup(s){i?.addEventListener("click",()=>{this.hide(),s()})}}}function w_(){const t=document.getElementById("auth-overlay"),e=document.getElementById("auth-error"),i=document.getElementById("auth-password"),s=document.getElementById("auth-submit");return{show(){t?.classList.remove("hidden"),this.focus()},hide(){t?.classList.add("hidden"),this.clearError(),this.clearInput()},showError(r){e&&(e.textContent=r,e.classList.remove("hidden"))},clearError(){e&&(e.textContent="",e.classList.add("hidden"))},clearInput(){i&&(i.value="")},focus(){requestAnimationFrame(()=>{i?.focus()})},setup(r){const n=()=>{const o=i?.value??"";o.trim()&&r(o)};s?.addEventListener("click",n),i?.addEventListener("keydown",o=>{o.key==="Enter"&&(o.preventDefault(),n())})}}}function b_(){const t=document.getElementById("connection-dot");return{set(e){t&&(t.className=e==="connected"?"connected":"")}}}const y_=6,C_=32,po=1;function Ia(t){if(t.length<100)return t;const e=t.length;for(let s=Math.floor(e/2);s>e/4;s--){const r=t.slice(0,s),n=t.slice(s,s*2);if(r===n){const o=t.slice(s*2);return Ia(r+o)}}const i=t.split(`
82
+ `);if(i.length<6)return t;for(let s=Math.floor(i.length/2);s>i.length/4;s--){let r=!0;const n=Math.min(s,i.length-s);for(let o=0;o<n;o++)if(i[o]!==i[s+o]){r=!1;break}if(r)return i.slice(0,s).join(`
83
+ `)}return t}function x_(t){const e=t.buffer.active,i=[];let s="";const r=Math.min(e.length,e.baseY+t.rows);for(let n=0;n<r;n++){const o=e.getLine(n);if(!o)continue;const a=o.isWrapped?o.translateToString(!1):o.translateToString(!0);o.isWrapped?s+=a:(s&&i.push(s.trimEnd()),s=a)}for(s&&i.push(s.trimEnd());i.length>0&&(i[i.length-1]??"").trim()==="";)i.pop();return Ia(i.join(`
84
+ `))}function k_(){const t=document.getElementById("textview-overlay"),e=document.getElementById("textview-zoom-in"),i=document.getElementById("textview-zoom-out"),s=document.getElementById("textview-body");let r=10,n=0,o=10;function a(){s&&(s.style.fontSize=`${r}px`)}function h(v){r=Math.max(y_,Math.min(C_,v)),a()}function l(){h(r+po)}function c(){h(r-po)}function d(v){const y=v[0],E=v[1];if(!y||!E)return 0;const _=E.clientX-y.clientX,b=E.clientY-y.clientY;return Math.hypot(_,b)}function u(v){v.touches.length===2&&(n=d(v.touches),o=r)}function g(v){if(v.touches.length===2&&n>0){v.preventDefault();const E=d(v.touches)/n;h(Math.round(o*E))}}function f(){n=0}return{show(v){const y=v.options.fontSize??14;h(y),s&&(s.textContent=x_(v)),t?.classList.remove("hidden"),requestAnimationFrame(()=>{s&&(s.scrollTop=s.scrollHeight)})},hide(){t?.classList.add("hidden"),s&&(s.textContent="")},setup(){e?.addEventListener("click",l),i?.addEventListener("click",c),s?.addEventListener("touchstart",u,{passive:!0}),s?.addEventListener("touchmove",g,{passive:!1}),s?.addEventListener("touchend",f,{passive:!0})}}}const E_=["1","2","3","Tab","/","Delete"],L_=["Home","ArrowUp","End"],M_=new Set(["Tab"]),B_="ArrowLeft";function Ps(t){return Da.find(e=>e.key===t)||Fr.find(e=>e.key===t)}function $i(t){const e=document.createElement("button");return e.className="tool-btn",t.className&&(e.className+=" "+t.className),e.dataset.key=t.key,e.textContent=t.label,e}function T_(){const t=document.getElementById("toolbar-row1"),e=document.getElementById("toolbar-row2"),i=document.getElementById("btn-backspace"),s=document.getElementById("btn-paste");if(!t||!e||!i)return;for(const o of E_){const a=Ps(o);a&&t.insertBefore($i(a),i)}let r=i;for(const o of L_){const a=Ps(o);if(a){const h=$i(a);r.insertAdjacentElement("afterend",h),r=h}}const n=Ps("Enter");n&&t.appendChild($i(n));for(const o of Fr)M_.has(o.key)||(o.key===B_&&s&&e.appendChild(s),e.appendChild($i(o)))}const R_="ptn_auth_";function Nr(){const t=window.location.origin;let e=0;for(let i=0;i<t.length;i++){const s=t.charCodeAt(i);e=(e<<5)-e+s,e=e&e}return`${R_}${Math.abs(e).toString(36)}`}function A_(){try{return localStorage.getItem(Nr())}catch{return null}}function D_(t){try{localStorage.setItem(Nr(),t)}catch{}}function P_(){try{localStorage.removeItem(Nr())}catch{}}function Fi(t){t.fitAddon.fit(),t.term.scrollToBottom();let e=0;const i=t.term.onRender(()=>{t.term.scrollToBottom(),++e>=10&&i.dispose()});setTimeout(()=>{i.dispose(),t.term.scrollToBottom()},500)}const Is={maxReconnectAttempts:5,reconnectDelayMs:1e3,heartbeatMs:3e4};function I_(t,e){const i=document.createElement("div");return i.className="toolbar-row hidden",i.id=e,t.appendChild(i),i}function O_(t){const e=document.createElement("button");e.className="tool-btn",e.textContent=t.label;const i=t.send||"",r=(Array.isArray(i)?i:[i]).map(n=>typeof n=="number"?n:n.replace(/\r/g,"{CR}").replace(/\n/g,"{LF}").replace(/\x1b/g,"{ESC}"));return e.dataset.send=JSON.stringify(r),e}function $_(t){if(!t?.length)return;const e=document.getElementById("toolbar");if(!e)return;const i=new Map;for(const s of t){const r=s.row??1;i.has(r)||i.set(r,[]),i.get(r).push(s)}for(const s of[...i.keys()].sort((r,n)=>r-n)){const r=`toolbar-row${s+2}`,n=document.getElementById(r)??I_(e,r);for(const o of i.get(s))n.appendChild(O_(o));n.classList.remove("hidden")}}async function F_(){const t=Na(),e=Wa(),i=b_(),s=S_(),r=w_(),n=k_();let o=A_();const a=p_(),h=Qu(),l=s_(t,p=>{N_(p)});let c,d;const u=ja({onStateSync:p=>{console.log("Received state sync:",p.length,"tabs"),c.applyStateSync(p)},onStateUpdate:p=>{console.log("Received state update:",p),c.applyStateUpdate(p)},onDisconnect:()=>{console.log("Management WebSocket disconnected"),i.set("disconnected"),s.show()},onConnect:()=>{console.log("Management WebSocket connected"),s.hide(),o&&u.authenticate(o)},onAuthRequired:()=>{console.log("Authentication required"),o?u.authenticate(o):r.show()},onAuthFailed:(p,A)=>{console.log("Authentication failed:",A,"attempts remaining:",p),P_(),o=null,d?.setAuthPassword(null),p>0?r.showError(A||`Invalid password. ${p} attempts remaining.`):r.showError(A||"Too many failed attempts."),r.clearInput(),r.show()},onAuthSuccess:()=>{console.log("Authentication successful"),o&&(D_(o),d?.setAuthPassword(o)),r.hide()}});d=Ga(t,{maxReconnectAttempts:Is.maxReconnectAttempts,reconnectDelayMs:Is.reconnectDelayMs,heartbeatMs:Is.heartbeatMs},{onSessionInfo:(p,A,F)=>{p.sessionId=A,F&&(p.tabId=F)},onDisconnect:()=>{i.set("disconnected")},onReconnectFailed:()=>{s.show()}});const g=v_((p,A,F)=>{d.sendResize(p,A,F)});c=t_(t,u,d,l.state,{onInputSend:()=>{l.consumeSticky()},onSelectionCopy:p=>{a.copy(p,"selectionChange")},scheduleResize:p=>{g.scheduleResize(p)}});const f=r_(t,h,l,{sendInput:p=>{const A=c.activeTab;A&&d.sendInput(A,p)},focusTerminal:()=>{c.focusTerminal()}}),v=m_(a,{clearSelection:()=>{const p=c.activeTab;p&&p.term.clearSelection()}}),y=o_(),E=a_(),_=f_(t,y,E,{getActiveTerminal:()=>c.activeTab?.term??null,sendArrowKey:p=>{const A=c.activeTab;A&&(p==="up"?(d.sendInput(A,"\x1B[A"),navigator.vibrate&&navigator.vibrate(20)):p==="down"&&(d.sendInput(A,"\x1B[B"),navigator.vibrate&&navigator.vibrate(20)))},showCopyButton:(p,A,F)=>{v.show(p,A,F)},focusTerminal:()=>{c.focusTerminal()},scheduleFitAfterFontChange:()=>{const p=c.activeTab;p&&Fi(p)},setKeyboardEnabled:p=>{c.setKeyboardEnabled(p)}});v.setup(),s.setup(async()=>{try{u.isConnected()||await u.connect();for(const p of c.tabs)d.isConnected(p)||(p.reconnectAttempts=0,d.connect(p,!0));s.hide()}catch(p){console.error("Retry failed:",p)}}),r.setup(p=>{o=p,u.authenticate(p)});const b=await e.load(),m=document.getElementById("shell-select");if(m){m.innerHTML="";for(const p of b.shells){const A=document.createElement("option");A.value=p.id,A.textContent=p.name,p.id===b.default_shell&&(A.selected=!0),m.appendChild(A)}m.addEventListener("change",async()=>{const p=m.value,A=c.activeTab;if(p&&A)try{await c.requestCreateTab(p),await c.requestCloseTab(A.id)}catch(F){console.error("Failed to switch shell:",F)}})}$_(b.buttons),T_(),W_(l),z_(f),H_(()=>{const p=c.activeTab;p&&d.sendInput(p,"")}),U_(async()=>{const p=await a.paste();if(p){const A=c.activeTab;A&&(d.sendInput(A,p),navigator.vibrate&&navigator.vibrate(30))}c.focusTerminal()}),q_(f,c.focusTerminal.bind(c)),K_(s),V_(),n.setup(),Y_(n,()=>c.activeTab?.term??null,()=>{const p=c.activeTab;p&&p.term.refresh(0,p.term.rows-1)});const B=document.getElementById("terminal-container");B&&_.attach(B),t.on("connection:open",({tabId:p})=>{p===c.activeTabId&&(i.set("connected"),s.hide())}),t.on("connection:close",({tabId:p})=>{p===c.activeTabId&&i.set("disconnected")}),t.on("tab:closed",({tabId:p})=>{g.cancelResize(p)}),document.addEventListener("visibilitychange",async()=>{if(document.visibilityState==="visible"){l.reset();try{u.isConnected()||await u.connect();for(const p of c.tabs)d.isConnected(p)||d.connect(p,!0)}catch(p){console.error("Failed to reconnect:",p),s.show()}}else l.reset()}),window.addEventListener("blur",()=>{l.reset()});let R;if(window.addEventListener("resize",()=>{clearTimeout(R),R=setTimeout(()=>{const p=c.activeTab;p&&Fi(p)},50)}),window.addEventListener("orientationchange",()=>{setTimeout(()=>{const p=c.activeTab;p&&Fi(p)},100)}),window.visualViewport){const p=document.getElementById("app");let A;window.visualViewport.addEventListener("resize",()=>{p&&(p.style.height=`${window.visualViewport.height}px`),clearTimeout(A),A=setTimeout(()=>{const F=c.activeTab;F&&Fi(F)},50)})}document.getElementById("terminal-container")?.addEventListener("click",()=>{c.focusTerminal()});try{await u.connect(),setTimeout(async()=>{c.tabs.length===0&&(console.log("No tabs from server, creating one"),await c.requestCreateTab())},100)}catch(p){console.error("Failed to connect management WebSocket:",p),s.show()}console.log("Porterminal initialized (backend-driven)")}function N_(t){const e=document.getElementById(`btn-${t}`);if(!e)return;const i=window._modifierManager;if(!i)return;e.classList.remove("sticky","locked");const s=i.getState(t);s==="sticky"?e.classList.add("sticky"):s==="locked"&&e.classList.add("locked")}function W_(t){window._modifierManager=t;for(const e of["ctrl","alt","shift"]){const i=document.getElementById(`btn-${e}`);if(!i)continue;let s=!1;i.addEventListener("touchstart",r=>{s=!0,r.preventDefault()},{passive:!1}),i.addEventListener("touchend",r=>{r.preventDefault(),t.handleTap(e)},{passive:!1}),i.addEventListener("click",()=>{s||t.handleTap(e),s=!1})}}function z_(t){const e=document.getElementById("btn-escape");if(!e)return;let i=!1,s=0;const r=300,n=()=>{const o=Date.now();o-s<r?t.sendInput("\x1B\x1B"):t.sendInput("\x1B"),s=o};e.addEventListener("touchstart",o=>{i=!0,o.preventDefault()},{passive:!1}),e.addEventListener("touchend",o=>{o.preventDefault(),n()},{passive:!1}),e.addEventListener("click",()=>{i||n(),i=!1})}function H_(t){const e=document.getElementById("btn-backspace");if(!e)return;const i=400,s=50;let r=null,n=null,o=!1;const a=()=>{o||(o=!0,t(),n=setTimeout(()=>{r=setInterval(t,s)},i))},h=()=>{o=!1,n&&(clearTimeout(n),n=null),r&&(clearInterval(r),r=null)};e.addEventListener("pointerdown",l=>{l.preventDefault(),a()},{passive:!1}),e.addEventListener("pointerup",l=>{l.preventDefault(),h()},{passive:!1}),e.addEventListener("pointercancel",h),e.addEventListener("pointerleave",h),e.addEventListener("contextmenu",l=>l.preventDefault())}function Oa(t,e,i={}){const s=document.getElementById(t);if(!s)return;let r=!1;const{preventDefault:n=!0}=i;s.addEventListener("touchstart",o=>{r=!0,n&&o.preventDefault()},{passive:!n}),s.addEventListener("touchend",o=>{n&&o.preventDefault(),e()},{passive:!n}),s.addEventListener("click",()=>{r||e(),r=!1})}function U_(t){Oa("btn-paste",t)}function q_(t,e){let i=!1;document.querySelectorAll(".tool-btn").forEach(s=>{const r=s;if(r.dataset.bound||(r.dataset.bound="true",r.id==="btn-ctrl"||r.id==="btn-alt"||r.id==="btn-escape"||r.id==="btn-paste"||r.id==="btn-backspace"||r.id==="btn-shutdown"))return;const n=async()=>{if(r.dataset.key)t.handleKeyButton(r.dataset.key);else if(r.dataset.send){const a=JSON.parse(r.dataset.send);for(const h of a)if(typeof h=="number")await new Promise(l=>setTimeout(l,h));else{const l=h.replace(/\{CR\}/g,"\r").replace(/\{LF\}/g,`
85
+ `).replace(/\{ESC\}/g,"\x1B");t.sendInput(l)}e()}};let o=!1;r.addEventListener("touchstart",a=>{i=!0,o=!0,a.preventDefault()},{passive:!1}),r.addEventListener("touchmove",a=>{if(!o)return;const h=a.touches[0];if(!h)return;const l=r.getBoundingClientRect();(h.clientX<l.left||h.clientX>l.right||h.clientY<l.top||h.clientY>l.bottom)&&(o=!1)},{passive:!0}),r.addEventListener("touchend",a=>{a.preventDefault(),o&&n(),o=!1},{passive:!1}),r.addEventListener("click",()=>{i||n(),i=!1})})}function K_(t){const e=document.getElementById("btn-shutdown");e&&e.addEventListener("click",async()=>{if(document.activeElement?.blur(),confirm(`Shutdown server and tunnel?
86
+
87
+ This will terminate all sessions.`))try{(await fetch("/api/shutdown",{method:"POST"})).ok&&(t.setText("Server Shutdown"),t.show())}catch(i){console.error("Shutdown failed:",i)}})}function V_(){const t=document.getElementById("btn-info"),e=document.getElementById("help-overlay"),i=document.getElementById("help-close");if(!t||!e)return;const s=()=>e.classList.remove("hidden"),r=()=>e.classList.add("hidden");t.addEventListener("click",s),i?.addEventListener("click",r),e.addEventListener("click",n=>{n.target===e&&r()})}function Y_(t,e,i){Oa("btn-textview",()=>{const o=e();o&&t.show(o)},{preventDefault:!1});const s=document.getElementById("textview-close"),r=document.getElementById("textview-overlay"),n=()=>{t.hide(),i()};s?.addEventListener("click",n),r?.addEventListener("click",o=>{o.target===r&&n()})}document.addEventListener("DOMContentLoaded",()=>{F_()});