Insert a character at the current cursor position in the specified window. The insch function acts on the stdscr window. Format #include <curses.h> int insch (char ch); int winsch (WINDOW *win, char ch);