X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=123d29e4f475e2f298d8cffbebc567505a644e44;hb=81c678e53e21d496a18a1cde539101da77237e24;hp=8cc0e1d6bf0a1c548c13e4bcf8d81b330726e0e2;hpb=c58950f2efd8f203e72add7b22e7f5b973c09a7d;p=st.git 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) {