Ruby wrapper for the ncurses library, with wide character support
Description
This wrapper provides access to the functions, macros, global variables and
constants of the ncurses library. These are mapped to a Ruby module named
"Ncurses". Functions and external variables are implemented as singleton
functions of the module Ncurses.
The ncursesw gem is a fork with improved wide character support.