VMS Help  —  CRTL  mv[w]addstr
    Move the cursor to coordinates (y,x) and add the specified
    string, to which str points, to the specified window.

    Format

      #include  <curses.h>

      int mvaddstr  (int y, int x, char *str);

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