mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Have Console::write() directly call vga_putch.
This commit is contained in:
parent
a70bfb87d5
commit
fc88368582
Notes:
sideshowbarker
2024-07-19 18:45:54 +09:00
Author: https://github.com/awesomekling
Commit: fc88368582
5 changed files with 18 additions and 23 deletions
|
@ -13,6 +13,8 @@ public:
|
|||
virtual ssize_t write(const byte* data, size_t size) override;
|
||||
|
||||
private:
|
||||
void putChar(char);
|
||||
|
||||
byte m_rows { 25 };
|
||||
byte m_columns { 80 };
|
||||
byte m_cursorRow { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue