aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty
Commit message (Collapse)AuthorAgeFilesLines
* swap argument orderJesse Luehrs2021-03-063-3/+3
|
* clippyJesse Luehrs2021-02-241-1/+1
|
* make the tokio pty backend actually work properlyJesse Luehrs2021-02-243-3/+122
|
* add async implementations of the pty itselfJesse Luehrs2021-02-233-8/+33
|
* also create separate pty structs per backendJesse Luehrs2021-02-233-0/+108
for now, they are identical, but i will change them to be specialized next