-
Notifications
You must be signed in to change notification settings - Fork 34
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
Terminal output display missing after quitting IRust #36
Comments
At first I thought it may be a bug in irust && stty sane
irust && tput clear
irust && tput reset Hopefully at least 1 of these commands should help, and knowing which one does should help sigmaSd fix the issue. |
Thanks! Let me know if you'd like any more testing. |
Yep - the patch fixes it, thanks! Yeah, It seems like it would be cleaner to break out of the control loop and let |
@tobz1000 I like your idea! I'll keep it in mind for now |
Issue experienced with Bash 4.4.9 and the following terminal emulators:
To reproduce:
irust
My typed command does not display in the terminal. If I press enter, the command output is displayed; however, line breaks do not return to the start of the line.
Here is a correctly-displayed
ls
:Here is the result of
ls
after closing IRust:The text was updated successfully, but these errors were encountered: