mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #382] Not redrawing in tmux #157
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danjenson on GitHub (Apr 7, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/382
I run spotify-tui in a tmux pane and I find that it often doesn't redraw itself/gets out of sync switching between windows. Here is a screenshot of what it looks like only a few minutes/few switches after starting:

@danjenson commented on GitHub (Apr 7, 2020):
this was actually caused by my image compositor and was fixed in picom with
xrender-sync = trueandxrender-sync-fence = trueif anyone else stumbles upon this@Rigellute commented on GitHub (Apr 9, 2020):
Thanks for posting the solution @danjenson 👍