mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #10] scroll not in view #7
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#7
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 @estysdesu on GitHub (Oct 7, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/10
When moving cursor up and down, it doesn't show selected/highlighted choice when terminal window is resized. I use tmux, and the pane resizes great to fit the proper space, but it doesn't update the scroll buffer of what is visible to select.
I am selecting songs below the visible song list, because they are still selectable in the current scroll buffer from the tmux resize.
@Rigellute commented on GitHub (Oct 7, 2019):
Ah good point, this needs to be fixed.
@sputnick1124 commented on GitHub (Nov 4, 2019):
I can take this if no one else is working on it!
@Rigellute commented on GitHub (Nov 4, 2019):
Please do @sputnick1124
I think the fix would entail figuring out how many rows would fit in the current window and also using that number as the spotify limit for results.
@Rigellute commented on GitHub (Nov 4, 2019):
Fixed by @sputnick1124