| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Make the screen size available when using stdcon, not just ansicon.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
| |
|
|
|
|
|
|
|
| |
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 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.
|
| | |
|
| |
|
|
| |
more graceful handling of partial open/partial close.
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
versus character-oriented input
|