summaryrefslogtreecommitdiffstats
path: root/ruby
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:27:55 +0100
committer B. Watson2022-03-17 17:38:01 +0100
commit717628cdb8831f8a636206cc8093100e9a47fa6e (patch)
tree88d9d050e8fff6c691cb985c7ce20d175154983d /ruby
parentd000858740ea4412e2f9aa0aa0fe700ad30cd746 (diff)
downloadslackbuilds-717628cdb8831f8a636206cc8093100e9a47fa6e.tar.gz
ruby/ncurses-ruby: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r--ruby/ncurses-ruby/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/ruby/ncurses-ruby/README b/ruby/ncurses-ruby/README
index 9aa4037fa6..53043eab3d 100644
--- a/ruby/ncurses-ruby/README
+++ b/ruby/ncurses-ruby/README
@@ -1,6 +1,7 @@
A Ruby module for accessing the ncurses library
-This ncurses interface provides access to the functions, macros, global
-variables and constants of the ncurses library. These are mapped to a Ruby
-Module named "Ncurses": Functions and external variables are implemented as
-singleton functions of the Ncurses module.
+This ncurses interface provides access to the functions, macros,
+global variables and constants of the ncurses library. These are
+mapped to a Ruby Module named "Ncurses": Functions and external
+variables are implemented as singleton functions of the Ncurses
+module.