wok-next diff ncurses/description.txt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ncurses/description.txt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -0,0 +1,9 @@ 1.4 +The ncurses library routines are a terminal-independent method of updating 1.5 +character screens with reasonable optimization. 1.6 + 1.7 +This package contains: 1.8 + 1.9 + * `tset` (and `reset`) - terminal initialization utility 1.10 + * `clear` - clears the terminal's screen 1.11 + * `libncursesw.so` - shared library for terminal handling 1.12 + * tabset and terminfo for common terminals