mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-16 09:41:45 +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->SetBufferCursor(x, y);
|
||||||
Display->PrintString("\eFF2525");
|
Display->PrintString("\eFF2525");
|
||||||
Display->PrintString(msg, CrashFont);
|
Display->PrintString(msg, CrashFont);
|
||||||
|
Display->SetBufferCursor(0, 0);
|
||||||
Display->UpdateBuffer();
|
Display->UpdateBuffer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user