VMS Help  —  CRTL  [w]insstr
    Insert a string at the current cursor position in the specified
    window. The insstr function acts on the stdscr window.

    Format

      #include  <curses.h>

      int insstr  (char *str);

      int winsstr  (WINDOW *win, char *str);
Additional Information: explode extract
Arguments Description Return Values
Close Help