瀏覽代碼

Silencing the compiler but keeping strparse.

This will really be needed when there is a full 256 color support.
Christoph Lohmann 12 年之前
父節點
當前提交
81c678e53e
共有 1 個文件被更改,包括 5 次插入0 次删除
  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) {