summaryrefslogtreecommitdiffstats
path: root/common/menu.c
Commit message (Expand)AuthorAgeFilesLines
* menu: fix support for "\n", "\n\r" and "\r"Jean-Christophe PLAGNIOL-VILLARD2012-04-231-1/+7
* menu: enable the fancy color support only if HUSH is enabledJean-Christophe PLAGNIOL-VILLARD2012-04-151-6/+15
* menu: add color fancy supportJean-Christophe PLAGNIOL-VILLARD2012-04-101-5/+45
* menu: fix double action when "\n\r" or "\r\n" is receivedJean-Christophe PLAGNIOL-VILLARD2012-04-101-2/+1
* readkey: add define for Ascii keysJean-Christophe PLAGNIOL-VILLARD2012-02-161-3/+3
* menu: fix command support as moduleJean-Christophe PLAGNIOL-VILLARD2011-07-051-1/+16
* Menu: add box style entryJean-Christophe PLAGNIOL-VILLARD2010-09-201-6/+32
* menu: add auto select supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+53
* menu: simplify usage for clientsSascha Hauer2010-08-301-8/+100
* menu: use an initialized struct list as menu listSascha Hauer2010-08-301-12/+7
* menu: use list_for_each_entry where appropriateSascha Hauer2010-08-301-16/+5
* menu: remove superfluous struct menu_entry member from struct menuSascha Hauer2010-08-301-10/+10
* menu: simplify menu_free with list_for_each_entry_safeSascha Hauer2010-08-301-9/+3
* menu: initialize entries list in menu_allocSascha Hauer2010-08-301-4/+0
* Menu/cmd: add sub menu entry command supportJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+7
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+315