mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
V6.00 Final Release - Fix title '+' char shift
This commit is contained in:
@@ -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 %");
|
||||
|
||||
Reference in New Issue
Block a user