Registry / cli / ncursesw

ncursesw

JSON →
library1.4.13rbrubygemsunverified

A tweaked version of ncursesw for Ruby, providing terminal UI capabilities with wide character support.

gem install ncursesw
INSTALL
IMPORT
SIG · NCURSESW
N
ncursesw
clirubyv1.4.13
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 'ncursesw'

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

require 'ncursesw' Ncurses.initscr Ncurses.addstr("Hello, World!") Ncurses.refresh Ncurses.getch Ncurses.endwin
Debug
Known issues
gotchaRequires the ncursesw C library to be installed on the system.
fix
Install ncursesw via your package manager (e.g., apt-get install libncursesw5-dev).
affects: >= 0
Upgrade
Version history
1.4.13latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Amazon
1
Resources
ncursesw — gem install ncursesw · libregistry