mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +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->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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user