hackerb9

Results 363 comments of hackerb9

Thank you for reminding me of this issue. The problem is that `st` is not responding correctly to the Send Device Attributes query. If it supports sixels, it should include...

In the discussion of the patch, @charlesdaniels says, > _“I have not implemented the escape sequences which would allow sixel support to be correctly detected by programs running within the...

> Perhaps `lsix` should check for an environment variable like `LSIX_FORCE_SIXEL_SUPPORT` or something and disable the relevant check if so. Done. I understand you're not working with st any more,...

What is the output of `lsix` when you run it in terminator?

I talked to the folks who write the only terminator program I know about (https://bugs.launchpad.net/terminator/+bug/1850252) and they say they are based on VTE and don't support sixels. However, there may...

> Error: Your terminal does not appear to support sixel graphics. > > But the terminator should support libsixel Can you please expand on this? Which version of terminator are...

I was asking @qqpp4130 what was meant by "terminator should support libsixel". Did he mean it "should work" because he's using a different "Terminator" project (not the one that I...

Hmm... sounds like you want quick thumbnails of all the images in a directory. I'm working on a different program that does that and which will also be an image...

This is possibly an issue with the way Fedora is compiling xterm. Sixel support must be compiled in for it to work. Please try again using `mlterm` which always has...

Also, what is "preliminary" about this? What is missing from your patch other than the call to muxwrap?