aboutsummaryrefslogtreecommitdiffstats
path: root/com32/cmenu/display.c
Commit message (Collapse)AuthorAgeFilesLines
* cmenu: Rename menu.h to cmenu.hMatt Fleming2011-04-261-1/+1
| | | | | | | | | In preparation for moving com32/menu/menu.h to com32/include/ let's rename com32/cmenu/menu.h. This stops us having two header files named menu.h which would mean that we'd have to be super careful with our include paths to ensure we included the correct header. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
* Run Nindent on com32/cmenu/display.cH. Peter Anvin2009-05-291-9/+8
| | | | | | | | | Automatically reformat com32/cmenu/display.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Move complex menu to com32/cmenu; clean up the MakefilesH. Peter Anvin2009-03-021-0/+37
Move the complex menu system into the com32 directory so it can be sequenced properly with respect to hdt (it needs to be built after com32/lib but before com32/hdt). While we're at it, clean up the Makefiles somewhat.