summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/keys.h
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-81/+0Star
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-251-16/+13Star
| | | | | | | F8 is represented by the ANSI escape sequence "^[[19~", which is not representable as a KEY_xxx constant using the current encoding scheme. Adapt the encoding scheme to allow F8 to be represented, since PXE requires that we may need to prompt the user to press F8.
* Fix definition of KEY_ENDMichael Brown2006-12-201-1/+1
|
* Add insert/delete and document keys, and documentation.Michael Brown2006-12-201-15/+19
|
* Key definitionsMichael Brown2006-12-201-0/+78