summaryrefslogtreecommitdiffstats
path: root/src/buffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix Tab/Shift+Tab autocomplete behaviorHEADmainRory Dudley2024-09-301-32/+57
* Add backslashes to words with spaces in autocomplete()Rory Dudley2024-09-301-1/+11
* Don't panic if autcomplete() failsRory Dudley2024-09-301-45/+4
* Expand filepath autocompleteRory Dudley2024-09-301-15/+134
* 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