aboutsummaryrefslogtreecommitdiffstats
path: root/examples/basic.rs
Commit message (Collapse)AuthorAgeFilesLines
* use the new fd apis in stdJesse Luehrs2023-03-081-2/+2
|
* clippyJesse Luehrs2023-02-051-4/+4
|
* another rewriteJesse Luehrs2022-02-231-4/+5
|
* simplifyJesse Luehrs2021-12-291-11/+14
|
* wip another complete refactorJesse Luehrs2021-12-291-12/+6
|
* wipJesse Luehrs2021-12-281-12/+16
|
* make plain `cargo test` workJesse Luehrs2021-03-061-51/+65
|
* refactor examplesJesse Luehrs2021-03-031-31/+2
|
* also create separate pty structs per backendJesse Luehrs2021-02-231-1/+1
| | | | | for now, they are identical, but i will change them to be specialized next
* refactorJesse Luehrs2021-02-221-1/+1
|
* refactor exampleJesse Luehrs2020-07-171-7/+28
|
* more useful exampleJesse Luehrs2020-07-171-12/+37
|
* pass by referenceJesse Luehrs2020-07-171-1/+1
|
* allow setting the terminal sizeJesse Luehrs2020-07-161-3/+7
|
* simplifyJesse Luehrs2020-07-161-3/+6
|
* move all of the logic into the spawn methodJesse Luehrs2020-07-161-3/+3
| | | | keep the command class as a pure builder
* slightly better process exit handlingJesse Luehrs2020-07-161-6/+46
|
* start of an implementationJesse Luehrs2020-07-151-0/+14