mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #383] handling of terminal resizes #158
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#158
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 @blueforesticarus on GitHub (Apr 8, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/383
If I open spt in a terminal that is too short to show the playist menu, then resize so that that playlists are visible, the playlist menu remains empty
screenshot:

If the window opens with only enough space for a couple playlists, then arrow keys only cycles between those three. After resize those are the only three displayed and still can only cycle through those three.
@blueforesticarus commented on GitHub (Apr 8, 2020):
Come to find, even when opened fullscreen, some entries from playlist are missing. I'm getting (however many lines fit in the playlist box) + 3 or so.
@blueforesticarus commented on GitHub (Apr 8, 2020):
This is probably related to #116
@alichtman commented on GitHub (Jul 1, 2020):
The songs window is also sometimes not filled up on larger screens.