diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) { |