slackbuilds_ponce/ruby/ncurses-ruby/README
Jostein Berntsen 6f5ca725bf ruby/ncurses-ruby: Added (Ruby module for accessing the ncurses).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-05 07:16:14 +07:00

6 lines
315 B
Text

A Ruby module for accessing the ncurses library
This ncurses interface 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 Ncurses module.