Browse Source
- Show a message when a menu item fails. Closes: #218597, #213015 - Don't link with -ggdb. r12313keep-around/c8703c509368e1805e513d61f98a9d17d2cdd9cc

44 changed files with 775 additions and 178 deletions
@ -1,2 +1,5 @@ |
|||
* Implement Recommends support for ordering the menu and determining default, |
|||
but don't enforce them like depends. |
|||
* Several of the functions in main_menu return 1 for success, 0 for |
|||
failure. They should be changed to return as system() or an enum, so |
|||
menu items that return 10 to signal backup work. Since it's kinda hard to |
|||
fix these (I tried and failed), we currently have the nasty global |
|||
last_item_backup. |
|||
|