mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
Kernel: Use original Console m_x and m_y in Text based implementations
This commit is contained in:
parent
4644a53d0d
commit
f5acef0b81
2 changed files with 3 additions and 5 deletions
|
@ -39,8 +39,6 @@ private:
|
|||
TextModeConsole();
|
||||
|
||||
mutable Spinlock m_vga_lock;
|
||||
size_t m_cursor_x { 0 };
|
||||
size_t m_cursor_y { 0 };
|
||||
|
||||
VirtualAddress m_current_vga_window;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue