Crate pancurses_result
source ·Expand description
pancurses-result
is a wrapper for pancurses
that aims to
provide a safe interface to curses
. This library aims to
guarantee thread and memory safety, whereas pancurses
just
provides direct C bindings.
Many curses functions have been renamed for one reason or another. All renamed functions state the curses function they corollate to.
The outermost class is Curses
. It is initialized via
initscr
. Use its methods to manipulate the curses instance.
Structs
A number of bits per second
Color subsystem. It can be accessed via
Curses::color
.A color value represented as RGB
A two-dimensional dimension
A two-dimensional point
A curses window.
Enums
The visibility of the cursor
The input buffering mode.