curses¶ ↑
Description¶ ↑
A Ruby binding for curses, ncurses, and PDCurses, formerly part of the Ruby standard library. curses is an extension library for text UI applications.
Install¶ ↑
$ gem install curses
Developers¶ ↑
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
License¶ ↑
curses is released under the Ruby and 2-clause BSD licenses. See COPYING for details.