metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
921 stars 115 forks source link

Take a look at my fork. (POSIX Shell fork) #49

Closed Nomagno closed 1 year ago

Nomagno commented 3 years ago

I've made a fully POSIX Shell compliant fork you can take a look at here. While I have no intention of opening a pull request, I do have some interesting features like better ASCII detection, and a bit of a hack that replaces the sleep with a blocking read timeout, but ends up being a very elegant solution to sneak fully functioning user input into the current codebase. Feel free to take a look.

metal3d commented 3 years ago

It's a pitty that you don't want to make a PR :)