Sam Foster
Sam Foster
If you find this bug annoying, [625c8c8](https://github.com/cmang/durdraw/commit/625c8c8097e61e1aca9e8a634cda08f5f8ac2119) makes it so that pressing Esc (command-mode) or any esc-command un-sticks the mouse, to try to help with this issue. Just a bit...
This appears to be caused by windows-curses having an incomplete or broken implementation of panels: zephyrproject-rtos/windows-curses#11 Unfortunately the only workaround I'm aware of at the moment is to run Durdraw...
It looks like, in addition to WSL, Durdraw can be used in Windows through Docker. This works in the Command Prompt Window, Powershell window, etc. No obvious problems. The upside...
I'm all for it. I just don't have a lot of experience with Docker. When I get some time, I'll work on this, or would welcome patches to get the...
We have a Dockerfile now. Thanks, @yumpyy ! It seems to work well. I'm re-opening this until we have the documentation updated. I'll also be publishing Docker images to Dockerhub....
I agree. I was scratching my head thinking about how something like this could be written, and I found that @keaston has done the work. This is a great utility....
It would be nice to have options for regular Unicode encoding (without attempts to translate from Chinese), and for Code Page 437 (aka IBM-PC or "Western (ISO Latin 1)") encoding....
> If you are interested, you can take a look at https://github.com/ytang/welly/blob/master/Welly/WLEncoder.m and provide a translation from a specific encoding to Unicode. Would you be so kind as to elaborate...
Thanks for the suggestion and kind feedback! I like it. It makes a lot of sense to me for your use case. I'll see what I can do about implementing...
> a switch for adding a delay before exiting when playing a file would be nice. > -x 1 causes the file to display but immediately disappear again. I just...