diff --git a/source/main.c b/source/main.c index fa8981a..a82dcac 100644 --- a/source/main.c +++ b/source/main.c @@ -308,7 +308,8 @@ int main(int argc, char **argv) consoleInit(GFX_BOTTOM, &bottomScreen); /* Set console sizes. */ - consoleSetWindow(&topScreenLog, 1, 3, 50, 36); + // (y-1) + (height) <= 30 (top screen only fits 30 lines) + consoleSetWindow(&topScreenLog, 1, 3, 50, 28); consoleSetWindow(&topScreenInfo, 1, 1, 50, 2); consoleSelect(&bottomScreen);