I have read all those man pages, and unless I missed something obvious, they don't tell me how to solve my problem.
I'm using ncurses in my application to get keyboard input, but there are no library functions which help me. I've tried reading keyboard input in raw() mode, but they still come in the same.
I've also tried using 4 different terminal types with no luck (linux, xterm, xterm2, debian).
Main Topics
Browse All Topics





by: ahoffmannPosted on 2008-02-03 at 11:20:00ID: 20809642
man getc
man tgetstr
man curses
man termcap
man terminfo
which API to use may depend on your application ...