summaryrefslogtreecommitdiff
path: root/lib/libcurses/curs_outopts.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-12 11:06:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-12 11:06:50 +0000
commit212ffff119e8aa5436fe7f4c7ccd84468cd8ffdb (patch)
tree8496c9463f319227674474b6fb08ed011936b3e8 /lib/libcurses/curs_outopts.3
parentc3e60c0cfaa5bb0eb5b3ce7d12a3e17299e28871 (diff)
typos;
diffs passed on to curses people.
Diffstat (limited to 'lib/libcurses/curs_outopts.3')
-rw-r--r--lib/libcurses/curs_outopts.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcurses/curs_outopts.3 b/lib/libcurses/curs_outopts.3
index df04819cce9..f4067e387f9 100644
--- a/lib/libcurses/curs_outopts.3
+++ b/lib/libcurses/curs_outopts.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: curs_outopts.3,v 1.10 2001/02/25 18:32:34 millert Exp $
+.\" $OpenBSD: curs_outopts.3,v 1.11 2003/05/12 11:06:49 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -85,9 +85,9 @@ terminals so equipped. Use of character insert/delete is enabled by default.
Calling \fBidcok\fR with \fBTRUE\fR as second argument re-enables use
of character insertion and deletion.
-If \fBimmedok\fR is called with \fBTRUE as argument\fR, any change
+If \fBimmedok\fR is called with \fBTRUE\fR as argument, any change
in the window image, such as the ones caused by \fBwaddch, wclrtobot, wscrl\fR,
-\fIetc\fR., automatically cause a call to \fBwrefresh\fR. However, it may
+etc., automatically cause a call to \fBwrefresh\fR. However, it may
degrade performance considerably, due to repeated calls to \fBwrefresh\fR.
It is disabled by default.
@@ -144,7 +144,7 @@ ability to do the equivalent of \fBclearok(..., 1)\fR by saying
\fBtouchwin(stdscr)\fR or \fBclear(stdscr)\fR. This will not work under
ncurses.
-Earlier System V curses implementations specified that with \fBscrollok\fR
+Earlier System V curses implementations specified that with \fBscrollok\fR
enabled, any window modification triggering a scroll also forced a physical
refresh. XSI Curses does not require this, and \fBncurses\fR avoids doing
it in order to perform better vertical-motion optimization at \fBwrefresh\fR