summaryrefslogtreecommitdiffstats
path: root/ruby/tty-cursor/README
diff options
context:
space:
mode:
author Tonus <tonus1@gmail.com>2022-04-29 14:03:41 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:58 +0700
commit85e345ba61f421e017d9d9eedb4b97a56a6630c8 (patch)
tree982f7530ec28f3ca876c71159b4c735f8e07701a /ruby/tty-cursor/README
parentcf3e87c1dca110e6fed5a74a8162e4364db41b5c (diff)
downloadslackbuilds-85e345ba61f421e017d9d9eedb4b97a56a6630c8.tar.gz
slackbuilds-85e345ba61f421e017d9d9eedb4b97a56a6630c8.tar.xz
ruby/tty-cursor: Added (move the cursor and manipulate text)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.