ncurses
ncurses copied to clipboard
`Key::Enter` value does not match the value returned from `get_char` if the enter key is pressed
While using NCurses.keypad true, NCurses::Key::Enter provides a value of 343, however if the enter key is read by NCurses.get_char a value of 10 is returned.
Other keys such as the directional arrows appear to have matching values, so I'm unsure what could be causing this. Is this a bug in this library or have I missed something?