oops, neglected to reset attr

This commit is contained in:
K. Lange 2018-06-09 19:20:07 +09:00
parent e813056b64
commit eaa5c8beab

View File

@ -259,6 +259,7 @@ void show_menu(void) {
toggle(BASE_SEL + 1 + i, *boot_options[i].value, boot_options[i].title);
}
attr = 0x07;
y = 16;
print_("\n\n");
print_banner(HELP_TEXT);