mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Reset cursor position after print
This commit is contained in:
parent
2489fd93f1
commit
aef28c9aff
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user