From 3bbd11363297abc4e8b0d13c525addad48a33c7e Mon Sep 17 00:00:00 2001 From: forkless Date: Sun, 31 May 2026 21:16:56 +0200 Subject: [PATCH] =?UTF-8?q?Embed=20whale=20in=20draw=5Fstatus=5Fbar=20?= =?UTF-8?q?=E2=80=94=20renders=20on=20all=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tui.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tui.rs b/src/tui.rs index 03f24e2..b88dc9e 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -126,7 +126,6 @@ pub fn draw_main_menu(f: &mut Frame, state: &mut ListState, app: &AppState, save draw_select_list(f, chunks[2], &items, &descs, prompt, state); draw_status_bar(f, chunks[3], app); - draw_whale_separator(f, chunks[3], app); } /// Draw the disclaimer popup with full warning text. @@ -602,7 +601,7 @@ fn draw_status_bar(f: &mut Frame, area: Rect, app: &AppState) { ]); f.render_widget(Paragraph::new(line), area); } - + draw_whale_separator(f, area, app); } /// Separator line with a whale patrolling right-to-left.