You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using the cli, when the inline command helper modifies its content, it erase from the top the already printed rows in console. Probably this is an environment related issue.
To Reproduce
Simply connect the cli to a server, and start to digit a command. When the helper appears it start's to erase rows. It also manifests this when new chars are typed.
Probably it's related to the environement, I'm executing it with Docker on image golang:1.15. The host is a Windows 10 x64 machine, with Powershell 7.
Expected behavior
Already printed rows should persists in console.
Describe the bug
Using the cli, when the inline command helper modifies its content, it erase from the top the already printed rows in console. Probably this is an environment related issue.
To Reproduce
Simply connect the cli to a server, and start to digit a command. When the helper appears it start's to erase rows. It also manifests this when new chars are typed.
Probably it's related to the environement, I'm executing it with Docker on image
golang:1.15
. The host is a Windows 10 x64 machine, with Powershell 7.Expected behavior
Already printed rows should persists in console.
Video
Here the visible issue:
https://user-images.githubusercontent.com/7620704/107424916-86d18100-6b1e-11eb-8d90-9139f25d7c49.mp4
Additional context
Running with Docker, with image
golang:1.15
, on a Windows 10 x64 machine into a Powershell 7 console.The text was updated successfully, but these errors were encountered: