Pullup ticket #2800.
[pkgsrc.git] / devel / ruby-ncurses / DESCR
1 This ruby extension makes most functions, constants, and external
2 variables of the C library ncurses accessible from the Ruby
3 programming language.
4
5 All C functions are wrapped by module functions of a the module
6 "Ncurses", with exactly the same name. Additionally, C functions
7 expecting a WINDOW* as their first argument can also be called
8 as methods of the "Ncurses::WINDOW" class.
9
10 The panel library (for support of overlapping windows) is also
11 wrapped, in the module "Ncurses::Panel".