jerch

Results 550 comments of jerch

A more involved example with the line base serializer (still not using serialize addon, thus no FG/BG attributes): ![image](https://user-images.githubusercontent.com/6193135/224329773-9f0c4d77-cea7-4b48-aa2b-93e6f2a272a7.png) 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: ![image](https://user-images.githubusercontent.com/6193135/227784212-015d477f-4c74-427a-b743-37c1b5fbdcee.png) Meaning of the numbers: - storageUsage: ~44 MB of RGBA data loaded by the addon -...

My earlier wasm serializer compared to serialize addon: - serialize addon ![image](https://user-images.githubusercontent.com/6193135/228821211-6e8cfd07-cc58-4243-9ceb-9a1948df72aa.png) - wasm serialize ![image](https://user-images.githubusercontent.com/6193135/228821751-b37d7c60-f1aa-4eb0-beab-40de9f79868a.png) (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...