[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8a8c8ed8-f322-4024-9433-3a9cb524484e@p183>
Date: Sat, 4 Mar 2023 19:56:28 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] menuconfig: reclaim 1 more vertical line
Empty line after legend is waste, use it for config options.
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
scripts/kconfig/lxdialog/menubox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/scripts/kconfig/lxdialog/menubox.c
+++ b/scripts/kconfig/lxdialog/menubox.c
@@ -185,7 +185,7 @@ int dialog_menu(const char *title, const char *prompt,
height -= 2;
width -= 5;
- menu_height = height - 10;
+ menu_height = height - 9;
max_choice = MIN(menu_height, item_count());
Powered by blists - more mailing lists