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.

Click here to about Windows.

To initialize pancurses-result, run initscr.

Structs

A number of bits per second
A color value represented as RGB
The curses instance. To initialize the curses instance, call initscr.
A number of milliseconds
A two-dimensional point
A curses window.

Enums

The visibility of the cursor

Functions

This function initializes the Curses system.