aboutsummaryrefslogtreecommitdiff
path: root/src/tui.c
AgeCommit message (Collapse)Author
2024-06-30Add support for release compilation modeHEADmasterTristan 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-30Fix TUI drawingTristan Riehs
2024-06-30Fix handling of backspaceTristan Riehs
2024-06-28Make progress on TUITristan Riehs
User input reading does not work for now.
2024-06-28Integrate the new text interfaceTristan Riehs
A couple pieces of code have been made independant from the GUI implementation: calc_data and input.