aboutsummaryrefslogtreecommitdiff
path: root/src/cli.c
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
2026-08-04Free lines returned by readlineTristan Riehs
2026-08-04Really fix readline inclusionTristan Riehs
2026-08-04Start rewriting the build systemTristan Riehs
Good old makefiles should do the job.
2026-08-04Fix readline inclusionTristan Riehs
2024-06-30Add support for release compilation modeTristan Riehs
Displays are not shared libraries, but object files that are part of the final executable.
2024-06-30Improve dynamic loadingTristan Riehs
Make loading code cleaner and prefix public function names to allow static compilation.
2024-06-28Update cli to new display interfaceTristan Riehs
2024-06-20Use cli and gui as shared librariesTristan Riehs
2024-06-20Start implementing command-line interfaceTristan Riehs