summaryrefslogtreecommitdiff
path: root/com32/lib/sys/stdcon_write.c
Commit message (Collapse)AuthorAgeFilesLines
* stdcon: make the screen size availableH. Peter Anvin2010-03-061-1/+18
| | | | | | Make the screen size available when using stdcon, not just ansicon. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on com32/lib/sys/stdcon_write.cH. Peter Anvin2009-05-291-22/+23
| | | | | | | | | Automatically reformat com32/lib/sys/stdcon_write.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>
* Default to \n -> \r\n in ANSI and xserialH. Peter Anvin2008-06-241-1/+1
| | | | | | | | | | | Default to \n -> \r\n conversion in the ANSI and xserial modules, rather than relying on escape codes to make that behave. This effectively means that as far as the serial port is concerned, this behavior cannot be turned off (with less than having the xserial state machine interpret this sequence) and the escape code *should not* be used. That is fine for our applications, though.
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Explicitly initialize on open instead of initializing via __constructor;H. Peter Anvin2006-08-311-0/+1
| | | | more graceful handling of partial open/partial close.
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+4
|
* Split input and output sides of the device modelhpa2004-11-231-1/+9
|
* Separate rawcon and stdcon; actually make input workhpa2004-11-171-1/+1
|
* Very basic operations now work; need to handle line-orientedhpa2004-11-171-0/+63
versus character-oriented input