aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tmux.rs
Commit message (Collapse)AuthorAgeFilesLines
* move to tokioJesse Luehrs2022-02-241-8/+3
|
* clean up examples to make a bare `cargo test` workJesse Luehrs2021-03-131-380/+10
|
* make the order of operations a bit more natural hereJesse Luehrs2021-03-121-1/+2
|
* move the guards back onto the main objectsJesse Luehrs2021-03-121-13/+3
|
* minor cleanupsJesse Luehrs2021-03-091-5/+3
|
* make raw_guard also asyncJesse Luehrs2021-03-091-1/+1
| | | | i think tcsetattr etc can actually block in some cases
* handle errors properly in raw guardJesse Luehrs2021-03-091-1/+1
|
* add async implementation of InputJesse Luehrs2021-03-091-13/+8
| | | | | this is just copied and pasted for now, need to figure out how to generate one from the other
* simplifyJesse Luehrs2021-03-091-11/+3
|
* more refactoringJesse Luehrs2021-03-081-10/+8
|
* reorganize a bitJesse Luehrs2021-03-071-4/+4
|
* separate out the guards from the main structsJesse Luehrs2021-03-071-8/+15
|
* a few renamesJesse Luehrs2021-03-071-7/+7
|
* cleanupJesse Luehrs2021-03-071-2/+2
|
* sketch out some input handlingJesse Luehrs2021-03-071-109/+73
|
* also set the appropriate terminal modesJesse Luehrs2021-03-071-2/+10
|
* a bunch more improvementsJesse Luehrs2021-03-071-15/+120
|
* add tmux exampleJesse Luehrs2021-03-061-0/+331