Cisco Cisco WAP121 Wireless-N Access Point with Single Point Setup 릴리즈 노트

다운로드
페이지 194
78-20528-01_B0             Open Source Used In WAP121 1.0.1.x
104
 
tic             -- terminfo source to binary compiler
infocmp         -- terminfo binary to source decompiler/comparator
clear           -- emits clear-screen for current terminal
tput            -- shell-script access to terminal capabilities.
toe-- table of entries utility
tset            -- terminal-initialization utility
 
The first two (tic and infocmp) are used for manipulating terminfo
descriptions; the next two (clear and tput) are for use in shell scripts.  The
last (tset) is provided for 4.4BSD compatibility.  The source code for all of
these lives in the `progs' directory.
 
Detailed documentation for all libraries and utilities can be found in the
`man' and `doc' directories.  An HTML introduction to ncurses, panels, and
menus programming lives in the `doc/html' directory.  Manpages in HTML format
are under `doc/html/man'.
 
The `test' directory contains programs that can be used to verify or
demonstrate the functions of the ncurses libraries.  See test/README for
descriptions of these programs.  Notably, the `ncurses' utility is designed to
help you systematically exercise the library functions.
 
AUTHORS:
 
Pavel Curtis:
wrote the original ncurses
 
Zeyd M. Ben-Halim:
port of original to Linux and many enhancements.
 
Thomas Dickey (maintainer for 1.9.9g through 4.1, resuming with FSF's 5.0):
configuration scripts, porting, mods to adhere to XSI Curses in the
areas of background color, terminal modes.  Also memory leak testing,
the wresize, default colors and key definition extensions and numerous
bug fixes (more than half of those enumerated in NEWS beginning with
the internal release 1.8.9).
 
Florian La Roche (official maintainer for FSF's ncurses 4.2)
Beginning with release 4.2, ncurses is distributed under an MIT-style
license.
 
Eric S. Raymond:
the man pages, infocmp(1), tput(1), clear(1), captoinfo(1), tset(1),
toe(1), most of tic(1), trace levels, the HTML intro, wgetnstr() and
many other entry points, the cursor-movement optimization, the
scroll-pack optimizer for vertical motions, the mouse interface and
xterm mouse support, and the ncurses test program.