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

Position in the search now correctly updates in the prompt. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yb66
Copy link
Contributor

@yb66 yb66 commented Jul 5, 2021

I noticed that cycling through returned matches wasn't updating
@position, so I've moved the prompt update (search_prompt)
into move_entry because it wasn't being called consistently, while update_results also calls move_entry.

fix: Prompt position in search wasn't updating, fixed.

I noticed that cycling through returned matches wasn't updating
`@position`, so I've moved the prompt update (`search_prompt`)
into `move_entry` because it wasn't being called consistently, while `update_results` also calls `move_entry`.

fix: Prompt position in search wasn't updating, fixed.
@yb66
Copy link
Contributor Author

yb66 commented Jul 5, 2021

Btw, I haven't really looked at the specs properly but I'll have a think about how to test this. And sorry for peppering you with notifications!

Regards,
iain

@lagerfeuer
Copy link
Collaborator

Oh don't worry, I'm happy you're interested and improving things 😉

Just as an FYI, please allow me a couple days to respond to all the pull requests though, I don't check Github every day! Between work and life I usually don't have as much time as I'd like.

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

Successfully merging this pull request may close these issues.

2 participants