mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
df0391aef2
Pancurses returns different key codes for "Enter" in the normal area ('\r'), and the one in the numpad ('\n'). Cursive only interpretes '\n' as Enter, and leaves '\r' as CtrlChar('m'), which is different than that with NCurses on Linux, and makes 'Enter' key not trigger a clicked event on buttons. |
||
---|---|---|
.. | ||
curses | ||
blt.rs | ||
crossterm.rs | ||
dummy.rs | ||
mod.rs | ||
resize.rs | ||
termion.rs |