curs_ins_wch(3X) | Miscellaneous Library Functions | curs_ins_wch(3X) |
int ins_wch(const cchar_t *wch);
int wins_wch(WINDOW *win, const cchar_t
*wch);
int mvins_wch(int y, int x, const
cchar_t *wch);
int mvwins_wch(WINDOW *win, int y, int
x , const cchar_t *wch);
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.
OmniOS |