[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 175/177] man/curs_window.3x: Revise "NOTES" section.
From: |
G. Branden Robinson |
Subject: |
[PATCH 175/177] man/curs_window.3x: Revise "NOTES" section. |
Date: |
Mon, 13 Jan 2025 11:48:08 -0600 |
Recast and promote notice of macro implementation, sequencing
information more consistently with other ncurses man pages.
---
man/curs_window.3x | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/man/curs_window.3x b/man/curs_window.3x
index 79b50724c..02b2c95ac 100644
--- a/man/curs_window.3x
+++ b/man/curs_window.3x
@@ -255,10 +255,13 @@ .SH RETURN VALUE
All of these functions fail if the screen has not been initialized;
see \fBinitscr\fP(3X) or \fBnewterm\fP(3X).
.SH NOTES
-If many small changes are made to the window, the \fBwsyncup\fP option could
-degrade performance.
+.B \%syncok
+may be implemented as a macro.
.PP
-Note that \fBsyncok\fP may be a macro.
+Calling
+.B \%syncup
+on a window and making many small changes to it
+could degrade performance.
.SH PORTABILITY
X/Open Curses Issue\ 4 describes these functions.
.PP
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 175/177] man/curs_window.3x: Revise "NOTES" section.,
G. Branden Robinson <=