aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty/std.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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