aboutsummaryrefslogtreecommitdiff
path: root/src/command.rs
Commit message (Expand)AuthorAgeFilesLines
* implement reverse cycle through completionsAkshay2021-05-171-3/+3
* add tab to complete env variablesAkshay2021-05-171-0/+136
* apply clippy lintsAkshay2021-04-061-1/+7
* draw grid and pixmap boundary separatelyAkshay2021-04-061-0/+26
* fix empty history panicAkshay2021-03-241-0/+3
* render cursor to command box, add readline keybindsAkshay2021-03-181-3/+42
* add history to command modeAkshay2021-03-181-9/+132
* feat: basic command mode, add text box primitivesAkshay2021-03-171-0/+134