remove debuginput - sob - simple output bar
 (HTM) git clone git://git.codemadness.org/sob
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 82305fc9b1dac9d1bd37b294923a7a036e09ace4
 (DIR) parent a7c93e01ca67a6fd1fcb9aa81f448f27b9d87526
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 10 Oct 2014 20:03:18 +0000
       
       remove debuginput
       
       Diffstat:
         M sob.c                               |      13 -------------
       
       1 file changed, 0 insertions(+), 13 deletions(-)
       ---
 (DIR) diff --git a/sob.c b/sob.c
       @@ -747,19 +747,6 @@ cleanup(void)
                tcsetattr(STDIN_FILENO, TCSANOW, &ttystate);
        }
        
       -#if 0
       -static void
       -debuginput(const unsigned char *key, size_t len)
       -{
       -        size_t i;
       -
       -        for(i = 0; i < len; i++)
       -                fprintf(stdout, "\\x%2x", key[i]);
       -        fputc('\n', stdout);
       -        fflush(stdout);
       -}
       -#endif
       -
        static void
        handleinput(const unsigned char *key, size_t len)
        {