mierak / rmpc

A configurable, terminal based Media Player Client with album art support via various terminal image protocols
https://mierak.github.io/rmpc/
BSD 3-Clause "New" or "Revised" License
81 stars 3 forks source link

Switching tabs does not redraw content anymore #77

Closed soifou closed 1 hour ago

soifou commented 2 hours ago

Upgraded to 0.5 and notice when switching between tabs, the output does not get cleared. I did not have this problem with previous version.

image

Tried with default config, same problem. Resizing the terminal force the redraw however. I'm using kitty, latest version (0.36.4).

mierak commented 2 hours ago

Hi, thanks for the report. I assume you are switching tabs with the direct key keybinds, does the screen get cleared when switching tabs with NextTab and PreviousTab (Left/RIght arrow by default)?

soifou commented 2 hours ago

Spotted!

NextTab and PreviousTab work fine but SwitchToTab don't

mierak commented 1 hour ago

Should be fixed in #78. Thanks again for the report!