[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 15/51] man/curs_ins_wch.3x: Revise ordering of function 4-tuples
From: |
G. Branden Robinson |
Subject: |
[PATCH 15/51] man/curs_ins_wch.3x: Revise ordering of function 4-tuples in "NAME" section. |
Date: |
Fri, 26 Jul 2024 12:49:15 -0500 |
Reorganize list of functions, grouping them by common 4-tuple described
in ncurses (that is, in order of increasing argument count); a given
ncurses function often has four variants, with a prefix that is empty,
"w", "mv", or "mvw". The w-prefixed function is the elementary one (the
others are macros).
---
man/curs_ins_wch.3x | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x
index 989fcdbe2..0a8681b73 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -41,9 +41,9 @@
.\}
.SH NAME
\fB\%ins_wch\fP,
+\fB\%wins_wch\fP,
\fB\%mvins_wch\fP,
-\fB\%mvwins_wch\fP,
-\fB\%wins_wch\fP \-
+\fB\%mvwins_wch\fP \-
insert a \fIcurses\fR complex character in a window
.SH SYNOPSIS
.nf
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 15/51] man/curs_ins_wch.3x: Revise ordering of function 4-tuples in "NAME" section.,
G. Branden Robinson <=