当我使用 Arcanist 并登陆一些代码时,我发现我的终端没有转义颜色。<ESC>[1;32m9912da1<ESC>[m
应该32m9912da1
或类似的东西。这是我的终端的问题吗?我工作的其他人没有发现这个问题。
Landing current branch 'some-branch'.
TARGET Landing onto "master", selected by following tracking branches upstream to the closest remote.
REMOTE Using remote "origin", selected by following tracking branches upstream to the closest remote.
FETCH Fetching origin/master...
These commits will be landed:
- <ESC>[1;32m9912da1<ESC>[m some commit
- <ESC>[1;32m687f799<ESC>[m some other commit