mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #63] Navigation in search input can go out of bounds #40
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#40
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 @synth-ruiner on GitHub (Oct 14, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/63
To replicate, type something into the search box and keep pressing the left arrow key- you can keep going past the first character and overflow off to the right side of the screen. the program usually crashes after other input at this point.
Home and end keys don't work either, but I can forgive that. :)
Installed via cargo on Thursday 10 Oct so apologies if this has been fixed since then.
This program is really awesome- thanks a lot! I'm using it to control the office spotify machine without having to get up ;)
@Rigellute commented on GitHub (Oct 14, 2019):
Oh good spot!
I know what the issue is, will create a PR to fix a bit later.
And thank you for your kind feedback - so cool that you use
spotify-tuito control your office spotify!p.s. if you want to jump to the start and end of the input (like what "Home" and "End" do) you can use
<Ctrl-a>to jump to start and<Ctrl-e>to jump to the end (this is inteded to be in keeping with standard terminal keybinds).@Rigellute commented on GitHub (Oct 14, 2019):
PR fixing this here https://github.com/Rigellute/spotify-tui/pull/64