summaryrefslogtreecommitdiff
path: root/com32/modules/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Simple menu system updatesArne Georg Gleditsch2006-09-051-1/+4
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Remove stealth whitespaceH. Peter Anvin2006-03-171-21/+21
* Remove definition of CLK_TCK redundant with get_key.hH. Peter Anvin2006-03-121-4/+0
* Clean up the handling of "extended whitespace"; fix typosH. Peter Anvin2006-01-191-4/+4
* Handle "ontimeout" with label correctly in menu.c32; add "menu shiftkey"syslinux-3.20-pre4H. Peter Anvin2006-01-071-3/+16
* Quicker timeout clearsyslinux-3.11-pre11syslinux-3.11hpa2005-08-301-6/+2
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-301-23/+74
* A few more edit keys; faster [Tab] operationsyslinux-3.11-pre8hpa2005-08-291-9/+49
* Reorganize so that a 512-character command line fits on an 80x24 screenhpa2005-08-281-6/+6
* More emacsy keybindingshpa2005-08-281-2/+4
* Display autoboot countdownsyslinux-3.11-pre6hpa2005-08-281-13/+44
* Better command-line editinghpa2005-08-281-20/+69
* Allow customization of the menu layout.hpa2005-08-261-8/+20
* Remove special handling of P and N in menuhpa2005-08-221-6/+2
* Correct the code related to the run kernel image API function.hpa2005-08-211-24/+22
* Add more low-level API function to load the kernel, and make thehpa2005-08-211-6/+27
* Improve and document secondary menus.hpa2005-08-191-18/+29
* Precedence fixhpa2005-04-061-1/+1
* Fix highlighting of digits and lower-case characters.hpa2005-04-031-1/+1
* Add password support to simple menu systemsyslinux-3.08-pre4hpa2005-01-211-19/+100
* More work on password support for the menu systems. Make the base64hpa2005-01-211-8/+31
* SHA-1 support in libutil; beginnings of menu passwd supporthpa2005-01-201-10/+70
* Use DEC VT graphics and try to be compatible with as many terminalhpa2005-01-051-23/+23
* More readable scroll barhpa2005-01-041-1/+1
* More navigation keyshpa2005-01-041-0/+11
* More serial console speed improvements.hpa2005-01-041-35/+53
* Work better over a serial consolehpa2005-01-041-7/+12
* Use a scrollbar instead of [+] and [-]hpa2005-01-041-29/+38
* Print an error message if the configuration file seems empty.hpa2005-01-041-4/+11
* Support menu hotkeys.hpa2004-12-281-5/+53
* Support cursor on/cursor off sequences, and use them in the menu systemhpa2004-12-221-10/+18
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-211-7/+40
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-211-5/+13
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-211-41/+21
* Add code to edit the command line in the simple menuhpa2004-12-211-47/+147
* Initial work on simple menu system; add <minmax.h> to libutilhpa2004-12-201-0/+240