Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Tab/Shift+Tab autocomplete behavior | Rory Dudley | 2024-09-28 | 1 | -32/+57 |
* | Don't panic if autcomplete() fails | Rory Dudley | 2024-09-21 | 1 | -45/+4 |
* | Expand filepath autocomplete | Rory Dudley | 2024-09-21 | 1 | -15/+134 |
* | Add autocomplete | Rory Dudley | 2024-09-13 | 1 | -16/+161 |
* | Slight refactor of getchar() and more handling for getline() | Rory Dudley | 2024-09-01 | 1 | -30/+118 |
* | Keep track of position in getline() | Rory Dudley | 2024-08-28 | 1 | -0/+10 |
* | Replace io::stdin().read_line() with custom function | Rory Dudley | 2024-08-24 | 1 | -0/+59 |