mintty
mintty
Haha! And with Bash on Windows... This is getting cool. Not sure, though, whether it's really beneficial to run highly interactive GUI stuff in SIXEL mode or whether running this,...
Drawing now works in xterm, thanks, but not in your dec-locator branch.
Status: - gnuplot: fine example (the confusion mentioned above was caused by a typo). - img2sixel: works; - w3m: works, but limited user experience; image display is delayed until all...
Does the leak happen with the current _release_ version (2.6.1)? About the color fix, I will integrate it soon into the repository.
Actually, there is a memory leak already in release 2.6.1. If I output a Sixel image and clear the scrollback buffer repeatedly (`reset`), it uses some memory more every time....
Hi, just to sort this out; there are two open patches now: - DEC Locator - Color registers handling Are you still working on any of them? How and when...
> Now there is yet no SIXEL encoder which can use 1023 color registers... So what does `img2sixel --high-color` do?
It's actually not yet even incorporated into mintty (main repository), just saitoha's [DEC Locator branch](https://github.com/saitoha/mintty-sixel/tree/dec-locator), because I had the impression that @saitoha still wanted to implement Filter Rectangle mode. I...
The recent discussion was not about the Sixel feature which is fully incorporated in mintty. It's an output-only feature, I could have been more specific, sorry; the discussion was about...
I have implemented DEC Locator, based on your single report patch and expanded to full feature. The drawing example works.