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