aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-03 21:36:30 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-03 21:36:30 -0500
commit15e6746d79b0dcef88acff1b6a9d7d50a1aad799 (patch)
treefed1f95fc1c2812106a5128c21880846e72accbe
parent6e312ceaaa3b9e8219bf64e894756bfbb4b8d719 (diff)
downloadrust-term-15e6746d79b0dcef88acff1b6a9d7d50a1aad799.tar.gz
rust-term-15e6746d79b0dcef88acff1b6a9d7d50a1aad799.zip
readme
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..98f5a82
--- /dev/null
+++ b/README
@@ -0,0 +1,3 @@
+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.