-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various Modifications #1
Conversation
Ruby 1.8 and 1.9 are obsoleted since a while, so there's no need to depend on external utilities or the removed curses library.
Inspired by Termbox, a minimalistic TUI library for C, key scancodes for the most important terminals are embedded, no external dependency added. TODO: Windows support
Hey there, awesome pull request, kudos! I havent even heard about console/io and its features, i assume this makes it much easier to support windows properly. I had some reason for the escape code, but i can't remember so i'll test it in a sec on my boxes and merge then. Sorrily i also dont have windows available currently, i will forward this ASAP. |
the escaping breaks for me in bash on linux, but i am sure i'll figure that out. You are on a mac i assume? Anyway, i'll check/fix that later. |
my fail, it was a problem in the static object rendering. Your pushes work great! |
To be done: Verify the changes work on Windows and add key translation for Windows