summaryrefslogtreecommitdiffstats
path: root/src/shell/history/pty.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplifyJesse Luehrs2022-03-051-13/+15
|
* drop visual bell supportJesse Luehrs2022-03-051-16/+1
| | | | nothing really supports this
* cleanupJesse Luehrs2022-03-041-11/+6
|
* refactor inputsJesse Luehrs2022-03-041-52/+52
|
* another large refactorJesse Luehrs2022-03-041-46/+155
|
* 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
| | | | to avoid EIO errors
* 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