tCleaner exit of the process - skroll - scroll a text to stdout
 (HTM) git clone git://z3bra.org/skroll
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a461c37ff4f157dac52481db02e84d4f86476b20
 (DIR) parent f260f33ccd2ca8852c7d14aa51b6d063ff184f5a
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue,  6 Jan 2015 16:57:34 +0100
       
       Cleaner exit of the process
       
       Diffstat:
         M skroll.c                            |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/skroll.c b/skroll.c
       t@@ -58,6 +58,8 @@ void skroll (const char *input)
            /* magnolia ? FOWEVA ! */
            } while(loop);
        
       +    putc('\b', stdout);
       +
            return; /* void */
        }