[GH-ISSUE #63] Navigation in search input can go out of bounds #40

Closed
opened 2026-02-28 14:46:33 +03:00 by kerem · 2 comments
Owner

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 ;)

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 ;)
kerem closed this issue 2026-02-28 14:46:33 +03:00
Author
Owner

@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-tui to 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).

<!-- gh-comment-id:541733200 --> @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-tui` to 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).
Author
Owner

@Rigellute commented on GitHub (Oct 14, 2019):

PR fixing this here https://github.com/Rigellute/spotify-tui/pull/64

<!-- gh-comment-id:541770514 --> @Rigellute commented on GitHub (Oct 14, 2019): PR fixing this here https://github.com/Rigellute/spotify-tui/pull/64
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#40
No description provided.