bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 20/32] man/*.3x: Name metasyntactic variables more consistently (


From: G. Branden Robinson
Subject: [PATCH 20/32] man/*.3x: Name metasyntactic variables more consistently (1/2).
Date: Sat, 11 May 2024 08:30:53 -0500

* `wc` is always a `wchar_t` (or `wint_t`).
* `wch` is always a curses `cchar_t`.
---
 man/curs_sp_funcs.3x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/curs_sp_funcs.3x b/man/curs_sp_funcs.3x
index e58a48e3c..dc5ee5479 100644
--- a/man/curs_sp_funcs.3x
+++ b/man/curs_sp_funcs.3x
@@ -160,7 +160,7 @@ .SH SYNOPSIS
 \fBchar* termname_sp(SCREEN* \fIsp\fP);
 \fBint typeahead_sp(SCREEN* \fIsp\fP, int \fIfd\fP);
 \fBint unget_wch_sp(SCREEN* \fIsp\fP, const wchar_t \fIwc\fP);
-\fBint ungetch_sp(SCREEN* \fIsp\fP, int \fIc\fP);
+\fBint ungetch_sp(SCREEN* \fIsp\fP, int \fIch\fP);
 \fBint ungetmouse_sp(SCREEN* \fIsp\fP, MEVENT* \fIevent\fP);
 \fBint use_default_colors_sp(SCREEN* \fIsp\fP);
 \fBvoid use_env_sp(SCREEN* \fIsp\fP, bool \fIbf\fP);
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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