mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
Merge VGA into VirtualConsole.
This commit is contained in:
parent
c653bb09b3
commit
2ac5e14c08
13 changed files with 34 additions and 123 deletions
|
@ -29,6 +29,9 @@ private:
|
|||
void set_active(bool);
|
||||
void on_char(byte, bool shouldEmit);
|
||||
|
||||
void get_vga_cursor(byte& row, byte& column);
|
||||
void flush_vga_cursor();
|
||||
|
||||
byte* m_buffer;
|
||||
unsigned m_index;
|
||||
bool m_active { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue