in_wch
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
NOTES
PORTABILITY
SEE ALSO
NAME
in_wch, mvin_wch, mvwin_wch, win_wch − extract a complex character and rendition from a window
SYNOPSIS
#include <ncurses/curses.h>
int
in_wch(cchar_t *wcval);
int mvin_wch(int y, int x,
cchar_t *wcval);
int mvwin_wch(WINDOW *win, int
y, int x, cchar_t
*wcval);
int win_wch(WINDOW *win, cchar_t
*wcval);
DESCRIPTION
These functions extract the complex character and rendition from the current position in the named window into the cchar_t object referenced by wcval.
RETURN VALUE
No errors are defined in the XSI Curses standard. This implementation checks for null pointers, returns ERR in that case. Also, the mv routines check for error moving the cursor, returning ERR in that case. Otherwise they return OK
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.
NOTES
Note that all of these routines may be macros.
PORTABILITY
These functions are described in the XSI Curses standard, Issue 4.
SEE ALSO
ncurses(3NCURSES), inch(3NCURSES).
More Linux Commands
manpages/glMultiTexCoordARB.3gl.html
glMultiTexCoordARB(3gl) - set the current texture coordinate
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1
manpages/gitworkflows.7.html
gitworkflows(7) - An overview of recommended workflows with
This document attempts to write down and motivate some of the workflow elements used for git.git itself. Many ideas apply in general, though the full workflow i
manpages/xtrapchar.1x.html
xtrapchar(1x) - XTrap sample clients - Linux manual page....
These commands are SAMPLE CLIENTS provided with the XTrap X Server Extension Sources, Version 3.3. XTrap is an X Server extension which facilitates the capturin
manpages/bonobo-activation-server.1.html
bonobo-activation-server(1) - GNOME component tracker.......
This application tracks information about installed components and brokers components, in conjunction with its client library; libbonobo-activation. It reads th
manpages/wcsnrtombs.3.html
wcsnrtombs(3) - convert a wide-character string to a multiby
The wcsnrtombs() function is like the wcsrtombs(3) function, except that the number of wide characters to be converted, starting at *src, is limited to nwc. If
manpages/Sys::Hostname.3pm.html
Sys::Hostname(3pm) - Try every conceivable way to get hostna
Attempts several methods of getting the system hostname and then caches the result. It tries the first available of the C librarys gethostname(), `$Config{aphos
manpages/keyname_sp.3ncurses.html
keyname_sp(3ncurses) - curses screen-pointer extension......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/readom.1.html
readom(1) - read or write data Compact Discs (Man Page).....
Readom is used to read or write Compact Discs. The device refers to a device location similar to the one used in the wodim command. Refer to its manpage for det
manpages/ntfs-3g.secaudit.8.html
ntfs-3g.secaudit(8) - NTFS Security Data Auditing (ManPage)
ntfs-3g.secaudit displays the ownership and permissions of a set of files on an NTFS file system, and checks their consistency. It can be started in terminal mo
manpages/nl.1.html
nl(1) - number lines of files (Commands - Linux man page)...
Write each FILE to standard output, with line numbers added. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are manda
manpages/sasl_getrealm_t.3.html
sasl_getrealm_t(3) - Realm Acquisition Callback (Man Page)
sasl_getrealm_t is used when there is an interaction with SASL_CB_GETREALM as the type. If a mechanism would use this callback, but it is not present, then the
manpages/mkill.8.html
mkill(8) (Administration - Linux man page).................
mkill determines all active mount points from /proc/mounts and compares this with the specified mount points. Then mkill seeks for processes making this mount p
