X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/c58950f2efd8f203e72add7b22e7f5b973c09a7d..4cdcc395397f7b7db48265f5ce0949effaf99c1f:/st.c?ds=sidebyside diff --git a/st.c b/st.c index 8cc0e1d..123d29e 100644 --- a/st.c +++ b/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) {