aboutsummaryrefslogtreecommitdiffstats
path: root/src/output.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2023-03-081-2/+0
|
* also don't use the block_in_place stuff for outputJesse Luehrs2022-03-071-7/+16
|
* move to tokioJesse Luehrs2022-02-241-18/+13
|
* clippyJesse Luehrs2021-12-141-10/+32
|
* add hard_refresh method to fully redraw the screenJesse Luehrs2021-11-111-0/+12
|
* docsJesse Luehrs2021-03-131-0/+26
|
* move the guards back onto the main objectsJesse Luehrs2021-03-121-2/+11
|
* namingJesse Luehrs2021-03-121-3/+3
|
* also avoid creating Unblocks for stdoutJesse Luehrs2021-03-111-6/+21
| | | | | | this doesn't cause actual problems, but i think recreating Unblocks over and over is likely a lot less efficient due to spawning/scheduling threads?
* use state_diffJesse Luehrs2021-03-111-10/+3
|
* simplifyJesse Luehrs2021-03-091-7/+7
|
* add an error typeJesse Luehrs2021-03-091-6/+8
|
* reorganize a bitJesse Luehrs2021-03-071-0/+94