aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/st.c b/st.c
index 8cc0e1d..123d29e 100644
--- a/st.c
+++ b/st.c
@@ -1465,6 +1465,11 @@ void
1465strhandle(void) { 1465strhandle(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) {