arakiken / mlterm

Other
156 stars 14 forks source link

Fix color of sixel image on X server whose byte-order is opposite to client. #45

Closed rokuyama closed 2 years ago

rokuyama commented 2 years ago

Hi Araki-san,

This image is screenshots for little-endian server and big-endian client, before and after applying this patch. Before applying the patch, color pattern of sixel image seems byte-swapped. A similar failure occurs for big-endian server and little-endian client. I've confirmed that both combinations are fixed.

mlterm_color_fix
arakiken commented 2 years ago

I merged your pull request. Thank you very much!

rokuyama commented 2 years ago

Thank you very much for your kind and rapid response!