aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Lohmann2012-08-30 21:19:53 +0200
committerChristoph Lohmann2012-08-30 21:19:53 +0200
commit7fbaf06f07603f0b244776224faf82d5e9eae8eb (patch)
treede27dc1fda0d4e7ab903efcb73f3f139dc1a8842
parent9b3df6f9c7d94b212ac19b7d225a78e2cd617a12 (diff)
downloadaur-7fbaf06f07603f0b244776224faf82d5e9eae8eb.tar.gz
Silencing the compiler but keeping strparse.
This will really be needed when there is a full 256 color support.
-rw-r--r--st.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/st.c b/st.c
index 8cc0e1d6bf0a..123d29e4f475 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) {