Files
roodletoof 9186d50d6d start work on cmenu
alternative to raymenu with own application layer
2026-07-17 16:02:19 +02:00

10 lines
217 B
C

// 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) {
}