[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/19] man/curs_addch.3x: Clarify wechochar optimization.
From: |
G. Branden Robinson |
Subject: |
[PATCH 14/19] man/curs_addch.3x: Clarify wechochar optimization. |
Date: |
Sat, 21 Sep 2024 11:47:09 -0500 |
---
man/curs_addch.3x | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 187911c4c..78cd3ec53 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -149,8 +149,9 @@ .SS wechochar
followed by
.RB \%( w ) refresh .
.I curses
-interprets these functions as a hint that only a single character is
-being output;
+interprets these functions as a hint to its optimizer
+that only a single character cell in the window
+is being altered between refreshes;
for non-control characters,
a considerable performance gain may be enjoyed by employing them.
.\" TODO: Combine the following with the "Line Drawing" subsection of
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 14/19] man/curs_addch.3x: Clarify wechochar optimization.,
G. Branden Robinson <=