From e573efc2ad40b12c503304aaa3e4547c492c4f0e Mon Sep 17 00:00:00 2001 From: retoor <retoor@molodetz.nl> Date: Fri, 21 Mar 2025 03:27:11 +0100 Subject: [PATCH] Cleared. --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 646d36f..5a6d581 100644 --- a/main.c +++ b/main.c @@ -315,7 +315,9 @@ void init() { void handle_sigint(int sig) { time_t current_time = time(NULL); - + int ret = system("clear"); + (void)ret; + printf("\n"); if (sigint_count == 0) { first_sigint_time = current_time; sigint_count++;