curses.js icon indicating copy to clipboard operation
curses.js copied to clipboard

Javascript porting of curses library using Emscripten

Results 3 curses.js issues
Sort by recently updated
recently updated
newest added

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.

bug

Run testcurs.html, select "Scroll Test" After "The top of the window will scroll" appears, the window does not scroll correctly.