search for: 856c368

Displaying 1 result from an estimated 1 matches for "856c368".

Did you mean: 56.368
2010 May 30
1
[RFC PATCH] menu: support single key booting
...u/menumain.c | 10 ++++++++-- com32/menu/readconfig.c | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) As mentioned on IRC, people ask for this. So here's something to talk about. Like the variable names... diff --git a/com32/menu/menu.h b/com32/menu/menu.h index 1e596e1..856c368 100644 --- a/com32/menu/menu.h +++ b/com32/menu/menu.h @@ -64,6 +64,7 @@ struct menu_entry { enum menu_action action; unsigned char hotkey; bool save; /* Save this entry if selected */ + bool commit; /* Commit if selected by hotkey */ }; static inline bool is_disabled(struc...