start work on cmenu
alternative to raymenu with own application layer
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
Reference in New Issue
Block a user