From 97c2f6b5560f4d8ca91ab72f9e0032b02a948081 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Apr 2013 15:06:33 -0500 Subject: split out the terminfo stuff to a pluggable backend --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 98f5a82..aff70d5 100644 --- a/README +++ b/README @@ -1,3 +1,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. -- cgit v1.2.3-54-g00ecf