[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 022/177] man/curs_add_wchstr.3x: Clarify and fix style nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 022/177] man/curs_add_wchstr.3x: Clarify and fix style nit. |
Date: |
Mon, 13 Jan 2025 11:17:24 -0600 |
* Only character cells on the line might be filled with the background
character.
* Refer to the window's background character as such.
---
man/curs_add_wchstr.3x | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x
index cdb063b05..1a7dcfadb 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -81,7 +81,7 @@ .SH DESCRIPTION
A null complex character terminates the string.
If a complex character does not completely fit at the end of the line,
.I curses
-fills the remaining columns with the window background;
+fills its remaining cells with the window's background character;
see \fB\%bkgrnd\fP(3X).
.B \%wadd_wchnstr
does the same,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 022/177] man/curs_add_wchstr.3x: Clarify and fix style nit.,
G. Branden Robinson <=