Relative Content

Tag Archive for c++ncurses

ncurses C home and end keys

I’m doing a simple menu with ncurses. It works for cygwin, but not in linux – home or end keys end the program immediately. I think handling of excape (27) has something to do with it because if I don’t handle it in linux home and end have no effect. in cygwin – home, end and esc work fine (of course escape usually works which delay as it aways did in linux).