We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Changing the cursor for the 'gum file' isn't working properly, neither with environment variable nor parameter.
To Reproduce Method 1:
codespace@codespaces-ae80d9:/workspaces/test$ gum file --cursor "→ " > -rw-rw-rw- README.md ↑ up • ↓ down • esc close • enter submit
Method 2:
codespace@codespaces-ae80d9:/workspaces/test$ export GUM_FILE_CURSOR="→ " codespace@codespaces-ae80d9:/workspaces/test$ gum file > -rw-rw-rw- README.md ↑ up • ↓ down • esc close • enter submit
Expected behavior I expect the cursor to change as defined, this is working when using gum choose:
codespace@codespaces-ae80d9:/workspaces/test$ gum choose "test" "test" --cursor "→ " Choose: → test test ↑ up • ↓ down • / filter • enter submit
Additional context Last gum version 0.14.4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Changing the cursor for the 'gum file' isn't working properly, neither with environment variable nor parameter.
To Reproduce
Method 1:
Method 2:
Expected behavior
I expect the cursor to change as defined, this is working when using gum choose:
Additional context
Last gum version 0.14.4
The text was updated successfully, but these errors were encountered: