I have a problem with NCurses… i need to handle all keys like Esc, Alt+F etc.
Problem is that the codes are similar… i.e:
Esc – 27
Alt+A – 27 65
As an example there is double code for Alt+[key] combination what similar to Esc key…
Any ideas how handle that?
Resolved by: