aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/curs_kernel.3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-02 06:40:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-02 06:40:24 +0000
commit795172f7a504475a68702297052619a5c90dbfbf (patch)
tree0beef683196d6d2f76165d3756c20ac09c0ee20b /lib/libncurses/curs_kernel.3
parent766ee5695e87f2a4f5c3d4fb858e68e3369ac401 (diff)
Notes
Diffstat (limited to 'lib/libncurses/curs_kernel.3')
-rw-r--r--lib/libncurses/curs_kernel.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libncurses/curs_kernel.3 b/lib/libncurses/curs_kernel.3
index 24084f6fad94..8a776fb39584 100644
--- a/lib/libncurses/curs_kernel.3
+++ b/lib/libncurses/curs_kernel.3
@@ -100,8 +100,10 @@ requested \fIvisibility\fR is not supported.
.SH NOTES
Note that \fBgetsyx\fR is a macro, so \fB&\fR is not necessary before
the variables \fIy\fR and \fIx\fR.
-.SH BUGS
-The return value of curs_set is currently incorrect.
+
+The SVr4 man pages warn that the return value of \fBcurs_set\fR "is currently
+incorrect". This implementation gets it right, but it may be unwise to count
+on the correctness of the return value anywhere else.
.SH SEE ALSO
\fBncurses\fR(3X), \fBcurs_initscr\fR(3X), \fBcurs_outopts\fR(3X), \fBcurs_refresh\fR(3X),
\fBcurs_scr_dump\fR(3X), \fBcurs_slk\fR(3X)