summaryrefslogtreecommitdiff
path: root/com32/lib/sys/stdcon_write.c
Commit message (Expand)AuthorAgeFilesLines
* stdcon: make the screen size availableH. Peter Anvin2010-03-061-1/+18
* Run Nindent on com32/lib/sys/stdcon_write.cH. Peter Anvin2009-05-291-22/+23
* Default to \n -> \r\n in ANSI and xserialH. Peter Anvin2008-06-241-1/+1
* 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
* 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