Get a character from the terminal screen and echo it on the specified window. The getch function echoes the character on the stdscr window. Format #include <curses.h> char getch(); char wgetch (WINDOW *win);