efi_loader: clear screen has to reset cursor position
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Jul 2018 06:18:00 +0000 (08:18 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 12:59:44 +0000 (14:59 +0200)
commite67ff94deda15f344af62b46ef21b3bb10d1c0f1
treede0aad293a613367cc51ac3f170bc3af63c333ca
parent4f187897703ab38b12bb9b5a733028aa0083a618
efi_loader: clear screen has to reset cursor position

After clearing the screen the cursor position is row 0, column 0.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_console.c