VMS Help
CRTL, mv[w]addch

 *Conan The Librarian

    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) :

  Close     Help