bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 016/100] man/curs_addch.3x: Clarify line feed handling.


From: G. Branden Robinson
Subject: [PATCH 016/100] man/curs_addch.3x: Clarify line feed handling.
Date: Sat, 30 Mar 2024 16:49:18 -0500

Scrolling depends on `scrollok()` in this context as well.
---
 man/curs_addch.3x | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index bfc274afc..5d3e6663d 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -111,7 +111,9 @@ .SS "Adding Characters"
 .bP
 Line feed does a \fB\%clrtoeol\fP(3X),
 then moves the cursor to the left margin on the next line of the window,
-scrolling the window if the cursor was already on the last line.
+and if \fB\%scrollok\fP(3X) is enabled for
+.IR win ,
+scrolls the window if the cursor was already on the last line.
 .bP
 Tab advances the cursor to the next tab stop
 (possibly on the next line);
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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