Don't clear message area at start of run if trace enabled.

This commit is contained in:
Martin Whitaker 2020-12-11 16:07:12 +00:00
parent bb667b600f
commit 8ad806bfcf
1 changed files with 3 additions and 1 deletions

View File

@ -138,7 +138,9 @@ void display_init(void)
void display_start_run(void)
{
clear_message_area();
if (!enable_trace) {
clear_message_area();
}
clear_screen_region(7, 47, 9, 57); // run time
clear_screen_region(9, 47, 9, 57); // pass number
clear_screen_region(9, 66, 9, SCREEN_WIDTH - 1); // error count