aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty/std.rs
Commit message (Collapse)AuthorAgeFilesLines
* wip another complete refactorJesse Luehrs2021-12-291-5/+0
|
* wipJesse Luehrs2021-12-281-42/+2
|
* simplify error handling a bunchJesse Luehrs2021-12-141-4/+2
|
* clippyJesse Luehrs2021-12-141-7/+7
|
* swap argument orderJesse Luehrs2021-03-061-1/+1
|
* make the tokio pty backend actually work properlyJesse Luehrs2021-02-241-0/+4
|
* add async implementations of the pty itselfJesse Luehrs2021-02-231-2/+9
|
* also create separate pty structs per backendJesse Luehrs2021-02-231-0/+36
for now, they are identical, but i will change them to be specialized next