-
Notifications
You must be signed in to change notification settings - Fork 158
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
menu/prompt indicator not rendered if it starts with a newline #707
Comments
Does this only happen for menu indicators or also prompt indicators? I see that 696 overwrote the prompt indicator with the menu indicator so it's really weird if menu indicators don't work but prompt indicators do |
@ysthakur |
This bug has haunted me for a while. Thanks for adding an issue for it. |
i just changed where its overwritten, but its overwritten anyways. its been bugged before #696. |
Platform windows 10
Terminal software windows terminal
when the menu marker starts with a "\n", then the characters after that will not be shown on screen.
marker: "\nMARKER "
will be rendered as\n
marker: " \nMARKER "
, it will be fixedSteps to reproduce
Screenshots/Screencaptures
"\nMARKER "
" \nMARKER "
i think its happening in this function
reedline/src/painting/utils.rs
Line 8 in 31eaeeb
see #696 for more info
The text was updated successfully, but these errors were encountered: