diff options
author | Tonus <tonus1@gmail.com> | 2022-04-29 14:04:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:58 +0700 |
commit | 1b1e59336f63ab009a905f68d3c5ff837014f14c (patch) | |
tree | 2994ea18d890b4ddfd35a1b75723e3fcd474e54d /ruby/tty-screen/README | |
parent | 85e345ba61f421e017d9d9eedb4b97a56a6630c8 (diff) |
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/README | 6 |
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. |