jerch
jerch
Changed the title - so lets do a resize debouncer in client.ts + docs about it.
Would applying `{powerPreference: 'low-power'}` to `getContext` help to reduce power drainage? Though I am not sure, how support state for that flag among browsers is.
@DmG-tech There is something really broken with your setup - the error message `xterm.js: Unknown CSI code: {"identifier": "H", "params": [1,1]}` basically means that xterm.js did not understand a CUP...
Imho there are multiple issues hidden in your errors: - `xterm.js: Unknown CSI code: {"identifier": "H", "params": [1,1]}` - This should never have happened, if the backend was really sending...
Well idk anything about your ssh-lib or how to integrate that for terminal emulation. But could it be that the ssh client side is meant to run behind a PTY?...
So should we fix that in `client.ts` as well? I dont see an urgent need (know how to work around), just wonder if it makes embedders life harder, if they...
So to summarize - lets revamp resize logic in client.ts, to it is in line with fit addon.
@joouha Proper fingerprinting of the kitty image support is quite tricky, mainly because it relies on APC escape sequences, which are lousy to not supported by several terminals (resp. their...
@joouha Yep good idea with the cursor saving. I only see 2 minor issues linked to the whole idea (prolly not showstoppers): - The test should run on a "clean...
Figured that as well in the browser notebook demo. Imho the mouse move event gets only delivered if you are perfectly on the bar, as soon as you move one...