Registry / cli / pancurses

pancurses

JSON →
library0.17.0rscratesunverified

Provides a cross-platform curses library for Rust, supporting both Unix and Windows via ncurses or pdcurses backends.

# Cargo.toml [dependencies] pancurses = "0.17.0"
INSTALL
IMPORT
SIG · PANCURSES
P
pancurses
clirustv0.17.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.

initscr
use pancurses::initscr;

Initialize a curses window and display a message.

use pancurses::initscr; fn main() { let window = initscr(); window.printw("Hello, pancurses!"); window.refresh(); window.getch(); pancurses::endwin(); }
Debug
Known issues
gotchaTerminal must support curses; may not work in all environments.
fix
Run in a terminal that supports curses (e.g., xterm, Windows Terminal with pdcurses).
affects: >=0.17.0
Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
pancurses — cargo add pancurses · libregistry