[hackers] [st] remove debugging printf || pancake

From: <hg_AT_suckless.org>
Date: Fri, 1 Apr 2011 07:49:54 +0000 (UTC)

changeset: 181:0f23f800c6fc
user: pancake_AT_nopcode.org
date: Fri Apr 01 09:33:28 2011 +0200
files: st.c
description:
remove debugging printf

diff -r 1f3f9d84d2f1 -r 0f23f800c6fc st.c
--- a/st.c Fri Apr 01 09:32:41 2011 +0200
+++ b/st.c Fri Apr 01 09:33:28 2011 +0200
@@ -1794,8 +1794,7 @@
                                 if(meta && len == 1)
                                         ttywrite("\033", 1);
                                 ttywrite(buf, len);
- } else /* 4. nothing to send */
- fprintf(stderr, "errkey: %d\n", (int)ksym);
+ }
                         break;
                 }
 }
Received on Fri Apr 01 2011 - 09:49:54 CEST

This archive was generated by hypermail 2.2.0 : Fri Apr 01 2011 - 10:00:09 CEST