bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 14/15] man/curs_add{_wch,ch}: Clarify.


From: G. Branden Robinson
Subject: [PATCH 14/15] man/curs_add{_wch,ch}: Clarify.
Date: Sat, 20 Jul 2024 11:20:51 -0500

---
 man/curs_add_wch.3x | 4 ++--
 man/curs_addch.3x   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index ccddafdea..998f581d2 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -132,8 +132,8 @@ .SS wadd_wch
 at the left margin of a window,
 it does nothing.
 .bP
-Carriage return moves the cursor to the left margin on the current line
-of the window.
+Carriage return moves the cursor to the left margin on the same line of
+the window.
 .bP
 Line feed does a \fB\%clrtoeol\fP(3X),
 then advances as if from the right margin.
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index cdea7bb63..edee0abe8 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -108,8 +108,8 @@ .SS waddch
 at the left margin of a window,
 it does nothing.
 .bP
-Carriage return moves the cursor to the left margin on the current line
-of the window.
+Carriage return moves the cursor to the left margin on the same line of
+the window.
 .bP
 Line feed does a \fB\%clrtoeol\fP(3X),
 then advances as if from the right margin.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]