Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libcurses/PSD.doc Pull in revision 1.13 -> 1.14. Ap...
details: https://anonhg.NetBSD.org/src/rev/2792c893d280
branches: netbsd-1-5
changeset: 489566:2792c893d280
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Fri Sep 29 00:00:19 2000 +0000
description:
Pull in revision 1.13 -> 1.14. Approved by thorpej.
Original log message:
> Last revision had some problems. One .De was missing, and a number of
> .De's were really .Ds's. Problems were causing output not to be rendered-
> number of output pages more than doubled after these fixes, and made much more
> sense.
diffstat:
lib/libcurses/PSD.doc/fns.doc | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r ec8417ba1028 -r 2792c893d280 lib/libcurses/PSD.doc/fns.doc
--- a/lib/libcurses/PSD.doc/fns.doc Thu Sep 28 19:57:54 2000 +0000
+++ b/lib/libcurses/PSD.doc/fns.doc Fri Sep 29 00:00:19 2000 +0000
@@ -427,6 +427,7 @@
otherwise it will not.
.Ds
.Fn getattrs "WINDOW *win"
+.De
Gets the attributes for
.Vn win .
.Ds
@@ -463,32 +464,32 @@
and then reset to the original mode when finished.
.Ds
.Fn getcury "WINDOW *win"
-.Ds
+.De
Get current y position on
.Vn win .
.Ds
.Fn getcurx "WINDOW *win"
-.Ds
+.De
Get current x position on
.Vn win .
.Ds
.Fn getbegy "WINDOW *win"
-.Ds
+.De
Get start y position on
.Vn win .
.Ds
.Fn getbegx "WINDOW *win"
-.Ds
+.De
Get start x position on
.Vn win .
.Ds
.Fn getmaxy "WINDOW *win"
-.Ds
+.De
Get maximum y position on
.Vn win .
.Ds
.Fn getmaxx "WINDOW *win"
-.Ds
+.De
Get maximum x position on
.Vn win .
.Ds
Home |
Main Index |
Thread Index |
Old Index