curses.js
curses.js copied to clipboard
Javascript porting of curses library using Emscripten
Please include a LICENSE file so copyright, attribution, and licensing information can be correctly listed in other project that include curses.js
It seems that `getch()` does not work properly. In _Rogue.JS_ project (Issue #7) this function does not block the user input.
Run testcurs.html, select "Scroll Test" After "The top of the window will scroll" appears, the window does not scroll correctly.