Use of bullet points does not give us license to violate grammar rules. (Try telling that to people whose careers live and die by slide decks.) --- man/curs_add_wchstr.3x | 1 + man/curs_addchstr.3x | 1 + 2 files changed, 2 insertions(+)
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x index f8255914b..5962065b9 100644 --- a/man/curs_add_wchstr.3x +++ b/man/curs_add_wchstr.3x @@ -106,6 +106,7 @@ .SH DESCRIPTION do not represent unprintable characters with \fB\%wunctrl\fP(3X); .bP do not update the cursor position to follow the last character written; +and .bP truncate the string at the window's right margin, rather than wrapping it to the next line and potentially scrolling. diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x index 637ff10cf..6de05c30b 100644 --- a/man/curs_addchstr.3x +++ b/man/curs_addchstr.3x @@ -104,6 +104,7 @@ .SH DESCRIPTION do not represent unprintable characters with \fB\%unctrl\fP(3X); .bP do not update the cursor position to follow the last character written; +and .bP truncate the string at the window's right margin, rather than wrapping it to the next line and potentially scrolling. -- 2.30.2
signature.asc
Description: PGP signature
