Factor out the ANSI engine from the ANSI and VESA consoles
authorH. Peter Anvin <hpa@zytor.com>
Mon, 11 Sep 2006 01:03:06 +0000 (18:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 11 Sep 2006 01:03:06 +0000 (18:03 -0700)
commit146c0ce9b8f15b77c9a215cc65bad0edebb789a6
tree0d87565e69e58c0b2cfdb522a7ccbb2e8545fb60
parent45a3462f838d9d7348dfbede9a8edff1ebb21ad3
Factor out the ANSI engine from the ANSI and VESA consoles

In preparation for the VESA console needing to fall back to text mode...
com32/lib/Makefile
com32/lib/sys/ansi.c [new file with mode: 0644]
com32/lib/sys/ansi.h [new file with mode: 0644]
com32/lib/sys/ansicon_write.c
com32/lib/sys/vesa/background.c
com32/lib/sys/vesa/drawtxt.c
com32/lib/sys/vesa/video.h
com32/lib/sys/vesacon_write.c