in_wchstr
NAMESYNOPSIS
DESCRIPTION
NOTES
RETURN VALUE
PORTABILITY
SEE ALSO
NAME
in_wchstr, in_wchnstr, win_wchstr, win_wchnstr, mvin_wchstr, mvin_wchnstr, mvwin_wchstr, mvwin_wchnstr − get an array of complex characters and renditions from a curses window
SYNOPSIS
#include <ncurses/curses.h>
int
in_wchstr(cchar_t *wchstr);
int in_wchnstr(cchar_t *wchstr, int
n);
int win_wchstr(WINDOW *win, cchar_t
*wchstr);
int win_wchnstr(WINDOW *win, cchar_t
*wchstr, int n);
int mvin_wchstr(int y, int x,
cchar_t *wchstr);
int mvin_wchnstr(int y, int x,
cchar_t *wchstr, int n);
int mvwin_wchstr(WINDOW *win, int
y, int x, cchar_t
*wchstr);
int mvwin_wchnstr(WINDOW *win, int
y, int x, cchar_t
*wchstr, int n);
DESCRIPTION
These functions return an array of complex characters in wchstr, starting at the current cursor position in the named window. Attributes (rendition) are stored with the characters.
The in_wchnstr, mvin_wchnstr, mvwin_wchnstr and win_wchnstr fill the array with at most n cchar_t elements.
NOTES
Note that all routines except win_wchnstr may be macros.
Reading a line that overflows the array pointed to by wchstr with in_wchstr, mvin_wchstr, mvwin_wchstr or win_wchstr causes undefined results. Therefore, the use of in_wchnstr, mvin_wchnstr, mvwin_wchnstr, or win_wchnstr is recommended.
RETURN VALUE
Upon successful completion, these functions return OK. Otherwise, they return ERR.
Functions with a "mv" prefix first perform a cursor movement using wmove, and return an error if the position is outside the window, or if the window pointer is null.
PORTABILITY
The XSI Curses defines no error conditions. This implementation checks for null pointers, returning ERR in that case.
SEE ALSO
Functions: ncurses(3NCURSES), in_wch(3NCURSES), instr(3NCURSES), inwstr(3NCURSES) inchstr(3NCURSES)
More Linux Commands
manpages/llabs.3.html
llabs(3) - compute the absolute value of an integer.........
The abs() function computes the absolute value of the integer argument j. The labs(), llabs() and imaxabs() functions compute the absolute value of the argument
manpages/bc.1.html
bc(1) - An arbitrary precision calculator language (ManPage)
bc is a language that supports arbitrary precision numbers with interactive execution of statements. There are some similarities in the syntax to the C programm
manpages/gnutls_pubkey_get_verify_algorithm.3.html
gnutls_pubkey_get_verify_algorithm(3) - API function........
This function will read the certifcate and the signed data to determine the hash algorithm used to generate the signature. RETURNS On success, GNUTLS_E_SUCCESS
manpages/Module::Build::Platform::RiscOS.3pm.html
Module::Build::Platform::RiscOS(3pm) - Builder class for Ris
Module::Build::Platform::RiscOS.3pm - The sole purpose of this module is to inherit from Module::Build::Base. Please see the Module::Build for the docs. AUTHOR
manpages/User::grent.3pm.html
User::grent(3pm) - by-name interface to Perl's built-in getg
This modules default exports override the core getgrent(), getgruid(), and getgrnam() functions, replacing them with versions that return User::grent objects. T
manpages/gnutls_hash_fast.3.html
gnutls_hash_fast(3) - API function - Linux manual page......
gnutls_hash_fast.3 - This convenience function will hash the given data and return output on a single call. RETURNS Zero or a negative error code on error. SINC
manpages/gnutls_pem_base64_encode.3.html
gnutls_pem_base64_encode(3) - API function - Linux man page
This function will convert the given data to printable data, using the base64 encoding. This is the encoding used in PEM messages. The output string will be nul
manpages/cleanup.8.html
cleanup(8) - canonicalize and enqueue Postfix message.......
The cleanup(8) daemon processes inbound mail, inserts it into the incoming mail queue, and informs the queue manager of its arrival. The cleanup(8) daemon alway
manpages/glSeparableFilter2D.3gl.html
glSeparableFilter2D(3gl) - define a separable two-dimensiona
glSeparableFilter2D builds a two-dimensional separable convolution filter kernel from two arrays of pixels. The pixel arrays specified by (width, format, type,
manpages/oowriter.1.html
oowriter(1) - LibreOffice office suite - Linux manual page
Writer is a full-featured word processing and desktop publishing tool. It is powerful enough to create complete books with content diagrams, indexes, and more.
manpages/verify.8.html
verify(8) - Postfix address verification server (Man Page)
The verify(8) address verification server maintains a record of what recipient addresses are known to be deliverable or undeliverable. Addresses are verified by
manpages/text.n.html
text(n) - Create and manipulate text widgets (Man Page).....
The text command creates a new window (given by the pathName argument) and makes it into a text widget. Additional options, described above, may be specified on
