VMS Help  —  CRTL  mv[w]insch
    Move the cursor to coordinates (y,x) and insert the character
    ch into the specified window. The mvinsch function acts on the
    stdscr window.

    Format

      #include  <curses.h>

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

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