curses
curses copied to clipboard
Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
Fixes #80
This article describes 256 colours for ncurses: https://reversed.top/2019-02-05/more-than-256-curses-color-pairs/ The third and last piece is that most of curses examples you’ll find are using old API and there seems to be...
## Curses gem fails to build on Ruby 3.4.7 with macOS (arm64): "convertible type of chtype... failed" ### Environment - **Ruby version:** 3.4.7 - **Curses gem version:** 1.5.3 - **Operating...