Skip to content

ncq/mruby-curses

Repository files navigation

mruby-curses Build Status

use ncurses methods from mruby.

requirement

This gem uses the ncurses library.
If you have not installed the ncurses, please install the ncurses.

install by mrbgems

add conf.gem line to build_config.rb

MRuby::Build.new do |conf|

    # ... (snip) ...

    conf.gem :git => 'https://github.com/ncq/mruby-curses.git'
end

example

Curses.initscr
=> call curses initscr

License

under the MIT License:

  • see LICENSE file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published