diff --git a/src/fastfetch.c b/src/fastfetch.c index dcd62db6a..dc5c1797d 100644 --- a/src/fastfetch.c +++ b/src/fastfetch.c @@ -770,6 +770,7 @@ static void run(FFdata* data) { fflush(stdout); ffTimeSleep(instance.state.dynamicInterval); fputs("\e[H", stdout); // Move cursor to the top left corner to overwrite the previous output + instance.state.keysHeight = 0; // Reset keysHeight so `ffLogoPrintRemaining` will recalculate it } else { break; }