mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
correct function name
This commit is contained in:
parent
b8f79f0ed0
commit
0dce422d31
2
std.c
2
std.c
@ -28,7 +28,7 @@ void eprintn(const char *errstr, ...);
|
|||||||
void getpty(void);
|
void getpty(void);
|
||||||
void movea(int x, int y);
|
void movea(int x, int y);
|
||||||
void mover(int x, int y);
|
void mover(int x, int y);
|
||||||
void parse(void);
|
void parseesc(void);
|
||||||
void scroll(int l);
|
void scroll(int l);
|
||||||
void shell(void);
|
void shell(void);
|
||||||
void sigchld(int n);
|
void sigchld(int n);
|
||||||
|
Loading…
Reference in New Issue
Block a user