-
Notifications
You must be signed in to change notification settings - Fork 162
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
list menu marker changing color #727
Comments
I'm missing the point here. what is changing colors? |
@fdncred the marker ("?") changes color to white, when the selection is at the bottom of the terminal is that intended? |
oh, i see it now. nope, that's not intended. not sure why it's doing that. good eye! |
Looks like if use_ansi_coloring {
self.stdout.queue(SetForegroundColor(prompt.get_indicator_color()))?;
} |
thanks for fixing this! |
windows 10; windows terminal.
2024-01-27.21-22-59.mp4
The text was updated successfully, but these errors were encountered: