ncurses

Karthik Sarangan <[email protected]> Mon, 29 Jan 2007 19:37:54 +0500
Newsgroups gmane.comp.lib.ncurses.general
Message-ID <[email protected]>
getch() retrieves only one character at a time.

If I press two keys (Eg: UP_ARROW followed by LEFT_ARROW without leaving
UP_ARROW) then I get 259 (UP_ARROW) followed by 260 (LEFT_ARROW).

multiple keypresses.

Thanking you,
Karthik S.