ConEmu build: 200604 x64
OS version: Windows 10 2004 x64
Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): powershell (5.1)
Problem description
While running a nuke (.NET build tool...like make or cake...) powershell script to build my project I noticed that ConEmu does not correctly render some characters.
ConEmu fails to render this part of the output:
═══════════════════════════════════════
Target Status Duration
───────────────────────────────────────
Restore Executed 0:00
Compile Executed 0:00
───────────────────────────────────────
Total 0:01
═══════════════════════════════════════
Running the same script with "plain" powershell generates the correct output.
Versions
ConEmu build: 200604 x64 OS version: Windows 10 2004 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): powershell (5.1)
Problem description
While running a nuke (.NET build tool...like make or cake...) powershell script to build my project I noticed that ConEmu does not correctly render some characters.
ConEmu fails to render this part of the output:
Running the same script with "plain" powershell generates the correct output.
Steps to reproduce
I've created a repo to reproduce this issue.