atanunq / viuer

Rust library for displaying images in the terminal.
MIT License
241 stars 43 forks source link

Konsole not supported with sixel #49

Open whitetxt opened 1 year ago

whitetxt commented 1 year ago

This library does not recognize that Konsole has sixel support. Related Issue: https://github.com/aome510/spotify-player/issues/202 Output of echo $TERM: xterm-256color

hasezoey commented 5 months ago

if you mean Konsole as in KDE's terminal, then it is supported for me:

$ echo $TERM
xterm-256color

$ echo "\x1b[c"

^[[?62;1;4c

viuer 0.7.1 konsole 23.08.5

viuer's feature sixel just needs to be activated