Copyright Digital Equipment Corp. All rights reserved.
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);
Arguments Description Return_Values