From 2580d3302ad3345cb41a5607886217975d3c6825 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 29 Jan 2026 06:56:18 -0600 Subject: [PATCH] TUI improvement --- conduit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conduit.sh b/conduit.sh index 572c625..855b39b 100644 --- a/conduit.sh +++ b/conduit.sh @@ -2942,11 +2942,11 @@ manage_containers() { echo -e " ${CYAN}[q]${NC} QR code for container${EL}" echo -e " [b] Back to menu${EL}" echo -e "${EL}" - echo -e " ${CYAN}────────────────────────────────────────${NC}${EL}" printf "\033[J" + echo -e " ${CYAN}────────────────────────────────────────${NC}" echo -ne "\033[?25h" - read -t 5 -p " Select option: " mc_choice < /dev/tty 2>/dev/null || { mc_choice=""; } + read -t 5 -p " Enter choice: " mc_choice < /dev/tty 2>/dev/null || { mc_choice=""; } echo -ne "\033[?25l" # Empty = just refresh