README 315 B

12345678
  1. A Ruby module for accessing the ncurses library
  2. This ncurses interface provides access to the functions, macros,
  3. global variables and constants of the ncurses library. These are
  4. mapped to a Ruby Module named "Ncurses": Functions and external
  5. variables are implemented as singleton functions of the Ncurses
  6. module.