hdt: Increasing default number of menu. When having lots of PCI devices, this default...
authorErwan Velu <erwan.velu@free.fr>
Fri, 13 Feb 2009 19:19:00 +0000 (20:19 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 26 Feb 2009 04:58:41 +0000 (20:58 -0800)
menu/libmenu/menu.h

index 35e2862..d8db6c2 100644 (file)
@@ -77,7 +77,7 @@
 #define SCROLLBOX    176 // Filled char to display
 
 // Attributes of the menu system
-#define MAXMENUS      30 // Maximum number of menu's allowed
+#define MAXMENUS      100 // Maximum number of menu's allowed
 #define MAXMENUSIZE   60 // Default value for max num of entries in each menu
 #define MAXMENUHEIGHT 20 // Maximum number of entries displayed
 #define MENUBOXTYPE   BOX_SINSIN // Default box type Look at tui.h for other values