mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #192] Disallow scrolling past the end of a playlist #94
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#94
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 @alichtman on GitHub (Dec 16, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/192
If you hammer on
Ctrl-Dfor a while, you'll see that you can scroll past the end of a playlist. You need to pressCtrl-Uas many times as you pressedCtrl-Dafter the playlist had already been scrolled past in order to get back to the bottom.I'd expect scrolling down to bottom out at the end of a playlist.
@Rigellute commented on GitHub (Dec 23, 2019):
You're right. Needs fixing 👍
@Monkeyanator commented on GitHub (Jan 18, 2020):
Took a swing at this in #216
@Rigellute commented on GitHub (Jan 26, 2020):
#216 closes this