oops, neglected to reset attr
This commit is contained in:
parent
e813056b64
commit
eaa5c8beab
@ -259,6 +259,7 @@ void show_menu(void) {
|
|||||||
toggle(BASE_SEL + 1 + i, *boot_options[i].value, boot_options[i].title);
|
toggle(BASE_SEL + 1 + i, *boot_options[i].value, boot_options[i].title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
attr = 0x07;
|
||||||
y = 16;
|
y = 16;
|
||||||
print_("\n\n");
|
print_("\n\n");
|
||||||
print_banner(HELP_TEXT);
|
print_banner(HELP_TEXT);
|
||||||
|
Loading…
Reference in New Issue
Block a user