ncurses-ruby
ncurses-ruby copied to clipboard
A Ruby module for accessing the ncurses library
When I attempt to install `ncurses-ruby` in a `ruby:2.4-alpine` Docker container there is a compilation error. See the following Python issues which report similar problem and a solution. * https://github.com/python-pillow/Pillow/issues/1850...
Hi All, Thanks for a great library. I'm writing a console for a tool of mine that runs on high performance computers. I've built ncurses 5 and ruby 2.1.5 using...
Hi, I'm one of the contributors of [sup project](https://github.com/sup-heliotrope/sup) and we're just sorting things out to bring sup back to life. We have this problem that: - [ncursesw 1.2.4.3](https://rubygems.org/gems/ncursesw) doesn't...
``` :85:in `require': dlopen(/Users/ba/.local/share/chruby/gems/ruby/3.1.2/gems/ncurses-ruby-1.2.5/lib/ncurses.bundle, 0x0009): symbol not found in flat namespace (_current_item) - /Users/ba/.local/share/chruby/gems/ruby/3.1.2/gems/ncurses-ruby-1.2.5/lib/ncurses.bundle (LoadError) from :85:in `require' from /Users/ba/.local/share/chruby/gems/ruby/3.1.2/gems/ncurses-ruby-1.2.5/lib/ncurses.rb:22:in `' from :160:in `require' from :160:in `rescue in require' from...