-
Notifications
You must be signed in to change notification settings - Fork 64
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
OCGV leaves behind the bottom line of the view when closing #203
Comments
Yes, this is a bug in Terminal.Gui that we've been struggling with. I'll link to the terminal.Gui issue asap. |
@alexisspencer which terminal you are using in the image? |
Forget I already reproduced it with |
I'm reopening this as my fix does not seem to actually work. See gui-cs/F7History#13 |
@andyleejordan and/or @SteveL-MSFT 👍 Can you please point me at where PowerShell emits ANSI ESC sequences. I'm particularly interested in code where the behavior is different on Windows vs. Linux. |
Prerequisites
Steps to reproduce
Get-Process | Out-ConsoleGridView -OutputMode Single -Title "Test"
Expected behavior
Close OCGV window, all of the view is removed from the console
Actual behavior
While using the latest version of Out-ConsoleGridView, when closing the view (either by selecting an item or pressing ESC), OCGV leaves behind the very bottom line of the view - the bar at the bottom which shows "SPACE Select Item | ENTER Accept | ESC Close", which on a clean console, looks unpleasant as the scripts progress.
Error details
No response
Environment data
Version
0.7.3
Visuals
The text was updated successfully, but these errors were encountered: