From d1e4d0eee807921eb4f24c3a02219bd3d2f65066 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 03:36:46 +0200 Subject: [PATCH] Move prompt to description row in all pickers --- src/tui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tui.rs b/src/tui.rs index bda4837..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: area.y + area.height.saturating_sub(1), + y: base_y, width: area.width.saturating_sub(2), height: 1, },