jerch
jerch
A more involved example with the line base serializer (still not using serialize addon, thus no FG/BG attributes):  exec in console after running command in terminal (grr4 == output...
While the line based serialization works as expected, it is still pretty wasteful, as it creates a full line image, if there is at least one cell tile. This has...
Added the QOI image format temporarily to IIP sequence, as it promises huge performance gains for a lossless serialization format, while only being slightly worse in compression rate compared to...
The last commit makes it possible to directly compare PNG vs. QOI serialization:  Meaning of the numbers: - storageUsage: ~44 MB of RGBA data loaded by the addon -...
My earlier wasm serializer compared to serialize addon: - serialize addon  - wasm serialize  (Tested with `ls-lR /usr` output on 10k scrollbuffer at 87 cols width.) The important...
> Drop every reference to the module? Not to the module, but all refs to the instance. If you also drop all refs to the module, you'll have to go...
@tsl0922 eww- how did you end up with that output? Can you show me the commands?
Well there is an aggressive optimization in xterm.js - it normally updates the screen only for lines, that have seen changes in the terminal buffer. The graphics layer does the...
@tsl0922, @pmp-p Did a patch release 0.1.1 which hopefully fixes the issue. Please let me know if it doesnt work for you.
@pmp-p If free CDN assets dont scare you, you could download the needed resources from here: - https://unpkg.com/[email protected]/lib/xterm-addon-image.js (addon js file) - https://unpkg.com/[email protected]/lib/xterm-addon-image-worker.js (worker js file) Alternatively you can also...