Copyright Digital Equipment Corp. All rights reserved.

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

Arguments       Description     Return_Values