ze
Loading...
Searching...
No Matches
search.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "ze.h"
11
12void editorFindCallback(char *query, int key);
13void editorFind(void);
14
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.