efi_loader: fix EnableCursor()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 2 Jun 2019 20:54:28 +0000 (22:54 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 4 Jun 2019 20:09:26 +0000 (22:09 +0200)
commit25e6fb5e93194d84c4b93fb3ab9d93d2157923dd
tree08b79dacae03bec8c28766fe0c72b998065db861
parent22f23db428b8ee14ff04a9128431e719ef2a387c
efi_loader: fix EnableCursor()

The EnableCursor() service of the simple text output protocol must update
the the CursorVisible field of the output mode.

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