diff options
Diffstat (limited to 'ruby/ncurses-ruby/README')
-rw-r--r-- | ruby/ncurses-ruby/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby/ncurses-ruby/README b/ruby/ncurses-ruby/README new file mode 100644 index 0000000000..9aa4037fa6 --- /dev/null +++ b/ruby/ncurses-ruby/README @@ -0,0 +1,6 @@ +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. |