Intellij终端中的ANSI颜色

时间:2018-11-28 01:01:53

标签: intellij-idea windows-subsystem-for-linux

上下文:

  • 我正在尝试在 WSL
  • 上设置Powerline
  • 在我的 Windows计算机上
  • 我已设置为 Intellij 中的终端,该终端在 windows
  • 上运行

颜色以非常奇怪的方式显示。我遇到了问题How to change the output color of echo in Linux,该问题建议使用以下命令来测试颜色输出。

  

for code in {0..255}; do echo -e "\033[48;5;${code}m $code "; done | paste - - - - - - - -

给出了以下结果。 Output

当尝试使用WSL bash终端时,我得到了类似的结果。 编辑:仅在intellij中会发生这种情况。 bash.exe和ubuntu终端没有此问题。

在intellij / WSL中使用8位和/或24位颜色的正确方法是什么?

0 个答案:

没有答案