itsjunetime / tdf

A tui-based PDF viewer
Mozilla Public License 2.0
297 stars 5 forks source link

[bug] xterm - content is all fuzzy #4

Closed dashingdon closed 1 month ago

dashingdon commented 1 month ago

image

itsjunetime commented 1 month ago

I'm seeing this as well, on the default fedora 40 package of xterm, which say it's patch 389, which is weird since sixel should be enabled by default since patch 359 (https://invisible-island.net/xterm/xterm.log.html#xterm_359). Maybe fedora doesn't enable it? I'm not sure how to check that though. Do you know how to check if the version of xterm you're using was built with sixel enabled?

dashingdon commented 1 month ago

xterm -version

xterm(379): it does not look like the version I installed from debian repo has sixel enabled.

Found the solution here

in the same source, here is the list of sixel compatible terminals

itsjunetime commented 1 month ago

Oh perfect - kinda weird you need to explicitly run it like that, but I'm glad there's a solution. That seems to make it work for me, so I'm going to close this issue.