diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-09 22:21:37 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-09 22:21:37 +0200 |
commit | 0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076 (patch) | |
tree | 79b86164c5c51cfbac928ef927ef09c76d7a3e5a | |
parent | b8f79f0ed0db553745798cd4fb43329ba5c61cef (diff) | |
download | st-0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076.tar.gz st-0dce422d31d1178f93ecaf1dcf4e2c0bccb3c076.zip |
correct function name
-rw-r--r-- | std.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ void eprintn(const char *errstr, ...); | |||
28 | void getpty(void); | 28 | void getpty(void); |
29 | void movea(int x, int y); | 29 | void movea(int x, int y); |
30 | void mover(int x, int y); | 30 | void mover(int x, int y); |
31 | void parse(void); | 31 | void parseesc(void); |
32 | void scroll(int l); | 32 | void scroll(int l); |
33 | void shell(void); | 33 | void shell(void); |
34 | void sigchld(int n); | 34 | void sigchld(int n); |