Silencing the compiler but keeping strparse. - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 81c678e53e21d496a18a1cde539101da77237e24
 (DIR) parent c58950f2efd8f203e72add7b22e7f5b973c09a7d
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 30 Aug 2012 21:19:53 +0200
       
       Silencing the compiler but keeping strparse.
       
       This will really be needed when there is a full 256 color support.
       Diffstat:
         M st.c                                |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git 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) {