feat: add fzf-based file/plugin/port selection and update build system
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef TUI_H
|
||||
#define TUI_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void tui_init(void);
|
||||
void tui_run(void);
|
||||
void tui_cleanup(void);
|
||||
int send_command(const char *cmd);
|
||||
char* tui_fzf_select(const char *const items[], size_t count, const char *prompt);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user