bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 168/177] man/curs_util.3x: Rearrange synopses.


From: G. Branden Robinson
Subject: [PATCH 168/177] man/curs_util.3x: Rearrange synopses.
Date: Mon, 13 Jan 2025 11:43:48 -0600

Group function names by purpose; continue to annotate extensions.
---
 man/curs_util.3x | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/man/curs_util.3x b/man/curs_util.3x
index 7a50fb12c..6380ba908 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -70,18 +70,19 @@ .SH SYNOPSIS
 \fBconst char * key_name(wchar_t \fIwc\fP);
 .PP
 \fBvoid filter(void);
+\fI/* extension */
+\fBvoid nofilter(void);
 .PP
 \fBvoid use_env(bool \fIbf\fP);
+\fI/* extension */
+\fBvoid use_tioctl(bool \fIbf\fP);
 .PP
 \fBint putwin(WINDOW * \fIwin\fP, FILE * \fIfilep\fP);
 \fBWINDOW * getwin(FILE * \fIfilep\fP);
 .PP
 \fBint delay_output(int \fIms\fP);
-\fBint flushinp(void);
 .PP
-\fI/* extensions */
-\fBvoid nofilter(void);
-\fBvoid use_tioctl(bool \fIbf\fP);
+\fBint flushinp(void);
 .fi
 .SH DESCRIPTION
 .SS unctrl
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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