diff options
Diffstat (limited to 'gnu/packages/ncurses.scm')
-rw-r--r-- | gnu/packages/ncurses.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index c6dd98a801..3e968a8ae9 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm @@ -130,9 +130,10 @@ (self-native-input? #t) ; for `tic' (synopsis "Terminal emulation (termcap, terminfo) library") (description - "Ncurses is a library which provides capabilities to write text to a -terminal in a terminal-independent manner. It supports pads and color as + "GNU Ncurses is a library which provides capabilities to write text to +a terminal in a terminal-independent manner. It supports pads and color as well as multiple highlights and forms characters. It is typically used to -implement user interfaces for command-line applications.") +implement user interfaces for command-line applications. The accompanying +ncursesw library provides wide character support.") (license x11) (home-page "http://www.gnu.org/software/ncurses/")))) |