Partial implementation of the Ruby curses library developed to run with jRuby and Java/Swing.
Add this line to your application's Gemfile:
gem 'jruby_curses'And then execute:
$ bundleOr install it yourself as:
$ gem install jruby_cursesrequire 'curses'Then use the curses' APIs with the hope it is implemented...
The gem name is "jruby_curses" but the client code requires "curses" so that it can the code is compatible with RMI native curses.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request