start work on cmenu

alternative to raymenu with own application layer
This commit is contained in:
2026-07-17 16:02:19 +02:00
parent 20aedb5caf
commit 9186d50d6d
3 changed files with 60 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
// Opens a fuzzy finding window with the given array of strings.
// Returns the index of the picked element.
// Returns -1 on no selection.
int picker(char const *strings, int strings_len, char const *prompt) {
}