bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 24/42] man/curs_getch.3x: Fix style nit.


From: G. Branden Robinson
Subject: [PATCH 24/42] man/curs_getch.3x: Fix style nit.
Date: Sat, 16 Dec 2023 11:45:48 -0600

Group all four (mv,w) function permutations together, like
curs_add_wch.3x and curs_addch.3x.
---
 man/curs_getch.3x | 1 -
 1 file changed, 1 deletion(-)

diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index e5035b9fd..eb1a19e5e 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -59,7 +59,6 @@ .SH SYNOPSIS
 .PP
 .B int getch(void);
 .B int wgetch(WINDOW *\fIwin\fP);
-.PP
 .B int mvgetch(int \fIy\fP, int \fIx\fP);
 .B int mvwgetch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
 .PP
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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