aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: aff70d53e9f149bc9d8c55b6ebd9b8ee4e705443 (plain) (blame)
1
2
3
4
5
6
This library implements low-level bindings for terminfo and termios, and also
provides a more convenient interface (called 'hexes') on top of that. See
http://doy.github.com/rust-term/ for documentation.

If you want to link against the curses terminfo library (instead of the more
limited built-in one), you should set "CURSES=1" in the make invocation.