mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
Kernel: Implement scrolling critical messages in framebuffer console
This commit is contained in:
parent
df2bc8187c
commit
6f7f0b3a8c
5 changed files with 42 additions and 4 deletions
|
@ -39,6 +39,8 @@ protected:
|
|||
virtual void hide_cursor() override;
|
||||
virtual void show_cursor() override;
|
||||
|
||||
virtual void scroll_up() override;
|
||||
|
||||
GenericFramebufferConsoleImpl(size_t width, size_t height, size_t pitch)
|
||||
: Console(width, height)
|
||||
, m_pitch(pitch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue