Rework application to support GTK4 GUI by default and TUI via -t flag
Some checks failed
Build / build (push) Failing after 4s

This commit is contained in:
2026-06-07 18:02:33 +02:00
parent 873ae5ae9d
commit d7ff90d072
4 changed files with 599 additions and 82 deletions

6
gui.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef GUI_H_
#define GUI_H_
int run_gui(int argc, char* argv[], const char* initial_text);
#endif