Canis
ncurses library for ruby with essential components/controls only
Things are looking better now. Textpad seems to be more or less stable as far as changes are concerned
Installation
gem install canis
Usage
TODO: Write usage instructions here
Textpad is more or less frozen. I have also simplified Field a bit.
Contributing
- Fork it ( https://github.com/[my-github-username]/canis/fork )
- 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 a new Pull Request