diff options
-rw-r--r-- | st.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1465,6 +1465,11 @@ void | |||
1465 | strhandle(void) { | 1465 | strhandle(void) { |
1466 | char *p; | 1466 | char *p; |
1467 | 1467 | ||
1468 | /* | ||
1469 | * TODO: make this being useful in case of color palette change. | ||
1470 | */ | ||
1471 | strparse(); | ||
1472 | |||
1468 | p = strescseq.buf; | 1473 | p = strescseq.buf; |
1469 | 1474 | ||
1470 | switch(strescseq.type) { | 1475 | switch(strescseq.type) { |