commit | b0ad9b5b2a60583dc44a171d7dfdaac1b4518aa7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 22 07:15:55 2019 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:20 2020 +0100 |
tree | 86d7d5bb2409451ea896cd6815bef1d87ceebf77 | |
parent | 3510280960ead6947a296d1d9b8744d3336381ea [diff] |
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>