Registry / cli / ncurses-ruby

ncurses-ruby

JSON →
library1.2.4rbrubygemsunverified

Ruby wrapper for the ncurses library providing terminal UI capabilities.

gem install ncurses-ruby
INSTALL
IMPORT
SIG · NCURSES-RUBY
N
ncurses-ruby
clirubyv1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ncurses
require 'ncurses'

Initialize ncurses, display text, and wait for key press.

require 'ncurses' Ncurses.initscr Ncurses.addstr('Hello, world!') Ncurses.refresh Ncurses.getch Ncurses.endwin
Debug
Known issues
gotchaRequires the ncurses C library to be installed on the system.
fix
Install ncurses development headers (e.g., libncurses-dev on Debian).
affects: >= 0
Upgrade
Version history
1.2.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
ncurses-ruby — gem install ncurses-ruby · libregistry