bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 12/14] man/curs_bkgd.3x: Point out API wart: there is no `wgetbkg


From: G. Branden Robinson
Subject: [PATCH 12/14] man/curs_bkgd.3x: Point out API wart: there is no `wgetbkgd()`.
Date: Fri, 1 Dec 2023 17:33:47 -0600

---
 man/curs_bkgd.3x | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index 3e8b8587..1b922acf 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -147,6 +147,11 @@ .SH RETURN VALUE
 written to the screen during the refresh.
 This implementation does not do that.
 .SH NOTES
+Unusually,
+there is no \fB\%wgetbkgd\fP function;
+\fB\%getbkgd\fP behaves as one would expect \fB\%wgetbkgd\fP to,
+accepting a \fI\%WINDOW\fP pointer argument.
+.PP
 Note that \fBbkgdset\fP and \fBbkgd\fP may be macros.
 .PP
 X/Open Curses mentions that the character part of the background must
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]