mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #138] tui not using space efficiently #76
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#76
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 @iMarv on GitHub (Nov 5, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/138
The tui is not extending over the complete terminal window, leaving a lot of space empty.
@Rigellute commented on GitHub (Nov 5, 2019):
That space at the bottom is meant for the playbar. When nothing is playing, the playbar doesn't render.
I keep meaning to address this.
@iMarv commented on GitHub (Nov 5, 2019):
Even with the playbar there is a lot of unused space:
@synth-ruiner commented on GitHub (Nov 5, 2019):
I second this. I don't tend to have terminals any bigger than 1/4 of the screen (tiling window manager...) and spotify-tui doesn't make the most of the space available. I can only fit 11 tracks on screen that way. having 2 whole rows of padding at the top and bottom seems excessive!
@Rigellute commented on GitHub (Nov 6, 2019):
As a quick fix, I could remove the margin entirely?
@synth-ruiner commented on GitHub (Nov 6, 2019):
looks awesome to me! I can see how fullscreen you might want a small margin but that could be a job for later? :)