use ncurses methods from mruby.
This gem uses the ncurses library.
If you have not installed the ncurses, please install the ncurses.
add conf.gem line to build_config.rb
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :git => 'https://github.com/ncq/mruby-curses.git'
endCurses.initscr
=> call curses initscrunder the MIT License:
- see LICENSE file
