jerch
jerch
The encoder needs some love, as some parts are still alpha with low to no tests. Also investigate, whether a wasm optimization is useful (well, for rainy days).
Currently just a quickly hacked PoC for protected flag support (so far only tested manually on canvas renderer). @stuboydl: Maybe try this one out?
Reminder issue to get the hands dirty to identify/fix unicode issues in windows, for some background see comments in https://github.com/xtermjs/xterm.js/pull/2568.
Tracking issue for better Unicode version support. Things to do: - create a build tool based on https://github.com/fluffos/fluffos/tree/master/src/thirdparty/widecharwidth to extract needed Unicode information for a specific version - automate version...
#2714 introduces several changes to the integration tests and how they get launched: - always starts new server - changed port to 3001 There are several issues with the new...
Coming from #2718, might also affect #2661, #2479. We should investigate how to deal with `macOptionIsMeta` on MacOS in a unified fashion for keystrokes. Currently its handling is spread over...
@Tyriar Not sure how to name it - well I think at least the unix part of this module is kinda broken by design. I've done some own investigations by...
The typical IOCTL with TIOCGWINSZ to request and TIOCSWINSZ to change the terminal size support two more settings beside `cols` and `rows` - `xpixel` and `ypixel`. Would be nice if...
Wow
Not an issue at all :) This is the craziest most innovative stuff I've seen around terminals in a long time. This virtual desktop/views idea really lets you forget, that...
For higher quality images you might want to add optional SIXEL output (supported by several terminals).