VMS Help  —  CRTL  mv[w]addch
    Move the cursor to coordinates (y,x) and add a character to the
    specified window.

    Format

      #include  <curses.h>

      int mvaddch  (int y, int x, char ch);

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