From 1da81ff23e3e1c8b51d316f611c545a87bfc4ac8 Mon Sep 17 00:00:00 2001
From: Christoph Lohmann <20h@r-36.net>
Date: Thu, 30 Aug 2012 21:19:53 +0200
Subject: [PATCH] Silencing the compiler but keeping strparse. This will really
 be needed when there is a full 256 color support.

---
 st.c | 5 +++++
 1 file changed, 5 insertions(+)

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) {