Commit 49fc84a6 authored by skummer's avatar skummer

ZP-303 #comment make sure the terminal is reset when stopping z-push-top #time 4h

git-svn-id: https://z-push.org/svn/z-push/trunk@1542 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent f5264e5f
......@@ -79,6 +79,7 @@ include('version.php');
pcntl_signal(SIGINT, array($zpt, "SignalHandler"));
$zpt->run();
$zpt->scrClear();
system("stty sane");
}
else
echo "Z-Push shared memory interprocess communication is not available.\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment