summaryrefslogtreecommitdiffstats
path: root/src/buffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Add autocompleteRory Dudley2024-09-301-16/+161
* Slight refactor of getchar() and more handling for getline()Rory Dudley2024-09-301-30/+118
* Keep track of position in getline()Rory Dudley2024-09-301-0/+10
* Replace io::stdin().read_line() with custom functionRory Dudley2024-09-301-0/+59