Silencing the compiler but keeping strparse.

This will really be needed when there is a full 256 color support.
This commit is contained in:
Christoph Lohmann 2012-08-30 21:19:53 +02:00
parent c58950f2ef
commit 81c678e53e
1 changed files with 5 additions and 0 deletions

5
st.c
View File

@ -1465,6 +1465,11 @@ void
strhandle(void) { strhandle(void) {
char *p; char *p;
/*
* TODO: make this being useful in case of color palette change.
*/
strparse();
p = strescseq.buf; p = strescseq.buf;
switch(strescseq.type) { switch(strescseq.type) {