Matan Ziv-Av
Matan Ziv-Av
Pen edit: right click on pen to copy current settings. I was thinking of two columns of small squares under the pen width dial. There is some unused screen there....
I think the layout needs to be more flexible, so as to make the page as large as possible. * If the aspect ratio is similar to that of the...
* I do not believe mouse events are missed. The system has an event queue that keeps events until the application is ready for them. * I also don't believe...
> * Drawing positions (pen or eraser) are relative to the slide, however the line thickness is not. If we make them relative we’ll fix the resize issue. (We must...
A brach with Sixel support is here: https://github.com/MatanZ/termux-app/commits/sixel I will not post a pull request for this, as I use Termux on Android 5, so I use an older branch....
I missed that. Anyway, here's a branch of the current master. A few problems fixed, but still needs work: https://github.com/MatanZ/termux-app/commits/sixel2
So, I learned a bit of Java, and I am a bit closer to submitting a PR. An ew branch, due to some playing with git an gradle: https://github.com/MatanZ/termux-app/tree/sixel4 I...
The problem is actually in the file. I corrected it using something like this: https://gist.github.com/BigglesZX/4016539?permalink_comment_id=3202586 and it works.
This gif does not work for me in konsole (with both img2sixel and convert), showing similar artefacts, but less severe. Are you sure you used the exact same sixel encoder...
I posted a PR that should fix this (original) issue. The second issue, reported by @nhed is caused by termux scaling characters to the correct width. It can easily be...