ncurses icon indicating copy to clipboard operation
ncurses copied to clipboard

`Key::Enter` value does not match the value returned from `get_char` if the enter key is pressed

Open OpenSauce04 opened this issue 1 year ago • 0 comments

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?

OpenSauce04 avatar Nov 15 '24 11:11 OpenSauce04