#ifndef TUI_H #define TUI_H void tui_init(void); void tui_run(void); void tui_cleanup(void); int send_command(const char *cmd); #endif