James Holderness
James Holderness
Since I'm not certain this is actually correct, I don't know if it's a good idea to merge at this point in time, but you're welcome to do so if...
I'm converting this back to a draft because al20878 has done some additional testing for me on his VT330, and it seems that this is still not correct. I'm not...
While I would personally be happy for this to be merged, I should warn you that in some cases this change might be seen as a regression. Because if you've...
> changing the output depending on if it needs to scroll or not does not seem correct or am i misunderstanding? @trackd I think you may be misunderstanding. The size...
Sorry, there was an audit issue that I missed (method needed to be noexcept). I think it should be fixed now.
@taviso I think all that is needed for gnuplot to fix this is a small tweak to the following line in sixel.c: https://github.com/gnuplot/gnuplot/blob/fbeb88eadedf927a4d778b41dd118e373f33eacb/term/sixel.c#L619 It should look like this (inserting `9;1`...
@taviso FYI, I've just raised an issue on the gnuplot bug tracker with the suggested patch. I reported it as a transparency bug, because this also fixes the sixelgd `transparent`...
This might also be a potential solution for #10639 (not so much the dark/light mode detection, but the ability to request palette update notifications).
I don't think it should be necessary to replace the short ints everywhere (you're not going to be able to change the parameters of the legacy console APIs anyway). I...
> You still need the virtual position to be at least a LONG But that's the only thing that needs to be LONG. The in-memory buffer really just needs to...