efi, ansi: Improve console handling even further (e.g. scrolling support)
authorMatt Fleming <matt.fleming@intel.com>
Fri, 10 Aug 2012 16:05:45 +0000 (17:05 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 13 Aug 2012 15:47:05 +0000 (16:47 +0100)
commite2722c1c2fdc3ff6a25a95922d1333bba950b02c
treef9ff464887fd1d09543c2f1c6995bae030b7a774
parentfe084791a5e8c0985717d990d26652f416d12f15
efi, ansi: Improve console handling even further (e.g. scrolling support)

There were quite a few trivial bugs in the EFI console code, such as
mixing up column and row arguments and implementing functions with
different semantics when compared with the BIOS code.

With these changes console output now looks the same as the BIOS
version, with output scrolling down the screen instead of overwriting
existing text at the top whenever it incremented past the last row.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/lib/sys/ansi.c
efi/main.c