From 91e9e4cfb7c84de71a5a914056e4e8cce77195a1 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 03:45:45 +0200 Subject: [PATCH] Prompt and description on same row --- src/tui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tui.rs b/src/tui.rs index 5340804..bbc5fd2 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -582,7 +582,7 @@ fn draw_select_list_with_info( prompt_p, Rect { x: area.x, - y: base_y.saturating_sub(1), + y: base_y, width: area.width.saturating_sub(2), height: 1, },