ansi: add support for no-wrap mode, cleanups
authorH. Peter Anvin <hpa@zytor.com>
Fri, 14 Aug 2009 05:35:28 +0000 (22:35 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 5 Sep 2009 04:10:23 +0000 (21:10 -0700)
commit86e26798966e1a47673b07692d383da0ead63873
tree06a58abbfd1626d1a08a5390ba32e00ca5e90a30
parent3f86e5ec0954aa2b2da60f007705cbe996820fc4
ansi: add support for no-wrap mode, cleanups

Add support for nowrap mode CSI ? 7 l (unfortunately, on ANSI.SYS it
is CSI = 7 l; which means that the only way to support both is to
print both sequences and then erase the resulting garbage.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/sys/ansi.c
com32/lib/sys/ansi.h