From 96b5a978329f18d41c480551a11b845cd06849c0 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 31 Jan 2021 10:52:39 -0500 Subject: [PATCH] Remove clear screen before displaying menu --- lightcards/display.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lightcards/display.py b/lightcards/display.py index c9da9a9..54277d3 100755 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -31,7 +31,6 @@ def disp_bar(stdscr, stack, headers, obj): def disp_menu(stdscr, stack, headers, idx): - stdscr.clear() curses.init_pair(1, curses.COLOR_CYAN, 0) curses.init_pair(2, curses.COLOR_RED, 0) stdscr.addstr("Good job, you've completed a round!\n\n", -- 2.39.2