You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When get cursor on an option that selected, there are no styles for "selected under cursos", so only way to understand where are you is cursor prefix, but users may want to set cursor prefix to empty line, so there is no
Describe the bug
When get cursor on an option that selected, there are no styles for "selected under cursos", so only way to understand where are you is cursor prefix, but users may want to set cursor prefix to empty line, so there is no
To Reproduce
Steps to reproduce the behavior:
echo "one\ntwo\nthree" | gum choose --no-limit --header="Hooks:" --selected="$h_git,$h_qute" --selected-prefix="⬤ " --unselected-prefix="◯ " --cursor-prefix="◯ " --cursor=""Expected behavior
There is a mix of style for "selected under cursor"
Screenshots
see demo. before - is how it shows now, after - after code fix
Additional context
I will make a PR for that
gum_select_demo.mp4