diff --git a/kilo.c b/kilo.c index 8e39a87..8d0d1a5 100644 --- a/kilo.c +++ b/kilo.c @@ -143,6 +143,7 @@ struct editorSyntax HLDB[] = { /*** prototypes ***/ void editorSetStatusMessage(const char *fmt, ...); +void Help(const char *fmt, ...); void editorRefreshScreen(); char *editorPrompt(char *prompt, void (*callback)(char *, int)); @@ -1103,11 +1104,6 @@ void initEditor() { E.screenrows -= 2; } -void Help() { - editorSetStatusMessage( - "C^S save | C^K quit | C^F find | C^T Top | C^E bottom | C^A begLine | C^Z endLine"); -} - int main(int argc, char *argv[]) { enableRawMode();