projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58950f
)
Silencing the compiler but keeping strparse.
author
Christoph Lohmann
<20h@r-36.net>
Thu, 30 Aug 2012 19:19:53 +0000
(21:19 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Thu, 30 Aug 2012 19:19:53 +0000
(21:19 +0200)
This will really be needed when there is a full 256 color support.
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
8cc0e1d
..
123d29e
100644
(file)
--- 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) {