| Main index | Section 3 | Options |
#include <curses.h>int insch(chtype ch); int winsch(WINDOW *win, chtype ch); int mvinsch(int y, int x, chtype ch); int mvwinsch(WINDOW *win, int y, int x, chtype ch);
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.
A terminal's insert_character (ich1) capability is not necessarily employed.
SVr4 curses describes a successful return value only as an integer value other than ERR.
curses(3X), terminfo(5)
| 2024-04-20 | curs_insch (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | UNIX is a four-letter word! | ” |