mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #154] [MERGED] Adjust search limits #637
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#637
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?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/154
Author: @ghost
Created: 11/18/2019
Status: ✅ Merged
Merged: 11/18/2019
Merged by: @Rigellute
Base:
master← Head:search-result📝 Commits (1)
aaf94c5Adjust serach limits📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
src/main.rs(+5 -3)📄 Description
When terminal size is changed, some contents are not showed in the table. Additionally, regardless terminal size, search returns only 4 contents.
Here, I tried to fix these problem, i adjust search limits depending on the terminal size. However, parameters I used here are not led deductively but empirically.
If you know the way to get height of each block, preferable implementation can be available. For me, my implementation is not smart and if you have any idea, please tell me it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.