aboutsummaryrefslogtreecommitdiff
path: root/src/disp.h
AgeCommit message (Collapse)Author
2026-08-04Get rid of the non-reloadable versionTristan Riehs
It creates two different versions of the code for no valid reason. dynamically loading the display is not that mystical in the end.
2026-08-04Remove license headersTristan Riehs
2024-06-30Improve dynamic loadingTristan Riehs
Make loading code cleaner and prefix public function names to allow static compilation.
2024-06-28Add TUI to projectTristan Riehs
2024-06-22Improve disp API and implement dynamic reloadTristan Riehs
2024-06-22Add dynamix reloading functionsTristan Riehs
Also reserve a couple return values for read_input.
2024-06-20Define a display interfaceTristan Riehs