summaryrefslogtreecommitdiffstats
path: root/src/history.rs
Commit message (Collapse)AuthorAgeFilesLines
* handle dynamic terminal sizesJesse Luehrs2021-11-111-8/+56
|
* handle the focused cursor being past the end of outputJesse Luehrs2021-11-111-1/+8
|
* avoid unnecessary rerenders and focus changesJesse Luehrs2021-11-111-6/+6
|
* move to unstable async-stdJesse Luehrs2021-11-111-1/+1
| | | | apparently this is the only way i will get an async condvar
* switch to futures-liteJesse Luehrs2021-11-111-5/+9
|
* wire up sending input to active processJesse Luehrs2021-11-101-20/+56
|
* fix display of long running commands with no outputJesse Luehrs2021-11-101-0/+4
|
* simplifyJesse Luehrs2021-11-101-17/+16
|
* more refactoring, make commands blocking by default and handle ^C/^ZJesse Luehrs2021-11-101-9/+47
|
* refactorJesse Luehrs2021-11-101-13/+38
|
* basic command running and displayJesse Luehrs2021-11-091-0/+126