From d1c7b4de6efa7e0661be33d626fe2d0c6081908b Mon Sep 17 00:00:00 2001 From: Erica Date: Tue, 4 Oct 2022 21:32:14 +0000 Subject: [PATCH] Flush input buffers before first loop --- bin/miniplayer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/miniplayer b/bin/miniplayer index 48ff7ec..db52c1e 100755 --- a/bin/miniplayer +++ b/bin/miniplayer @@ -1052,6 +1052,8 @@ class Player: "art", scaler=ueberzug.ScalerOption.FIT_CONTAIN.value ) + # Flush all input + curses.flushinp() # Check if we need to recalculate window size # because of album art only initially