• Thomas Huth's avatar
    menu_entry: Disable cursor during update_screen() · 625934ec
    Thomas Huth authored
    When running grub in a VGA console of a KVM pseries guest on PowerPC,
    you can see the cursor sweeping over the whole line when entering a
    character in editor mode. This is visible because grub always refreshes
    the whole line when entering a character in editor mode, and drawing
    characters is quite a slow operation with the firmware used for the
    powerpc pseries guests (SLOF).
    To avoid this ugliness, the cursor should be disabled when refreshing
    the screen contents during update_screen().
    Signed-off-by: 's avatarThomas Huth <thuth@redhat.com>
    625934ec
Name
Last commit
Last update
..
auth.c Loading commit data...
autofs.c Loading commit data...
charset.c Loading commit data...
cmdline.c Loading commit data...
color.c Loading commit data...
completion.c Loading commit data...
context.c Loading commit data...
crypto.c Loading commit data...
datetime.c Loading commit data...
dyncmd.c Loading commit data...
main.c Loading commit data...
menu.c Loading commit data...
menu_entry.c Loading commit data...
menu_text.c Loading commit data...
misc.c Loading commit data...
term.c Loading commit data...