Return the character at the current cursor position on the
    specified window without making changes to the window. The inch
    function acts on the stdscr window.
    Format
      #include  <curses.h>
      char inch();
      char winch  (WINDOW *win);
Additional Information:
explode
extract