mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #183] [MERGED] 175: Fix cursor offset in search input #656
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#656
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/183
Author: @Rigellute
Created: 12/2/2019
Status: ✅ Merged
Merged: 12/2/2019
Merged by: @Rigellute
Base:
master← Head:175📝 Commits (1)
c03ef1d175: Fix cursor offset in search input📊 Changes
2 files changed (+14 additions, -2 deletions)
View changed files
📝
src/main.rs(+7 -1)📝
src/ui/mod.rs(+7 -1)📄 Description
On smaller height terminals, the cursor position was off.
Fix is to apply the same offset differences on small/large terminals as is applied to the margin.
This commit closes https://github.com/Rigellute/spotify-tui/issues/175
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.