Silencing the compiler but keeping strparse.

This will really be needed when there is a full 256 color support.
Christoph Lohmann 14 years ago
parent 4675c14758
commit 1da81ff23e

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

Loading…
Cancel
Save