aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty.rs
Commit message (Expand)AuthorAgeFilesLines
* add async implementations of the pty itselfJesse Luehrs2021-02-231-7/+9
* also create separate pty structs per backendJesse Luehrs2021-02-231-44/+30
* move some more code out of unsafeJesse Luehrs2020-07-171-7/+3
* refactor to clean up the ioctl calls a bitJesse Luehrs2020-07-171-13/+21
* better resize apiJesse Luehrs2020-07-171-14/+16
* pass by referenceJesse Luehrs2020-07-171-3/+3
* clean up, fix, and document some unsafetyJesse Luehrs2020-07-161-4/+15
* allow setting the terminal sizeJesse Luehrs2020-07-161-4/+58
* improve error handling a bitJesse Luehrs2020-07-161-5/+8
* namingJesse Luehrs2020-07-161-13/+13
* slightly better process exit handlingJesse Luehrs2020-07-161-10/+14
* start of an implementationJesse Luehrs2020-07-151-0/+32