Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add backslashes to words with spaces in autocomplete() | Rory Dudley | 2024-09-30 | 1 | -1/+11 |
* | Don't panic if autcomplete() fails | Rory Dudley | 2024-09-30 | 1 | -45/+4 |
* | Expand filepath autocomplete | Rory Dudley | 2024-09-30 | 1 | -15/+134 |
* | Add autocomplete | Rory Dudley | 2024-09-30 | 1 | -16/+161 |
* | Slight refactor of getchar() and more handling for getline() | Rory Dudley | 2024-09-30 | 1 | -30/+118 |
* | Keep track of position in getline() | Rory Dudley | 2024-09-30 | 1 | -0/+10 |
* | Replace io::stdin().read_line() with custom function | Rory Dudley | 2024-09-30 | 1 | -0/+59 |