diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-12-22 07:15:55 +0000 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-07 18:08:20 +0100 |
commit | b0ad9b5b2a60583dc44a171d7dfdaac1b4518aa7 (patch) | |
tree | 86d7d5bb2409451ea896cd6815bef1d87ceebf77 /arch/nios2 | |
parent | 3510280960ead6947a296d1d9b8744d3336381ea (diff) | |
download | u-boot-b0ad9b5b2a60583dc44a171d7dfdaac1b4518aa7.zip u-boot-b0ad9b5b2a60583dc44a171d7dfdaac1b4518aa7.tar.gz u-boot-b0ad9b5b2a60583dc44a171d7dfdaac1b4518aa7.tar.bz2 |
efi_loader: clear screen should move cursor to home
On a VT100 terminal <ESC>[2J should be enough to both clear the whole
screen and set the cursor to position (1, 1). But the Linux console does
not behave like this. So send an extra <ESC>[H. For reference see the
console_codes(4) man page.
Add a function description.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'arch/nios2')
0 files changed, 0 insertions, 0 deletions