From 87c56588c223f7740d3b6242160a84cd05c78836 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Sat, 30 Aug 2025 09:01:08 -0400 Subject: [PATCH] Clean up rough edges in interactive --- clow.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clow.sh b/clow.sh index 4a3c5dc..d54d0ce 100755 --- a/clow.sh +++ b/clow.sh @@ -49,10 +49,12 @@ while true; do read -r -p "Menu: Draw/Reading/Quit " answer case $answer in [Dd]*) + clear draw_card continue ;; [Rr]*) + clear full_reading continue ;;