diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:27:55 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | 717628cdb8831f8a636206cc8093100e9a47fa6e (patch) | |
tree | 88d9d050e8fff6c691cb985c7ce20d175154983d /ruby | |
parent | d000858740ea4412e2f9aa0aa0fe700ad30cd746 (diff) | |
download | slackbuilds-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/README | 9 |
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. |