summaryrefslogtreecommitdiffstats
path: root/src/shell/history/pty.rs
Commit message (Expand)AuthorAgeFilesLines
* convert to std::sync::Mutex and remove a lot of unnecessary asyncJesse Luehrs2022-02-281-4/+4
* these aliases are not really saving much of anythingJesse Luehrs2022-02-271-3/+3
* reduce typingJesse Luehrs2022-02-261-2/+2
* hold the pts open while the pty task is runningJesse Luehrs2022-02-251-3/+7
* don't error when sending events during application shutdownJesse Luehrs2022-02-251-4/+4
* move to tokioJesse Luehrs2022-02-251-62/+56
* clippyJesse Luehrs2022-02-121-2/+3
* cleanupsJesse Luehrs2022-01-081-3/+3
* and more simplificationJesse Luehrs2022-01-051-3/+0
* a bunch more reorganizationJesse Luehrs2022-01-051-0/+109