9186d50d6d
alternative to raymenu with own application layer
10 lines
217 B
C
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) {
|
|
}
|