From: Matthias-Christian Ott Date: Mon, 9 Jun 2008 20:21:37 +0000 (+0200) Subject: correct function name X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076;p=st.git correct function name --- diff --git a/std.c b/std.c index 4c28ae4..fcfead9 100644 --- a/std.c +++ b/std.c @@ -28,7 +28,7 @@ void eprintn(const char *errstr, ...); void getpty(void); void movea(int x, int y); void mover(int x, int y); -void parse(void); +void parseesc(void); void scroll(int l); void shell(void); void sigchld(int n);