diff options
-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); |