I am developing a C application using ncurses library in linux. my program cant distinguish between Alt and Esc keypresses. both return 27!
can you help me how I can distinguish between the two?
thank you
I am developing a C application using ncurses library in linux. my program cant
Share
Take a look here:
NCurses and ESC,ALT keys
Can’t try it right now, though. Hope it helps.