We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PS version: 7.0.3 PSReadline version: 2.1.0-rc1 os: 10.0.19041.561 (WinBuild.160101.0800) PS file version: 7.0.3.0 HostName: ConsoleHost (Windows Terminal) BufferWidth: 110 BufferHeight: 30
run
Set-PSReadLineOption -Colors @{Command = "`e[2;93m"}
and then type a command line with some parameters
only the command gets the faint color
the faint color attribute is never reset which results in the hole command line being faint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Exception report
Steps to reproduce
run
and then type a command line with some parameters
Expected behavior
only the command gets the faint color
Actual behavior
the faint color attribute is never reset which results in the hole command line being faint
The text was updated successfully, but these errors were encountered: