aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.46k stars 149 forks source link

Opening and closing pop up messes up the UI #403

Closed m-torhan closed 6 months ago

m-torhan commented 6 months ago

Describe the bug After opening a pop up and closing it the UI is messed up. Doing it couple times make is even worse. After resizing terminal window, the UI is fixed.

To Reproduce

  1. Run spotify_player
  2. Open pop up (i.e. queue or help)
  3. Close it
  4. UI is messed up

Expected behaviour UI looks like before opening pop up.

Screenshots Screenshot from 2024-03-25 13-05-30 Screenshot from 2024-03-25 13-05-37 Screenshot from 2024-03-25 13-05-37 Without sixel: Screenshot from 2024-03-25 13-05-44 Screenshot from 2024-03-25 13-05-46 Screenshot from 2024-03-25 13-05-49

Environment

Note This issue does not reproduce on v0.17.0.

aome510 commented 6 months ago

It should be fixed with #400. Can you check the latest main? Related #399

m-torhan commented 6 months ago

Checked and it does fix it, thanks!

Closing the issue.