pancurses-result 0.5.1

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.
Documentation

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.

Curses manages the Window representing stdscr.