menu: Allow space for booting entries. Closes #148

This commit is contained in:
mintsuki 2022-01-20 02:34:33 +01:00
parent 4d6e1b801a
commit 8de42af1a8
1 changed files with 1 additions and 0 deletions

View File

@ -831,6 +831,7 @@ timeout_aborted:
goto refresh;
case GETCHAR_CURSOR_RIGHT:
case '\n':
case ' ':
autoboot:
if (selected_menu_entry->sub != NULL) {
selected_menu_entry->expanded = !selected_menu_entry->expanded;