hackerb9
hackerb9
For comparison, here is what the snake looks like when I converted it (from the 256 color sixel image you sent) to 16 color: convert snake-xterm.six -geometry 800x480 -depth 4...
I believe the XTerm and Reflection photos are supposed to be exactly the same. The garbage at the top of the XTerm one is the last line of the previous...
This is the same as issue #22, but I wanted to make it easier for you to try out and merge the patch. (Merging this closes #22).
That's very peculiar. The are two ways I could imagine that happening: 1. The terminal program is not correctly updating its resolution. It is supposed to send SIGWINCH when a...
`vv` doesn't check a list of terminals. It simply asks the terminal if it supports sixel. The Alacritty fork should have added the sixel capability ("`4`") to the Device Attributes....
Thank you for the report! I have not tested `vv` on pdfs so it is good to hear from someone who is trying it. The problem appears to be that...
By the way, running ``` CPPFLAGS=-Wno-narrowing make ``` worked around the problem once I had modified the makefiles to not clobber CPPFLAGS. (Should use `CPPFLAGS += ...` instead of `CPPFLAGS...
That'd be great if you could merge! One change I didn't make was adding `upx` to the debian/control file as "recommended". I don't quite understand the role of upx in...
Here's a minimal patch would maybe fix the problems. It's not ideal and I haven't been able to test it fully because compilation fails with gcc-8.3, but it's a start....
Hi @dnkl. The VT340's algorithm should not be followed too strictly in modern terminals. Despite what the documentation implied, it uses a fast heuristic which relies on the character cell...