Registry / cli / curses

curses

JSON →
library1.6.0rbrubygemsunverified

A Ruby binding for curses, ncurses, and PDCurses for building text-based UI applications.

gem install curses
INSTALL
IMPORT
SIG · CURSES
C
curses
clirubyv1.6.0
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.

Curses
require 'curses'

Initialize a curses screen, display text, and wait for a key press.

require 'curses' Curses.init_screen Curses.addstr('Hello, World!') Curses.refresh Curses.getch Curses.close_screen
Debug
Known issues
breakingRemoved from Ruby standard library in Ruby 2.1.0; must be installed as a gem.
fix
Add 'gem "curses"' to your Gemfile or install manually.
affects: >= 2.1.0
Upgrade
Version history
1.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
curses — gem install curses · libregistry