Skip to content
Snippets Groups Projects
Commit 3338231a authored by Philip Stewart's avatar Philip Stewart
Browse files

Allow printing lines near the end of the display

parent 8a2de29e
No related branches found
No related tags found
1 merge request!332Ofscreen lines
......@@ -95,9 +95,6 @@ void gfx_puts(
x = 0;
y += font->Height;
}
// if the line is outside the display we return
if (y >= r->height)
return;
// now print the character
gfx_putchar(font, r, x, y, *str, fg, bg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment