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