diff --git a/main.c b/main.c index 8d3eb8401b8eb782f6d502b8a67687f0f869e5be..c59f3d58c67c07fc12c72a510d06a1ea60312b5a 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();