mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
V6.00 Final Release - Fix title '+' char shift
This commit is contained in:
parent
1ee1078cf5
commit
d3bc8fa7c2
@ -105,7 +105,7 @@ void display_init(void)
|
||||
clear_screen_region(0, 0, 0, 27);
|
||||
prints(0, 0, " Memtest86+ v6.00");
|
||||
set_foreground_colour(RED);
|
||||
printc(0, 14, '+');
|
||||
printc(0, 15, '+');
|
||||
set_foreground_colour(WHITE);
|
||||
set_background_colour(BLUE);
|
||||
prints(1, 0, "CLK/Temp: N/A | Pass %");
|
||||
|
Loading…
Reference in New Issue
Block a user