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:
Jesse Buhagiar 2020-02-18 21:46:52 +11:00 committed by Andreas Kling
commit 35ba4bf005
Notes: sideshowbarker 2024-07-19 09:14:22 +09:00
2 changed files with 9 additions and 1 deletions

View file

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