[hackers] [st] Silencing the compiler but keeping strparse. || Christoph Lohmann
changeset: 256:2affcd5c6292
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Thu Aug 30 21:19:53 2012 +0200
files: st.c
description:
Silencing the compiler but keeping strparse.
This will really be needed when there is a full 256 color support.
diff -r 4a8de8f97bff -r 2affcd5c6292 st.c
--- a/st.c Thu Aug 30 21:17:54 2012 +0200
+++ b/st.c Thu Aug 30 21:19:53 2012 +0200
_AT_@ -1465,6 +1465,11 @@
strhandle(void) {
char *p;
+ /*
+ * TODO: make this being useful in case of color palette change.
+ */
+ strparse();
+
p = strescseq.buf;
switch(strescseq.type) {
Received on Thu Aug 30 2012 - 21:22:01 CEST
This archive was generated by hypermail 2.3.0
: Thu Aug 30 2012 - 21:24:06 CEST