Reset cursor position after print

This commit is contained in:
EnderIce2 2024-06-08 04:35:18 +03:00
parent 2489fd93f1
commit aef28c9aff
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -288,6 +288,7 @@ nsa void HandleException(CPU::ExceptionFrame *Frame)
Display->SetBufferCursor(x, y);
Display->PrintString("\eFF2525");
Display->PrintString(msg, CrashFont);
Display->SetBufferCursor(0, 0);
Display->UpdateBuffer();
}