bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 04/17] man/curs_add{,_w}ch.3x: Relocate material.


From: G. Branden Robinson
Subject: [PATCH 04/17] man/curs_add{,_w}ch.3x: Relocate material.
Date: Wed, 13 Mar 2024 13:09:59 -0500

Move a paragraph so it no longer appears to fall under the "TABSIZE"
subsection heading, with which it has nothing to do.
---
 man/curs_add_wch.3x | 12 ++++++------
 man/curs_addch.3x   | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 01307815a..8fda68c84 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -325,6 +325,12 @@ .SH NOTES
 .SH PORTABILITY
 These functions are described in the XSI Curses standard, Issue 4.
 The defaults specified for line-drawing characters apply in the POSIX locale.
+.PP
+If \fIwch\fP is a carriage return,
+.I curses
+moves the cursor to the beginning of the current row of the window.
+This is true of other implementations,
+but is not documented.
 .SS "WACS Symbols"
 X/Open Curses makes it clear that the WACS_ symbols should be defined as
 a pointer to \fBcchar_t\fP data, e.g., in the discussion of \fBborder_set\fP.
@@ -430,12 +436,6 @@ .SS TABSIZE
 .I curses,
 but is not defined by X/Open Curses
 (see \fBcurs_variables\fP(3X)).
-.PP
-If \fIwch\fP is a carriage return,
-.I curses
-moves the cursor to the beginning of the current row of the window.
-This is true of other implementations,
-but is not documented.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_add_wchstr\fP(3X),
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index eac54564a..b0baf22b8 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -209,6 +209,12 @@ .SH NOTES
 .SH PORTABILITY
 These functions are described in the XSI Curses standard, Issue 4.
 The defaults specified for forms-drawing characters apply in the POSIX locale.
+.PP
+If \fIch\fP is a carriage return,
+.I curses
+moves the cursor to the beginning of the current row of the window.
+This is true of other implementations,
+but is not documented.
 .SS "ACS Symbols"
 X/Open Curses states that the \fBACS_\fP definitions are \fBchar\fP constants.
 For the wide-character implementation (see \fBcurs_add_wch\fP),
@@ -313,12 +319,6 @@ .SS TABSIZE
 .I curses,
 but is not defined by X/Open Curses
 (see \fBcurs_variables\fP(3X)).
-.PP
-If \fIch\fP is a carriage return,
-.I curses
-moves the cursor to the beginning of the current row of the window.
-This is true of other implementations,
-but is not documented.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_addchstr\fP(3X),
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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