void editorFind(void)
Prompt for a query and perform an interactive forward search.
Definition search.c:93
void editorFindCallback(char *query, int key)
Highlight matches and move cursor during interactive search.
Definition search.c:28
Core editor types, macros, and global state.