dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.48k stars 112 forks source link

Support images in konsole #2630

Open AutumnMeowMeow opened 2 years ago

AutumnMeowMeow commented 2 years ago

Konsole has merged sixel, iTerm2, and limited kitty image support: https://invent.kde.org/utilities/konsole/-/merge_requests/594

I am checking out sixel and iTerm2 now.

They have DECSDM incorrect, I've got a pointer to the hellscape issue down there.

They are also bleeding text through the images, and text background is not covering up the image:

foo

...so might not be ready for notcurses yet, but now you know. :-) Release the kraken!

dankamongmen commented 2 years ago

sweet. if they did their kitty implementation correctly, i ought support it without further changes (true for sixel also, but i'll prefer kitty to sixel). lemme go see!

AutumnMeowMeow commented 2 years ago

I'm tracking my end over here: https://gitlab.com/AutumnMeowMeow/jexer/-/issues/113