Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation in search input can go out of bounds #63

Closed
synth-ruiner opened this issue Oct 14, 2019 · 2 comments
Closed

Navigation in search input can go out of bounds #63

synth-ruiner opened this issue Oct 14, 2019 · 2 comments

Comments

@synth-ruiner
Copy link

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
Copy link
Owner

Rigellute commented 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).

@Rigellute
Copy link
Owner

PR fixing this here #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants