diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-08-30 21:19:53 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-08-30 21:19:53 +0200 |
commit | 81c678e53e21d496a18a1cde539101da77237e24 (patch) | |
tree | 51f49c0b9671c71d1971e302c7326d78dfa3bf4e | |
parent | c58950f2efd8f203e72add7b22e7f5b973c09a7d (diff) | |
download | st-81c678e53e21d496a18a1cde539101da77237e24.tar.gz st-81c678e53e21d496a18a1cde539101da77237e24.zip |
Silencing the compiler but keeping strparse.
This will really be needed when there is a full 256 color support.
-rw-r--r-- | st.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1465,6 +1465,11 @@ void | |||
1465 | strhandle(void) { | 1465 | strhandle(void) { |
1466 | char *p; | 1466 | char *p; |
1467 | 1467 | ||
1468 | /* | ||
1469 | * TODO: make this being useful in case of color palette change. | ||
1470 | */ | ||
1471 | strparse(); | ||
1472 | |||
1468 | p = strescseq.buf; | 1473 | p = strescseq.buf; |
1469 | 1474 | ||
1470 | switch(strescseq.type) { | 1475 | switch(strescseq.type) { |