summaryrefslogtreecommitdiffstats
path: root/src/include/console.h
Commit message (Collapse)AuthorAgeFilesLines
* Added code to interpret ANSI keypress sequences into KEY_XXX constants.Michael Brown2006-12-201-0/+1
|
* Header rearrangement.Michael Brown2006-04-241-1/+1
| | | | | | | | | I want to get to the point where any header in include/ reflects a standard user-level header (e.g. a POSIX header), while everything that's specific to gPXE lives in include/gpxe/. Headers that reflect a Linux header (e.g. if_ether.h) should also be in include/gpxe/, with the same name as the Linux header and, preferably, the same names used for the definitions.
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-6/+6
|
* DoxygenationMichael Brown2005-05-201-4/+79
|
* Use __unused instead of __used for static data structures.Michael Brown2005-05-171-2/+1Star
| | | | Remove compiler.h defines from osdep.h
* console.c uses the generic table mechanismMichael Brown2005-04-271-1/+2
|
* Gave vsprintf.c its own header file, and made console.h include it.Michael Brown2005-04-171-0/+1
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+28