From cffb3dddd129b905fe25bf73ef4fcecbb37f78c4 Mon Sep 17 00:00:00 2001 From: "tanguy.cavagna" <tanguy.cavagna@etu.hesge.ch> Date: Thu, 12 May 2022 10:03:43 +0200 Subject: [PATCH] Removed unnecessary clear --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 8d3eb84..c59f3d5 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,6 @@ int main(void) { init_term(); int menu_choice = show_menu(); - clear(); if (menu_choice == MENU_QUIT) { cleanup_term(); -- GitLab