wok-next
annotate ncurses/description.txt @ rev 19567
Up gettext, pcre, grep, gzip.
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Mon Dec 19 06:26:53 2016 +0200 (2016-12-19) |
parents |
|
children |
|
rev |
line source |
al@19561
|
1 The ncurses library routines are a terminal-independent method of updating
|
al@19561
|
2 character screens with reasonable optimization.
|
al@19561
|
3
|
al@19561
|
4 This package contains:
|
al@19561
|
5
|
al@19561
|
6 * `tset` (and `reset`) - terminal initialization utility
|
al@19561
|
7 * `clear` - clears the terminal's screen
|
al@19561
|
8 * `libncursesw.so` - shared library for terminal handling
|
al@19561
|
9 * tabset and terminfo for common terminals
|