From a4ae77fe42dd5bea4dc081d8b30c896fe0c85207 Mon Sep 17 00:00:00 2001 From: moshix Date: Mon, 27 Mar 2023 02:48:07 -0400 Subject: [PATCH] Update kilo.c --- kilo.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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();