| Main index | Section 3 | Options |
#include <curses.h>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 taking a WINDOW pointer argument fail if the pointer is NULL.
Functions prefixed with mv first perform cursor movement and fail if the position (y, x) is outside the window boundaries.
ins_wch, mvins_wch, and mvwins_wch may be implemented as macros.
SVr4 describes successful return values only as an integer value other than ERR.
curses(3X), terminfo(5)
| 2024-04-20 | curs_ins_wch (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Ken Thompson was once asked by a reporter what he would have changed about Unix if he had it all to do over again. His answer: “I would spell creat with an ‘e.'” | ” |