X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_in_wchstr.3x;h=91f22c14294e63475b1e1f88b92de549ba5a5617;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=7118abf95efe92956702be7ed8a18c1072e34ab0;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1;p=ncurses.git diff --git a/man/curs_in_wchstr.3x b/man/curs_in_wchstr.3x index 7118abf9..91f22c14 100644 --- a/man/curs_in_wchstr.3x +++ b/man/curs_in_wchstr.3x @@ -27,12 +27,18 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_in_wchstr.3x,v 1.25 2023/09/30 21:38:11 tom Exp $ -.TH curs_in_wchstr 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_wchstr.3x,v 1.28 2023/11/11 11:42:45 tom Exp $ +.TH curs_in_wchstr 3X 2023-11-11 "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_wchstr\fP, \fB\%in_wchnstr\fP, @@ -45,23 +51,17 @@ get a \fIcurses\fR complex character string from a window .SH SYNOPSIS .nf -\fB#include \fP -.sp -\fBint in_wchstr(cchar_t *\fIwchstr\fB);\fR -.br -\fBint in_wchnstr(cchar_t *\fIwchstr\fB, int \fIn\fB);\fR -.br -\fBint win_wchstr(WINDOW *\fIwin\fB, cchar_t *\fIwchstr\fB);\fR -.br -\fBint win_wchnstr(WINDOW *\fIwin\fB, cchar_t *\fIwchstr\fB, int \fIn\fB);\fR -.sp -\fBint mvin_wchstr(int \fIy\fB, int \fIx\fB, cchar_t *\fIwchstr\fB);\fR -.br -\fBint mvin_wchnstr(int \fIy\fB, int \fIx\fB, cchar_t *\fIwchstr\fB, int \fIn\fB);\fR -.br -\fBint mvwin_wchstr(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, cchar_t *\fIwchstr\fB);\fR -.br -\fBint mvwin_wchnstr(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, cchar_t *\fIwchstr\fR, int \fIn\fB);\fR +\fB#include +.PP +\fBint in_wchstr(cchar_t *\fIwchstr\fP); +\fBint in_wchnstr(cchar_t *\fIwchstr\fP, int \fIn\fP); +\fBint win_wchstr(WINDOW *\fIwin\fP, cchar_t *\fIwchstr\fP); +\fBint win_wchnstr(WINDOW *\fIwin\fP, cchar_t *\fIwchstr\fP, int \fIn\fP); +.PP +\fBint mvin_wchstr(int \fIy\fP, int \fIx\fP, cchar_t *\fIwchstr\fP); +\fBint mvin_wchnstr(int \fIy\fP, int \fIx\fP, cchar_t *\fIwchstr\fP, int \fIn\fP); +\fBint mvwin_wchstr(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, cchar_t *\fIwchstr\fP); +\fBint mvwin_wchnstr(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, cchar_t *\fIwchstr\fP, int \fIn\fP); .fi .SH DESCRIPTION These functions return an array of complex characters in \fIwchstr\fP, @@ -79,7 +79,6 @@ with at most \fIn\fP \fBcchar_t\fP elements. -.br .SH NOTES Note that all routines except \fBwin_wchnstr\fP @@ -116,7 +115,7 @@ This implementation checks for null pointers, returning \fBERR\fP in that case. .SH SEE ALSO \fB\%curses\fP(3X), -\fB\%curs_in_wch\fP(3X), +\fB\%curs_inchstr\fP(3X), \fB\%curs_instr\fP(3X), -\fB\%curs_inwstr\fP(3X) -\fB\%curs_inchstr\fP(3X) +\fB\%curs_inwstr\fP(3X), +\fB\%curs_in_wch\fP(3X)