aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-13 15:06:33 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-13 15:06:33 -0500
commit97c2f6b5560f4d8ca91ab72f9e0032b02a948081 (patch)
treecdcd8edfafa0f0ed7c675543b8e216ba4fd73131 /README
parent7628b3c1c0dbf5143547183fd0f00cbf32dfdeb6 (diff)
downloadrust-term-97c2f6b5560f4d8ca91ab72f9e0032b02a948081.tar.gz
rust-term-97c2f6b5560f4d8ca91ab72f9e0032b02a948081.zip
split out the terminfo stuff to a pluggable backend
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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.