mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
TTY: Reset VGA start row when setting graphical TTY
This was causing the screen (on a real machine) to be split in half.
This commit is contained in:
parent
94ed183774
commit
35ba4bf005
Notes:
sideshowbarker
2024-07-19 09:14:22 +09:00
Author: https://github.com/Quaker762
Commit: 35ba4bf005
Pull-request: https://github.com/SerenityOS/serenity/pull/1241
Reviewed-by: https://github.com/awesomekling
2 changed files with 9 additions and 1 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
static void initialize();
|
||||
|
||||
bool is_graphical() { return m_graphical; }
|
||||
void set_graphical(bool graphical) { m_graphical = graphical; }
|
||||
void set_graphical(bool graphical);
|
||||
|
||||
private:
|
||||
// ^KeyboardClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue