From ce654fe5a1a3fae15d57d19bf9505068f8654f3c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 14 Jan 2025 22:10:02 -0800 Subject: [PATCH] short pause on splash screen --- ui/curses_ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/curses_ui.py b/ui/curses_ui.py index ae5827d..0bd46f4 100644 --- a/ui/curses_ui.py +++ b/ui/curses_ui.py @@ -55,6 +55,7 @@ def draw_splash(stdscr): stdscr.addstr(start_y+4, start_x2, message_4) stdscr.box() stdscr.refresh() + curses.napms(500) def draw_channel_list():