summary refs log tree commit diff
path: root/cache.c
AgeCommit message (Collapse)Author
2022-09-11Set pointer to Entry in CursorJune McEnroe
This feels a little redundant but the API makes sense, I think?
2022-07-31Move cache color to an Entry structJune McEnroe
So that more values can be added sensibly.
2022-07-30Only set cache color if not DefaultJune McEnroe
2022-07-30Rename cache{Prefix,Substr} to cache{Complete,Search}June McEnroe
2022-07-30"Rename" complete to cache, refactor interfacesJune McEnroe