bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 001/100] man/curs_getcchar.3x: Fix error.


From: G. Branden Robinson
Subject: [PATCH 001/100] man/curs_getcchar.3x: Fix error.
Date: Sat, 30 Mar 2024 16:46:30 -0500

Conversion to/from a curses complex character _string_ does not take
place--just to/from a _single_ complex character.

Problem introduced by me in
<https://lists.gnu.org/archive/html/bug-ncurses/2023-09/msg00023.html>.
---
 man/curs_getcchar.3x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/curs_getcchar.3x b/man/curs_getcchar.3x
index 61b9f19ec..d0c3ba97e 100644
--- a/man/curs_getcchar.3x
+++ b/man/curs_getcchar.3x
@@ -36,7 +36,7 @@
 .SH NAME
 \fB\%getcchar\fP,
 \fB\%setcchar\fP \-
-convert between a wide-character string and a \fIcurses\fR complex character 
string
+convert between a wide-character string and a \fIcurses\fR complex character
 .SH SYNOPSIS
 .nf
 \fB#include <curses.h>
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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