aboutsummaryrefslogtreecommitdiffstats
path: root/src/raw_guard.rs
Commit message (Collapse)AuthorAgeFilesLines
* make raw_guard also asyncJesse Luehrs2021-03-091-49/+0
| | | | i think tcsetattr etc can actually block in some cases
* handle errors properly in raw guardJesse Luehrs2021-03-091-10/+14
|
* add async implementation of InputJesse Luehrs2021-03-091-0/+45
this is just copied and pasted for now, need to figure out how to generate one from the other