Improve the search prompt a little #16

This commit is contained in:
Aaron Fischer 2019-01-22 11:53:58 +01:00
parent 81eec03773
commit ae7d2b7a71

View file

@ -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 {