cpjreynolds / rustty

A terminal UI library
https://docs.rs/rustty
MIT License
153 stars 14 forks source link

special key such as escape key #61

Open laticoda opened 4 years ago

laticoda commented 4 years ago

Hi, i found that backspace key works with \x7f and return with \r but what about ESCAPE, arrows and other keys ?