Default to \n -> \r\n in ANSI and xserial
authorH. Peter Anvin <hpa@zytor.com>
Tue, 24 Jun 2008 22:25:14 +0000 (15:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 24 Jun 2008 22:25:14 +0000 (15:25 -0700)
commitce014dced52afc366fcbe08c60b8f725812f1bc2
tree87d8408a3fe9ff72d2bef92010ea26f8891f163c
parent5c715e07403fe9dae10d0ce531bc0b348e17cacf
Default to \n -> \r\n in ANSI and xserial

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.
com32/lib/sys/ansi.c
com32/lib/sys/stdcon_write.c
com32/lib/sys/xserial_write.c
com32/menu/vesamenu.c