James Holderness
James Holderness
@tig According to the [EastAsianWidth.txt](https://www.unicode.org/Public/17.0.0/ucd/EastAsianWidth.txt) documentation, they're categorized as `W`, which is "East Asian Wide". ``` 2630..2637 ; W # So [8] TRIGRAM FOR HEAVEN..TRIGRAM FOR EARTH 268A..268F ; W...
> If the `temp_file` method would be significantly faster, wonder what it would take for this method to work w/ Ghostty. I don't speak rust, so I can't follow the...
This bug is caused by an integer overflow when calculating the scaled coordinates. The values go negative and it ends up trying to access an out-of-bounds index. It should be...
A PR where? It's pointless creating a PR here, since it won't be merged, and the patches are relative to the libsixel/libsixel fork anyway. And I can't create a PR...
FTR, this is a duplicate of https://github.com/libsixel/libsixel/issues/71.
I think this may be a known problem, because there are a few open issues related to the close confirmation that could potentially cover this scenario. Possibly #2976 or #6549.
@gnachman I don't think the implementation in your fork is correct either - the hue gradient looks wrong to me. But the original `hls_to_rgb` implementation can be fixed with a...
On a real VT340, and genuine terminal emulators, the size of a character is 10x20 pixels (at least in 80 column mode), so 30 chars wide and 10 lines long...
And while we're on the subject of locator protocols, there was something else I wanted to discuss with you. I've seen a couple of places where you've mentioned the capabilities...
> On the other hand, the opaque sequence can be terminated with non-standard bell (0x07) Note that most terminals only accept `BEL` as a terminator for `OSC` sequences, strictly for...