cursinswch(3X) cursinswch(3X)
NAME
inswch, mvinswch, mvwinswch, winswch - insert a complex character
and rendition into a window
SYNOPSIS
#include
int inswch(const cchart **wch);;
int winswch(WINDOW **win, const cchart *wch);;
int mvinswch(int y, int x, const cchart *wch);;
int mvwinswch(WINDOW **win, int y, int x, const cchart *wch);;
DESCRIPTION
These routines, insert the complex character wch with rendition before
the character under the cursor. All characters to the right of the
cursor are moved one space to the right, with the possibility of the
rightmost character on the line being lost. The insertion operation
does not change the cursor position.
RETURN VALUE
If successful, these functions return OK. If not, they return ER.
ERORS
No errors are defined.
SEE ALSO
curses(3X), cursinsch(3X).
cursinswch(3X)
|