X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_in_wch.3x;fp=man%2Fcurs_in_wch.3x;h=b8ea1d827f2d344c88008aa7916fe8f318abadcb;hp=fcc430b2d871672e8c6f7a609fa5a2fafe0747fb;hb=894a177fd5228cdbe790bd1dc9435bd435c29681;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1 diff --git a/man/curs_in_wch.3x b/man/curs_in_wch.3x index fcc430b2..b8ea1d82 100644 --- a/man/curs_in_wch.3x +++ b/man/curs_in_wch.3x @@ -27,12 +27,18 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_in_wch.3x,v 1.21 2023/09/30 21:38:11 tom Exp $ -.TH curs_in_wch 3X 2023-09-30 "ncurses 6.4" "Library calls" -.ie \n(.g .ds `` \(lq -.el .ds `` `` -.ie \n(.g .ds '' \(rq -.el .ds '' '' +.\" $Id: curs_in_wch.3x,v 1.22 2023/10/07 21:19:07 tom Exp $ +.TH curs_in_wch 3X 2023-10-07 "ncurses 6.4" "Library calls" +.ie \n(.g \{\ +.ds `` \(lq +.ds '' \(rq +.\} +.el \{\ +.ie t .ds `` `` +.el .ds `` "" +.ie t .ds '' '' +.el .ds '' "" +.\} .SH NAME \fB\%in_wch\fP, \fB\%mvin_wch\fP, @@ -40,15 +46,15 @@ \fB\%win_wch\fP \- get a \fIcurses\fR complex character from a window .SH SYNOPSIS -\fB#include \fP -.sp -\fBint in_wch(cchar_t *\fIwcval\fB);\fR -.br -\fBint win_wch(WINDOW *\fIwin\fB, cchar_t *\fIwcval\fB);\fR -.sp -\fBint mvin_wch(int \fIy\fB, int \fIx\fB, cchar_t *\fIwcval\fB);\fR -.br -\fBint mvwin_wch(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, cchar_t *\fIwcval\fB);\fR +.nf +\fB#include +.PP +\fBint in_wch(cchar_t *\fIwcval\fP); +\fBint win_wch(WINDOW *\fIwin\fP, cchar_t *\fIwcval\fP); +.PP +\fBint mvin_wch(int \fIy\fP, int \fIx\fP, cchar_t *\fIwcval\fP); +\fBint mvwin_wch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, cchar_t *\fIwcval\fP); +.fi .SH DESCRIPTION These functions extract the complex character and rendition from the current position in the named window into the \fBcchar_t\fP object