summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move some stuff aroundJesse Luehrs2021-12-104-62/+81
* make up and down workJesse Luehrs2021-12-102-5/+19
* tweak colors a bitJesse Luehrs2021-12-092-18/+17
* this doesn't need to be modifiableJesse Luehrs2021-12-092-13/+12
* refactorJesse Luehrs2021-12-093-17/+37
* clean up the drawing code a bitJesse Luehrs2021-12-093-22/+14
* simplifyJesse Luehrs2021-12-091-8/+4
* refactorJesse Luehrs2021-12-091-63/+79
* simplifyJesse Luehrs2021-12-091-90/+33
* fix some cursor position and visibility issues while scrollingJesse Luehrs2021-12-072-12/+35
* improve how history scrolling worksJesse Luehrs2021-12-072-9/+112
* move from chrono to timeJesse Luehrs2021-12-075-14/+57
* simplifyJesse Luehrs2021-12-072-30/+30
* try to avoid displaying invalid dataJesse Luehrs2021-12-061-35/+57
* refactor to potentially allow for displaying other thingsJesse Luehrs2021-11-183-67/+113
* implement cdJesse Luehrs2021-11-183-89/+147
* differentiate root shellsJesse Luehrs2021-11-171-1/+6
* redraw the clock every secondJesse Luehrs2021-11-171-0/+21
* simplifyJesse Luehrs2021-11-171-8/+4
* reorder some functionsJesse Luehrs2021-11-173-166/+166
* simplifyJesse Luehrs2021-11-171-2/+3
* don't draw the readline over a fullscreen commandJesse Luehrs2021-11-172-5/+10
* refactorJesse Luehrs2021-11-175-87/+89
* pull output out of the state structJesse Luehrs2021-11-172-35/+53
* make action handling the main taskJesse Luehrs2021-11-175-24/+22
* make the ui a bit more consistent when moving focus aroundJesse Luehrs2021-11-172-8/+25
* color tweaksJesse Luehrs2021-11-171-1/+1
* add some more data to the promptJesse Luehrs2021-11-172-13/+36
* improve colors a bitJesse Luehrs2021-11-171-1/+10
* position the cursor correctly for running commandsJesse Luehrs2021-11-172-0/+20
* tweak time formatting to line up a bit betterJesse Luehrs2021-11-161-0/+2
* add ^L (or ^E^L) to force-redraw the screenJesse Luehrs2021-11-164-11/+36
* improve drawing of command outputJesse Luehrs2021-11-161-4/+12
* refactorJesse Luehrs2021-11-133-10/+10
* add ability to toggle fullscreenJesse Luehrs2021-11-132-1/+22
* reset attributes after drawing a full screen appJesse Luehrs2021-11-131-0/+2
* fix some bugs with input and display of exited processes when focusedJesse Luehrs2021-11-131-11/+7
* allow moving focus between history entriesJesse Luehrs2021-11-132-0/+34
* move escape character handling to the top level input handlingJesse Luehrs2021-11-132-47/+30
* a bit more colorJesse Luehrs2021-11-132-5/+22
* refactorJesse Luehrs2021-11-131-81/+106
* simplifyJesse Luehrs2021-11-131-14/+26
* clean up formatting a bitJesse Luehrs2021-11-134-32/+37
* display the name of termination signals, if possibleJesse Luehrs2021-11-131-1/+7
* highlight the focused entryJesse Luehrs2021-11-133-1/+12
* track timing information for commandsJesse Luehrs2021-11-132-2/+44
* track exit status of processesJesse Luehrs2021-11-131-7/+22
* use ^E+r instead of ^Z to return to the replJesse Luehrs2021-11-121-12/+29
* just forward ^C to the running process directlyJesse Luehrs2021-11-121-13/+1
* focusing an app using the alternate screen should full-screen itJesse Luehrs2021-11-121-0/+26