home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / curses-bsd4.4 / PSD.doc / intro.0 < prev    next >
Encoding:
Text File  |  1994-06-01  |  3.5 KB  |  107 lines

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