c++ - Tracking KEY_ENTER in Ncurses -
how 1 track key_enter in ncurses? have tried tracking \n using getch(), key_enter, , raw(), no avail.
seems utilize key abbreviations key_enter, have create phone call to:
keypad(win, true); before using them. take @ this: http://osr600doc.sco.com/en/man/html.curses/keypad.curses.html
c++ c ncurses curses
No comments:
Post a Comment