ldlinux: Clear screen on ASCII 12 (form feed) in DISPLAY file
authorMatt Fleming <matt.fleming@intel.com>
Thu, 24 Jan 2013 11:07:08 +0000 (11:07 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 24 Jan 2013 11:09:27 +0000 (11:09 +0000)
commit6911cf7e57a870f887042ccb4c580165d868d25c
tree129ac31fb2aaca4c356be8240fe07d4f21ee768a
parent7c42c59ebd9d33efe3a5f12542580a8c1379447d
ldlinux: Clear screen on ASCII 12 (form feed) in DISPLAY file

The ansi code won't handle \f the way we want, so we need to
explicitly clear the screen and reset the cursor position, like the
old 4.x code.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/elflink/ldlinux/msg.c