pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f79f0
)
correct function name
author
Matthias-Christian Ott
<ott@enolink.de>
Mon, 9 Jun 2008 20:21:37 +0000
(22:21 +0200)
committer
Matthias-Christian Ott
<ott@enolink.de>
Mon, 9 Jun 2008 20:21:37 +0000
(22:21 +0200)
std.c
patch
|
blob
|
history
diff --git
a/std.c
b/std.c
index
4c28ae4
..
fcfead9
100644
(file)
--- 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 parse
esc
(void);
void scroll(int l);
void shell(void);
void sigchld(int n);