[PATCH 2/2] menuconfig: reclaim 1 more vertical line

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Empty line after legend is waste, use it for config options.

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

 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());
 



[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux