Home
last modified time | relevance | path

Searched refs:ncplane_putwstr (Results 1 – 5 of 5) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_output.3.md49 **static inline int ncplane_putwstr(struct ncplane* ***n***, const wchar_t* ***gclustarr***);**
92 * **ncplane_putwstr()**: writes a set of EGCs from an array of **wchar_t**
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dplane.cpp188 int wrote = ncplane_putwstr(n_, *s);
205 int wrote = ncplane_putwstr(n_, e);
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DPlane.hh600 return error_guard<int> (ncplane_putwstr (plane, gclustarr), -1); in putstr()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h2226 ncplane_putwstr(struct ncplane* n, const wchar_t* gclustarr){ in ncplane_putwstr() function
/dports/devel/notcurses/notcurses-3.0.1/
H A DUSAGE.md1426 ncplane_putwstr(struct ncplane* n, const wchar_t* gclustarr){