summaryrefslogtreecommitdiff
path: root/com32/include/console.h
Commit message (Collapse)AuthorAgeFilesLines
* Centralize shift_is_held(), make it work to force the command linesyslinux-6.03-pre11H. Peter Anvin2014-04-201-0/+1
| | | | | | | Holding down shift is supposed to force a command line unless noescape is provided; make it behave that way. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on com32/include/console.hH. Peter Anvin2009-05-291-2/+2
| | | | | | | | | Automatically reformat com32/include/console.h 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>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-0/+5
| | | | quite right, however.
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+3
|
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-301-0/+9
|
* Split input and output sides of the device modelhpa2004-11-231-4/+6
|
* Separate rawcon and stdcon; actually make input workhpa2004-11-171-0/+3
|
* Very basic operations now work; need to handle line-orientedhpa2004-11-171-0/+46
versus character-oriented input