[Bug] Wired caraters on the output when using `eza` command on cmder only
drissboumlik opened this issue · comments
Version Information
Cmder version: 1.6.16.c5eaf9
Operating system: windows
Cmder Edition
Cmder Full (with Git)
Description of the issue
I installed eza which is a nice alternative for ls
,
- so when I type this command
eza --tree --level=2
on cmder I get this :
- and here is the result on cmd :
How to reproduce
Install eza and type eza --tree --level=2
Additional context
No response
Checklist
- I have read the documentation.
- I have searched for similar issues and found none that describe my issue.
- I have reproduced the issue on the latest version of Cmder.
- I am certain my issues are not related to ConEmu, Clink, or other third-party tools that Cmder uses.
Cmder version: 1.6.16.c5eaf9
That's the Clink version, not the Cmder version.
But Clink isn't related to this issue.
The ConEmu version could be related to this issue, though.
@chrisant996 here is the cmder version
It looks as though "ANSI X.364 / xterm 256 colors" might be turned off. See ConEmu documentation for info about that setting.
The characters you're seeing are ANSI escape codes. Normally ConEmu handles them and changes colors and etc.
If that setting is on (checked) in the Features page, then I don't know why the escape codes are not being handled. You'll need to do some troubleshooting in ConEmu.
I was only responding to say this isn't related to Clink (since the Clink version was cited).
So appearently, Inject ConEmuHk
was off
, I set it to on
and it worked (Thanks to your answer @chrisant996 🙏)