aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-08-30 21:19:53 +0200
committerChristoph Lohmann <20h@r-36.net>2012-08-30 21:19:53 +0200
commit1da81ff23e3e1c8b51d316f611c545a87bfc4ac8 (patch)
tree51f49c0b9671c71d1971e302c7326d78dfa3bf4e /st.c
parent4675c1475873960fec628d01cb3ec88c7bf90a07 (diff)
downloadst-1da81ff23e3e1c8b51d316f611c545a87bfc4ac8.tar.gz
st-1da81ff23e3e1c8b51d316f611c545a87bfc4ac8.tar.bz2
Silencing the compiler but keeping strparse.
This will really be needed when there is a full 256 color support.
Diffstat (limited to 'st.c')
-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
strhandle(void) {
char *p;
+ /*
+ * TODO: make this being useful in case of color palette change.
+ */
+ strparse();
+
p = strescseq.buf;
switch(strescseq.type) {