aboutsummaryrefslogtreecommitdiff
path: root/ruby/tty-screen/README
diff options
context:
space:
mode:
authorTonus <tonus1@gmail.com>2022-04-29 14:04:30 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:51:58 +0700
commit1b1e59336f63ab009a905f68d3c5ff837014f14c (patch)
tree2994ea18d890b4ddfd35a1b75723e3fcd474e54d /ruby/tty-screen/README
parent85e345ba61f421e017d9d9eedb4b97a56a6630c8 (diff)
downloadslackbuilds-1b1e59336f63ab009a905f68d3c5ff837014f14c.tar.xz
ruby/tty-screen: Added (Terminal screen size detection)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/tty-screen/README')
-rw-r--r--ruby/tty-screen/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby/tty-screen/README b/ruby/tty-screen/README
new file mode 100644
index 000000000000..4cf9a01e7ef7
--- /dev/null
+++ b/ruby/tty-screen/README
@@ -0,0 +1,6 @@
+TTY::Screen provides independent terminal screen size detection
+component for TTY toolkit.
+
+Terminal screen size detection which works on Linux, OS X and
+Windows/Cygwin platforms and supports MRI, JRuby, TruffleRuby
+and Rubinius interpreters.