diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 08:17:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 08:17:49 +0000 |
commit | 5e4f8cd5161cc712b649498c85843274b4575627 (patch) | |
tree | 594dc4831e0939388136fa9a60339e695010aea6 /lib | |
parent | 22d5cdd2b0c21991462f185a8514dc13e6891f20 (diff) |
typos from Jared Yanovich, improved by Tom Cosgrove,
and a couple from myself.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libocurses/PSD.doc/intro.3 | 2 | ||||
-rw-r--r-- | lib/libocurses/PSD.doc/intro.5 | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libocurses/PSD.doc/intro.3 b/lib/libocurses/PSD.doc/intro.3 index b86b2ca13c7..fa886bab1ab 100644 --- a/lib/libocurses/PSD.doc/intro.3 +++ b/lib/libocurses/PSD.doc/intro.3 @@ -86,7 +86,7 @@ Additional windows can be created by using the functions and .Fn subwin . .Fn delwin -allows you to delete an exisiting window. +allows you to delete an existing window. The variables .Vn LINES and diff --git a/lib/libocurses/PSD.doc/intro.5 b/lib/libocurses/PSD.doc/intro.5 index 379a2427607..56617b45e22 100644 --- a/lib/libocurses/PSD.doc/intro.5 +++ b/lib/libocurses/PSD.doc/intro.5 @@ -42,13 +42,14 @@ line) is output. .pp Likewise, if scrolling is enabled, a scroll will be invoked only when the first character on he first line past the bottom line of the window is -output. If scrolling is not enabled the characters will to be output to the +output. If scrolling is not enabled the characters will be output to the bottom right corner of the window which is the cursor location. .pp This policy allows consistent behavior of the cursor at the boundary conditions. Furthermore, it prevents a scroll from happening before it is -actually needed (the old package used to scroll when the bottom right position -was output a character). As a precendent, it models the +actually needed (the old package used to scroll when a character was +written to the right-most position on the last line). As a precedent, it +models the .i xterm character output conventions. .sh 1 "Terminal State Handling" |