[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 27/52] man/curs_variables.3x: Tweak description of refresh proces
From: |
G. Branden Robinson |
Subject: |
[PATCH 27/52] man/curs_variables.3x: Tweak description of refresh process. |
Date: |
Fri, 22 Dec 2023 17:05:46 -0600 |
---
man/curs_variables.3x | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index 51cb7e098..e19395a2d 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -227,11 +227,12 @@ .SH PORTABILITY
use as an argument to \fB\%clearok\fP(3X) and \fB\%wrefresh\fP(3X).
.PP
\fB\%newscr\fP is a feature of SVr4 \fIcurses\fP.
-When refreshing the screen, this window is used as a working area
-for combining the standard screen \fB\%stdscr\fP with any other windows
-which the application may have created with \fB\%newwin\fP(3X).
-When the updated \fB\%newscr\fP is complete,
-\fIcurses\fP updates \fB\%curscr\fP to match \fB\%newscr\fP.
+When refreshing the screen,
+it is used as a working area for combining the standard window
+\fB\%stdscr\fP with any others the application may have created with
+\fB\%newwin\fP(3X).
+When the update of \fB\%newscr\fP is complete,
+\fIcurses\fP modifies \fB\%curscr\fP to match \fB\%newscr\fP.
.PP
\fB\%TABSIZE\fP is a feature of SVr4 \fIcurses\fP.
.bP
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 27/52] man/curs_variables.3x: Tweak description of refresh process.,
G. Branden Robinson <=