mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Don't clear VirtualConsoles when initializing
Instead of calling clear() for each virtual console we initialize, we only call clear() when activating it from ConsoleManagement.
This commit is contained in:
committed by
Andreas Kling
parent
bab6fb76b7
commit
b569b2df35
@@ -126,7 +126,6 @@ UNMAP_AFTER_INIT void VirtualConsole::initialize()
|
||||
for (size_t row = 0; row < rows(); row++) {
|
||||
m_lines.append({ true, 0 });
|
||||
}
|
||||
clear();
|
||||
VERIFY(m_cells);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user