-
Notifications
You must be signed in to change notification settings - Fork 164
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
prompt overwrites text line if no newline is found #398
Comments
Could not reproduce on linux with either |
Maybe it's only a Windows thing? |
@elferherrera, you use Windows. Can you reproduce this error? |
I'm pretty sure it's only on the last/bottom line of the terminal. I guess I forgot to say that originally. |
I could reproduce the bug with The other mentioned bug "reloading config hotkey deletes top line instead of adding it to scrollback" #5305 is reproducible on windows with windows terminal, wezterm and alacrtitty. This was with 0.61.0 |
From my experience with Nushell such issues might be dependent on terminal size or whether it was resized. |
Platform Windows 11
Terminal software Windows Terminal
Describe the problem you are observing.
When the steps are followed below, you see the text initially appear on the screen and then the prompt overwrites the last line.
Steps to reproduce (from within nushell)
touch a
notepad a
cat a
ortype a
shows both lines of text, and then when the prompt is drawn, it overwrites the last lineThe text was updated successfully, but these errors were encountered: