Displaying 1 result from an estimated 1 matches for "menucommit".
Did you mean:
mem_commit
2010 May 30
1
[RFC PATCH] menu: support single key booting
...--git a/com32/menu/readconfig.c b/com32/menu/readconfig.c
index d4c8848..7aed5a3 100644
--- a/com32/menu/readconfig.c
+++ b/com32/menu/readconfig.c
@@ -217,6 +217,7 @@ struct labeldata {
unsigned int menuseparator;
unsigned int menudisabled;
unsigned int menuindent;
+ unsigned int menucommit;
enum menu_action action;
int save;
struct menu *submenu;
@@ -304,6 +305,7 @@ static void record(struct menu *m, struct labeldata *ld, const char *append)
me->hotkey = 0;
me->action = ld->action ? ld->action : MA_CMD;
me->save = ld->save ? (ld->save > 0)...