Improve the search prompt a little #16
This commit is contained in:
parent
81eec03773
commit
ae7d2b7a71
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void editorSearch() {
|
|||
int saved_coloff = E.coloff;
|
||||
int saved_rowoff = E.rowoff;
|
||||
|
||||
char *query = editorPrompt("Search: %s (Use ESC/Arrows/Enter)", editorSearchCallback);
|
||||
char *query = editorPrompt("Search (Use Arrows/ESC/Enter): %s", editorSearchCallback);
|
||||
if (query) {
|
||||
free(query);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue