question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MenuComplete doesn't clear background when moving between items on PowerShell Core

See original GitHub issue

Environment 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. ezgif-4-d58c00018f

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
lzybkrcommented, Jan 11, 2018

Run Install-Module PSReadLine -Force -AllowClobber -AllowPrerelease and you’ll have the 2.0.0-beta1 with the fix.

1reaction
lzybkrcommented, Sep 14, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found