This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
correct function name
master
Matthias-Christian Ott
16 years ago
parent
b8f79f0ed0
commit
0dce422d31
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
std.c
+ 1
- 1
std.c
View File
@ -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
)
;
Write
Preview
Loading…
Cancel
Save