pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab42fd
)
remove debugging printf
author
pancake@nopcode.org
<unknown>
Fri, 1 Apr 2011 07:33:28 +0000
(09:33 +0200)
committer
pancake@nopcode.org
<unknown>
Fri, 1 Apr 2011 07:33:28 +0000
(09:33 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
1310426
..
d0a607b
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1794,8
+1794,7
@@
kpress(XEvent *ev) {
if(meta && len == 1)
ttywrite("\033", 1);
ttywrite(buf, len);
- } else /* 4. nothing to send */
- fprintf(stderr, "errkey: %d\n", (int)ksym);
+ }
break;
}
}