Per Bothner
Per Bothner
Perhaps, but that ship has sailed. Almost all who want to use term.js will want to have modern extensions. Nobody wants a vt100. Modern extensions have standardized on xterm or...
> OSC is specced to safely transmit only ASCII printables, so no control chars. If your HTML snippets contain meaningful chars outside of that range (even higher UTF-8 or any...
This seems a reasonable functionality to add. The name `tabsContainerCloseInterceptor` seems klunky, though I don't have a better suggestion so far. We should be able to handle the interceptor taking...
Why intercept closing a stack rather than closing a component? The use-case you mention would also seem to apply when you close a single tab in a multi-tab stack, not...
Probably unrelated: ``` $ npm install @xterm/xterm npm ERR! code ETARGET npm ERR! notarget No matching version found for xterm@^5.5.0. npm ERR! notarget In most cases you or one of...
> How is that complex? Parsing terminal escape sequences is quite tricky if you want to do it correctly. To start with, you have to use a state machine -...
From my reading of the source, xterm.js does not currently support an empty Pc parameter, which seems to be important for the proposal. Did I miss something? Also, it might...
> _so I am not quite sure about limitations on 'p'._ In principle like the limitations on 'c' in that it might not work, depending on configuration, security policy, etc....
Thanks. I wondered if might be the case, but I didn't find a clear answer. [This page](https://dockview.dev/docs/advanced/iframe) implies the behavior. Perhaps after "they are never removed from the DOM" you...
This is fixed in the `dev` branch.