remove debugging printf - st - simple terminal
HTML git clone https://git.parazyd.org/st
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit fe724836866d16a6dfd6de3ca3664033d9146a54
DIR parent 1ab42fd49e68a11bfbbe5990ebdab2d3ca502178
HTML Author: pancake@nopcode.org <unknown>
Date: Fri, 1 Apr 2011 09:33:28 +0200
remove debugging printf
Diffstat:
M st.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git 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;
}
}