Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove debugging printf - st - [fork] customized build of st, the simple termi…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit fe724836866d16a6dfd6de3ca3664033d9146a54
parent 1ab42fd49e68a11bfbbe5990ebdab2d3ca502178
Author: [email protected] <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(-)
---
diff --git a/st.c b/st.c
t@@ -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;
}
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.