mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #737] Search field is now quite small #295
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#295
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 @trames57 on GitHub (Feb 12, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/737
I looked through some of the recent changelog entries and could not find where this was changed, but in v22, my search field/help field is no longer across the top, but very short and to the top left. Is there a config option that will restore this?
The short search field for me is not what I would like since I search for classical music. It works, but many of the words will become not visible.
I do not have a .config file in my home folder, so I guess I am using whatever the defaults are.
Screenshot: screenshot
@OrangeFran commented on GitHub (Feb 12, 2021):
I don't think there's an option to disable this feature currently. If you make the terminal smaller, you will see that the search bar gets wider again. This is due to a change made in winter last year I worked on to make mire space available for content, because a lot of people don't have long search queries. I opened a pull request to add an option called
enforce_wide_search_barto make the search bar wider again. This should fix your problem. PR: #738@trames57 commented on GitHub (Feb 12, 2021):
Much appreciated! Thanks!