소스 검색

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) {