Whitespace, section name, and punctuation fixes.

This commit is contained in:
wiz 2001-10-14 19:58:16 +00:00
parent 4be44c080f
commit 0604b11aee

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses.3,v 1.34 2001/10/14 12:36:09 blymn Exp $
.\" $NetBSD: curses.3,v 1.35 2001/10/14 19:58:16 wiz Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -72,7 +72,7 @@ must be called before any of the other routines that deal with color are used.
.%T Screen Updating and Cursor Movement Optimization: A Library Package
.%A Ken Arnold
.Re
.Sh AUTHOR
.Sh AUTHORS
.An Ken Arnold
.Sh FUNCTIONS
.Bl -column "subwin(win,lines,cols,begin_y,begin_x)"
@ -110,7 +110,7 @@ and applies this rendition to
Copy rectangle from
.Em srcwin
to
.Em dstwin.
.Em dstwin .
If overlay is true then copy is nondestructive.
.It curs_set(vis) change cursor visibility, 0 is invisible, 1 is
normal, 2 is high visibility. Returns previous value on success.
@ -125,7 +125,7 @@ milliseconds using terminal pad character.
.Em win
.It derwin(win,lines,cols,begin_y,begin_x)\ create a subwindow
relative to
.Em win.
.Em win .
.It doupdate() make current screen look like virtual screen
.It dupwin(win) duplicate
.Em win