about summary refs log tree commit diff
path: root/cache.c (follow)
Commit message (Collapse)AuthorAge
* Fix what went wrong, part 1June McEnroe2023-02-05
|
* Flatten cache structsJune McEnroe2023-02-03
|
* Set pointer to Entry in CursorJune McEnroe2022-09-11
| | | | This feels a little redundant but the API makes sense, I think?
* Move cache color to an Entry structJune McEnroe2022-07-31
| | | | So that more values can be added sensibly.
* Only set cache color if not DefaultJune McEnroe2022-07-30
|
* Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe2022-07-30
|
* "Rename" complete to cache, refactor interfacesJune McEnroe2022-07-30