commit | 7995cbe325953e6dc850dfd21e0bc625df27e07d | [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 | 0e5f6534c161d59433e5233b4d48527565495bf6 [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>