summaryrefslogtreecommitdiff
path: root/src/settings.c
AgeCommit message (Collapse)Author
2023-03-17Implement support for languagesAlbert Cervin
Uses the settings system to implement a small system for per-language settings.
2023-02-25Introduce vec and hashmapAlbert Cervin
Convenience macros for a hashmap and a growable vector.
2023-02-21Implement support for settingsAlbert Cervin
Settings are a flat "dictionary" containing paths to settings on the format: <category>.<sub-category>.<setting>.