From: Armaan Bhojwani Date: Sun, 31 Jan 2021 15:52:39 +0000 (-0500) Subject: Remove clear screen before displaying menu X-Git-Tag: v0.2.0^0 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=96b5a978329f18d41c480551a11b845cd06849c0 Remove clear screen before displaying menu --- 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",