commit a461c37ff4f157dac52481db02e84d4f86476b20 parent f260f33ccd2ca8852c7d14aa51b6d063ff184f5a Author: z3bra <willy@mailoo.org> Date: Tue Jan 6 16:57:34 2015 Cleaner exit of the process Diffstat: skroll.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 */ }