diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-09 12:35:11 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-09 12:35:11 +0800 |
commit | 9b547b7e5dced9e5c0a56182d6e2b4ed91087ba5 (patch) | |
tree | f68a2777b4f16399be75379723ad1f4410be05a8 /devel/ncurses | |
parent | 6dd6dbdc3cd6c37412f2cbb65edb345196abc618 (diff) | |
download | freebsd-ports-gnome-9b547b7e5dced9e5c0a56182d6e2b4ed91087ba5.tar.gz freebsd-ports-gnome-9b547b7e5dced9e5c0a56182d6e2b4ed91087ba5.tar.zst freebsd-ports-gnome-9b547b7e5dced9e5c0a56182d6e2b4ed91087ba5.zip |
Fix grammar and spalling. List home page.
PR: 63338
Submitted by: linimon
Diffstat (limited to 'devel/ncurses')
-rw-r--r-- | devel/ncurses/pkg-descr | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ncurses/pkg-descr b/devel/ncurses/pkg-descr index d47a6df4f45a..c474158b84b0 100644 --- a/devel/ncurses/pkg-descr +++ b/devel/ncurses/pkg-descr @@ -1,11 +1,13 @@ The ncurses software includes a SVr4 and XSI-Curses compatible -curses library as well as terminfo tools include "tic", "infocmp", +curses library as well as terminfo tools including "tic", "infocmp", and "captoinfo". The library is used by other programs for text-mode support of color, multiple highlights, forms-drawing characters, -automatic recognition of keybad and function-key sequences, and +automatic recognition of keypad and function-key sequences, and more. The ncurses library uses a terminfo database (included), but can be configured to use BSD's /etc/termcap file instead. This has been approved by the old 4.4BSD curses maintainer as the official 4.4BSD curses successor. + +WWW: http://invisible-island.net/ncurses/ncurses.html |