This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed debug code.
master
Aurélien Aptel
14 years ago
parent
5ce6c5c032
commit
df5c5ed045
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
st.c
+ 1
- 3
st.c
View File
@ -392,10 +392,8 @@ ttyread(void) {
if
(
(
ret
=
read
(
cmdfd
,
buf
,
LEN
(
buf
)
)
)
<
0
)
die
(
"
Couldn't read from shell: %s
\n
"
,
SERRNO
)
;
else
{
printf
(
"
ttyread %d
\n
"
,
ret
)
;
else
tputs
(
buf
,
ret
)
;
}
}
void
Write
Preview
Loading…
Cancel
Save