Open patrickhener opened 4 months ago
I'm experiencing the same issue. I ended up just adding an empty record at the beginning to resolve it in the meantime.
records:
- delay: 1
content: " "
This indeed does work.
The advice from @corymurphy is great, but adds an extra space to the prompt.
To avoid this, use \r
(carriage return) instead of a space character:
records:
- delay: 1
content: "\r"
I'm experiencing the same issue. Workaround does work alright, but it would still look better without it
I want to visualize a thing and am getting two prompts in the beginning. After the render goes on it is fine, but the first line will have two prompts and I don't know why.
This is my recording and this is the render:
You can see clearly that this is not correct.