summaryrefslogtreecommitdiffstats
path: root/ruby/tty-cursor/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/tty-cursor/README')
-rw-r--r--ruby/tty-cursor/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby/tty-cursor/README b/ruby/tty-cursor/README
new file mode 100644
index 0000000000..652a545a60
--- /dev/null
+++ b/ruby/tty-cursor/README
@@ -0,0 +1,7 @@
+TTY::Cursor
+Terminal cursor positioning, visibility and text manipulation.
+The purpose of this library is to help move the terminal cursor
+around and manipulate text by using intuitive method calls.
+
+TTY::Cursor provides independent cursor movement component for
+TTY toolkit.