Move the cursor to coordinates (y,x) and return the character on
    the specified window without making changes to the window. The
    mvinch function acts on the stdscr window.
    Format
      #include  <curses.h>
      int mvinch  (int y, int x);
      int mvwinch  (WINDOW *win, int y, int x);
Additional Information:
explode
extract