[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 16/51] man/curs_in_wch.3x: Revise ordering of function 4-tuples i
From: |
G. Branden Robinson |
Subject: |
[PATCH 16/51] man/curs_in_wch.3x: Revise ordering of function 4-tuples in "NAME" section. |
Date: |
Fri, 26 Jul 2024 12:49:23 -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_in_wch.3x | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/curs_in_wch.3x b/man/curs_in_wch.3x
index 1775752a9..6d4aba8d3 100644
--- a/man/curs_in_wch.3x
+++ b/man/curs_in_wch.3x
@@ -41,9 +41,9 @@
.\}
.SH NAME
\fB\%in_wch\fP,
+\fB\%win_wch\fP,
\fB\%mvin_wch\fP,
-\fB\%mvwin_wch\fP,
-\fB\%win_wch\fP \-
+\fB\%mvwin_wch\fP \-
get a \fIcurses\fR complex character from a window
.SH SYNOPSIS
.nf
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 16/51] man/curs_in_wch.3x: Revise ordering of function 4-tuples in "NAME" section.,
G. Branden Robinson <=