mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 11:29:21 +00:00
Reset cursor position after print
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user