-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Console UI does not update unless there is keyboard/mouse input #171
Comments
Hmm, well, this is certainly weird! Thanks for the report. One thing that might be worth trying is running In particular, It's certainly possible that this is something in the console rather than in |
It could also be useful to know details about the version of |
Testing this out on two of my machines, I can't seem to reproduce this; if I connect over ssh and run the console, everything works normally, and keyboard input doesn't cause the console to hang. My guess, then, is that this is related to some combination of
I'm not sure which of those factors could be significant here, but it could be useful to know all of them. In my attempt to reproduce:
It could be useful to know the specifics of your configuration so we can compare notes? |
Sure! If I repeat those same commands:
And I am using iTerm2 on the client system. I will try out those example |
Okay, thanks for the info! Another thing that might be worth trying is switching to a different terminal on the client. Since you're presumably on a Mac (because you're using iTerm2), it might be worth trying to see if the issue is reproducible with Terminal.app? |
Apologies for the wait -- always too many things going on! I've just tried out the four We also observe the same behaviour using Terminal, too. |
Interesting, thanks for the update. I can't immediately think of anything that would be different between the console and |
Can I get you to try out PR #222 and see if you still have this issue? Thanks! |
Hi, I've noticed a bit of a weird issue with the UI. Locally, everything seems to work fine, but when running
console
in an ssh session, all that gets displayed is a blinking cursor until there is some form of input. If I wiggle the mouse a little bit, or press something on the keyboard, the display gets updated, otherwise it remains unresponsive. Once the console is running, it seems to freeze after interacting with it (with the arrow keys for example), and doesn't update the UI again.I've tried adding a
println!
at the first line of themain
function to see if it's something to do withtui
, but I also don't see that until I make some form of input.Unfortunately I'm not sure what other details to share, other than that it only appears when running under an ssh session -- sorry I can't be a little more specific.
The text was updated successfully, but these errors were encountered: