diff --git a/src/hulk/console.d b/src/hulk/console.d index 20ae9ea..2e7ffbc 100644 --- a/src/hulk/console.d +++ b/src/hulk/console.d @@ -49,6 +49,7 @@ struct console fb.copy_rows_up(fb_y(m_height - 1u), (m_height - 1u) * kfont.line_height, kfont.line_height); + fb.rect(0u, fb_y(m_height - 1u), fb_x(m_width), kfont.line_height, 0u); } }