Skip to content

psmux + pwsh OutputRendering is Ansi instead of Host #155

@amrbashir

Description

@amrbashir

When using psmux, I noticed that colors are slightly different, and text is a bit bolder. I have attached two screenshots with output of $PSStyle, one in Windows Terminal and one in VSCode Terminal.

You can see that:

  1. OutputRendering is Ansi instead of Host
  2. Strikethrough is not working
  3. Hidden is not working
  4. Colored text is a bit bolder but that could be a Windows Terminal issue since it is consistent in VSCode terminal

A couple of things I tried that didn't work:

  1. set -g default-terminal "tmux-256color" or "xterm-256color"
  2. set -g allow-passthrough on
  3. $env:TERM = "xterm-256color" in my pwsh profile
  4. $PSStyle.OutputRendering = 'Host' in my pwsh profile

psmux is on left, without psmux on right

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions