Steps to reproduce
Using following oneliner sample:
PS /home/maxt> Get-Help About* | Select name
Expected behavior
For the search progress bar to cleared after is done.
Actual behavior
It stay on screen even on the next line.

Environment data
OS = Ubuntu 16.04.1 LTS Desktop
PS /home/maxt> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.12
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Steps to reproduce
Using following oneliner sample:
PS /home/maxt> Get-Help About* | Select name
Expected behavior
For the search progress bar to cleared after is done.
Actual behavior
It stay on screen even on the next line.

Environment data
OS = Ubuntu 16.04.1 LTS Desktop