summaryrefslogtreecommitdiffstats
path: root/src/action.rs
Commit message (Collapse)AuthorAgeFilesLines
* significantly refactor the event loopJesse Luehrs2021-12-111-144/+0
|
* move key handling into the main event loopJesse Luehrs2021-12-111-0/+7
|
* process quitting at highest priorityJesse Luehrs2021-12-111-3/+3
|
* move some stuff aroundJesse Luehrs2021-12-101-4/+17
|
* simplifyJesse Luehrs2021-12-071-28/+28
|
* refactor to potentially allow for displaying other thingsJesse Luehrs2021-11-181-14/+15
|
* refactorJesse Luehrs2021-11-171-0/+11
|
* make action handling the main taskJesse Luehrs2021-11-171-2/+4
|
* add ^L (or ^E^L) to force-redraw the screenJesse Luehrs2021-11-161-1/+10
|
* handle dynamic terminal sizesJesse Luehrs2021-11-111-5/+14
|
* avoid unnecessary rerenders and focus changesJesse Luehrs2021-11-111-0/+92