ncurses-rs Build Status

This is a very thin wrapper around the ncurses TUI lib.

Building

The compiled library will go to the target directory. cargo build

Examples

Examples are built automagically. To run them, check the bin directory. Example numbers increase along with the complexity of the example.

Current examples:
1. Hello World
2. Basic Input & Attributes
3. Simple Pager
4. Window Movement
5. Pager & Syntax Highlighting