Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-30 | Improve dynamic loading | Tristan Riehs | |
Make loading code cleaner and prefix public function names to allow static compilation. | |||
2024-06-30 | Fix TUI drawing | Tristan Riehs | |
2024-06-30 | Fix handling of backspace | Tristan Riehs | |
2024-06-28 | Make progress on TUI | Tristan Riehs | |
User input reading does not work for now. | |||
2024-06-28 | Integrate the new text interface | Tristan Riehs | |
A couple pieces of code have been made independant from the GUI implementation: calc_data and input. |