Description
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 the main
function to see if it's something to do with tui
, 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.