Explorar o código

Silencing the compiler but keeping strparse.

This will really be needed when there is a full 256 color support.
Christoph Lohmann %!s(int64=12) %!d(string=hai) anos
pai
achega
81c678e53e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      st.c

+ 5 - 0
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) {