MenuComplete doesn't clear background when moving between items on PowerShell Core
See original GitHub issueEnvironment data
PS version: 6.0.0-beta PSReadline version: 1.2 os: 10.0.15063.0 (WinBuild.160101.0800) PS file version:
Steps to reproduce or exception report
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
then use Tab to cycle between items.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
PowerShell's Clear-History doesn't clear history
I've verified with Get-Command that Clear-History is indeed executing the expected built-in PowerShell cmdlet. I've tried a few variations, such ...
Read more >Clear Screen in PowerShell and Command Line without ...
In using the clear command, the screen clears. Totally. I no longer have access to any of the stuff that was previously on...
Read more >My Ultimate PowerShell prompt with Oh My Posh and ...
I've long blogged about my love of setting up a nice terminal, getting the prompt just right, setting my colors, fonts, glyphs, and...
Read more >How to set up a beautiful Powershell Core terminal on Mac OS
The first thing you'll notice is that this doesn't really play well if you're using a white background, as the output is often...
Read more >Troubleshoot Start menu errors - Windows Client
If a background application or service hangs, Start won't have resources to respond in time. Clean boot may help identify if the issue...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Run
Install-Module PSReadLine -Force -AllowClobber -AllowPrerelease
and you’ll have the 2.0.0-beta1 with the fix.This is fixed in the ansi_render branch - I’m not sure when it will be ready for release, but you can try it out now - build it yourself or grab a build out of appveyor. There is some extra work to drop these bits into PSCore (compared to Windows PowerShell), but it’s somewhat obvious - you are just replacing the binaries.