Commit 81c678e

Christoph Lohmann <20h@r-36.net>
2012-08-30 15:19:53
Silencing the compiler but keeping strparse.
This will really be needed when there is a full 256 color support.
1 parent c58950f
Changed files (1)
st.c
@@ -1465,6 +1465,11 @@ void
 strhandle(void) {
 	char *p;
 
+	/*
+	 * TODO: make this being useful in case of color palette change.
+	 */
+	strparse();
+
 	p = strescseq.buf; 
 
 	switch(strescseq.type) {