Hello im using curses to develop a small console application.
I have a main loop section wich waits for user input, it uses the getstr function, of course this waits
you want getch rather than getstr. also see curt sampson's comment about the arrow keys not being a single character.