summaryrefslogtreecommitdiffstats
path: root/src/state/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* a bunch more reorganizationJesse Luehrs2022-01-051-487/+0
* shorten some namesJesse Luehrs2022-01-051-12/+12
* make sure the current index is kept up to date properlyJesse Luehrs2022-01-041-0/+2
* pipeline events should be separate from internal eventsJesse Luehrs2022-01-041-4/+0
* more refactoring of environment handlingJesse Luehrs2022-01-041-4/+2
* clean up env cloning a bitJesse Luehrs2022-01-041-4/+4
* propagate current directory changes back to the main processJesse Luehrs2022-01-031-35/+35
* refocus the readline when the foreground process is suspendedJesse Luehrs2022-01-031-0/+5
* more clone cleanupsJesse Luehrs2022-01-031-4/+4
* shift around some key bindingsJesse Luehrs2022-01-031-9/+36
* rename some of the other eventsJesse Luehrs2022-01-021-2/+2
* this doesn't need its own separate eventJesse Luehrs2022-01-021-2/+0
* also make builtins go through the ptyJesse Luehrs2021-12-311-5/+1
* error handling for parse errorsJesse Luehrs2021-12-221-11/+22
* renameJesse Luehrs2021-12-221-2/+2
* don't try to run an empty commandJesse Luehrs2021-12-221-6/+12
* allow running multiple commands separated by semicolonsJesse Luehrs2021-12-221-3/+3
* refactor a bit to start working on better parsingJesse Luehrs2021-12-211-1/+7
* reset input modes when switching away from a full screen appJesse Luehrs2021-12-211-0/+1
* clippyJesse Luehrs2021-12-151-0/+2
* more rearrangingJesse Luehrs2021-12-131-0/+439