pkgin_all: script to auto-install all packages
[minix.git] / lib / libcurses / PSD.doc / intro.0
blobae6b808cc010830eac0d37bb61f28659b390f92b
1 .\"     $NetBSD: intro.0,v 1.6 2003/08/07 16:44:27 agc Exp $
2 .\"
3 .\" Copyright (c) 1980, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)intro.0     8.1 (Berkeley) 6/4/93
31 .\"
32 .tp
33 .(l C
34 .ps 12
35 .ft B
36 Screen Updating and Cursor Movement Optimization:
37 .fl
38 A Library Package
39 .ft
40 .ps
41 .sp
42 .i "Kenneth C. R. C. Arnold"
43 .i "Elan Amir"
44 .sp
45 Computer Science Division
46 Department of Electrical Engineering and Computer Science
47 University of California, Berkeley
48 Berkeley, California  94720
49 .sp 3
50 .bi ABSTRACT
51 .sp 2
52 .)l
53 .(q
54 .pp
55 This document describes a package of C library functions
56 which allow the user to:
57 .ie t .ip \ \ \ \(bu
58 .el .ip 1)
59 update a screen with reasonable optimization,
60 .ie t .ip \ \ \ \(bu
61 .el .ip 2)
62 get input from the terminal
63 in a screen-oriented fashion,
64 and
65 .ie t .ip \ \ \ \(bu
66 .el .ip 3)
67 independent from the above, move the cursor optimally
68 from one point to another.
69 .pp
70 These routines all use the
71 \*(tc \*(db to describe the capabilities of the terminal.
72 .)q
73 .b Acknowledgements
74 .pp
75 This package would not exist
76 without the work of Bill Joy,
77 who,
78 in writing his editor,
79 created the capability to generally describe terminals,
80 wrote the routines which read this \*(db,
81 and, most importantly,
82 those which implement optimal cursor movement,
83 which routines I have simply lifted nearly intact.
84 Doug Merritt and Kurt Shoens also were extremely important,
85 as were both willing to waste time listening to me rant and rave.
86 The help and/or support of
87 Ken Abrams,
88 Alan Char,
89 Mark Horton,
90 and
91 Joe Kalash,
92 was, and is,
93 also greatly appreciated.
94 .i "Ken Arnold    16 April 1986"
95 .pp
96 The help and/or support of Kirk McKusick and Keith Bostic (public vi!)
97 was invaluable in bringing the package ``into the 90's'', which now
98 includes completely new data structures and screen refresh optimization
99 routines.
100 .i "Elan Amir   29 December 1992"