Insert a string at the current cursor position in the specified window. The insstr function acts on the stdscr window.
#include <curses.h> int insstr (char *str); int winsstr (WINDOW *win, char *str);
OK | Indicates success. |
ERR | Indicates that the function makes the screen scroll illegally. For more information, see the scrollok function in this section. |