pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce6c5c
)
removed debug code.
author
Aurélien Aptel
<aurelien.aptel@gmail.com>
Wed, 1 Sep 2010 16:12:54 +0000
(18:12 +0200)
committer
Aurélien Aptel
<aurelien.aptel@gmail.com>
Wed, 1 Sep 2010 16:12:54 +0000
(18:12 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
65829a8
..
0c876f5
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-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