-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Some color conflicts with PS and PWSH coloring of command line args #11171
Comments
While I weep about Solarized . . .
It should, if it is installed in a normal place. Knowing you (and the wild things you do), you probably have it installed to |
Yup, I do things like that, but I think I accepted the default location. It's in
WT didn't/doesn't find it (that is, doesn't create a profile for it). |
hmmmm. have you put it in |
I have these.
I mentioned in another thread (two weeks ago, no respones) that if I'm using an unzipped-only install of WT[P] and I go from the settings UI to settings.json and comment those six lines, WT disappears when I save it in the editor. |
Does |
The In general, Solarized is just a bad scheme, and we feel bad for shipping it, and it shouldn't be used with PowerShell. We're gonna make it better in /dup #2638, and hopefully just silently remove it in /dup #6997 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
What would one put in "disabledProfileSources" to disable the powershell.exe one? The docs mention only these:
A quick question ... WT redraws the viewport and history upon an OSC4/10/11/12(that's nice). If I'm sending 19 of them would I gain anything by putting them all in a big string and calling WriteConsoleW only once (as opposed to doing them one at a time in a loop)? Thanks! |
The
Maybe, but probably not? ConPTY and Terminal both throttle frames, so at the end of the day, the screen's only going to get updated once per 1/60th of a second, so there's only a marginal chance that the frame actually gets called in the middle of that output. |
Aha! So it's not updated with every OSC (I should have figured that it was done at regular intervals). Thanks! |
Windows Terminal version (or Windows build number)
Microsoft Windows 10 Pro for Workstations 10.0.19043.1165 (2009, 21H1) Windows Terminal Preview 1.11.2421.0
Other Software
Powershell, PWSH
Steps to reproduce
In WT, Powershell or PWSH, with "One Half Light" or "Solarized Light", type a command with a decimal number as an argument.
Expected Behavior
The decimal number argument is visible.
Actual Behavior
The argument is not visible. I imagine PS/PWSH isn't scheme-aware and is giving it a color equal to the background color. And I imagine it's not WT's problem.
BTW, WT doesn't automatically find PWSH (Powershell 7), does it?
The text was updated successfully, but these errors were encountered: