Flush input buffers before first loop

This commit is contained in:
Erica
2022-10-04 21:32:14 +00:00
parent 4ba9be0296
commit d1c7b4de6e

View File

@ -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