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