menu/prompt indicator not rendered if it starts with a newline #707
Open
Description
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.
- so the following marker
marker: "\nMARKER "
will be rendered as\n
- when adding a space (or any character) in front of the marker, for example
marker: " \nMARKER "
, it will be fixed
Steps to reproduce
- make the marker of a menu start with "\n", and then trigger a completion
Screenshots/Screencaptures
i think its happening in this function
reedline/src/painting/utils.rs
Line 8 in 31eaeeb
see #696 for more info