summaryrefslogtreecommitdiffstats
path: root/commands/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Menu: add box style entryJean-Christophe PLAGNIOL-VILLARD2010-09-201-7/+23
* menu: add auto select supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-3/+21
* menu: shell fix do_menu_selectJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* menu: simplify usage for clientsSascha Hauer2010-08-301-41/+7
* menu: do not go to free if there's nothing to freeSascha Hauer2010-08-301-2/+1
* menu: use an initialized struct list as menu listSascha Hauer2010-08-301-0/+3
* menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-7/+2
* menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-1/+1
* menu: Use strdup instead of malloc/strncpySascha Hauer2010-08-301-26/+5
* Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-9/+31
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+481