skroll

text scroller
git clone git://git.2f30.org/skroll
Log | Files | Refs | README | LICENSE

commit a461c37ff4f157dac52481db02e84d4f86476b20
parent f260f33ccd2ca8852c7d14aa51b6d063ff184f5a
Author: z3bra <willy@mailoo.org>
Date:   Tue,  6 Jan 2015 16:57:34 +0100

Cleaner exit of the process

Diffstat:
Mskroll.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/skroll.c b/skroll.c @@ -58,6 +58,8 @@ void skroll (const char *input) /* magnolia ? FOWEVA ! */ } while(loop); + putc('\b', stdout); + return; /* void */ }