1
Fork 0
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:
Liav A 2022-03-19 14:31:56 +02:00 committed by Linus Groh
parent 4644a53d0d
commit f5acef0b81
2 changed files with 3 additions and 5 deletions

View file

@ -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;
};