cursive/src/backend
Shixin Zeng df0391aef2 [PAN] Interprete 'carriage return' as 'enter' (#342)
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.
2019-05-08 10:07:05 -07:00
..
curses [PAN] Interprete 'carriage return' as 'enter' (#342) 2019-05-08 10:07:05 -07:00
blt.rs Fix clippy warnings 2019-04-17 11:47:01 -07:00
crossterm.rs Fix clippy warnings 2019-04-17 11:47:01 -07:00
dummy.rs Fix clippy warnings 2019-04-17 11:47:01 -07:00
mod.rs Fix clippy warnings 2019-04-17 11:47:01 -07:00
resize.rs Simplifies backend input 2019-02-28 13:41:40 -08:00
termion.rs Fix clippy warnings 2019-04-17 11:47:01 -07:00