phptrace icon indicating copy to clipboard operation
phptrace copied to clipboard

在某些终端配色下,个别信息不能被看到

Open healerkx opened this issue 8 years ago • 3 comments
trafficstars

I found that printf(" called at [" PTC_BBLACK "%s:%d" PTC_RESET "]", frame->filename, frame->lineno); 在某些终端配色下,PTC_BBLACK 的 文件名那里是不可见的(如果选择后可见)。 能不能给个可选的配色方案?

healerkx avatar Feb 15 '17 10:02 healerkx

Paste your screenshot here?

monque avatar Mar 04 '17 16:03 monque

02e23b77-2d21-4c6c-a16d-c392f8c60c84

其实那里有文本输出,不选择是看不到的。 可能是我的终端的Theme比较另类。。。

healerkx avatar Mar 07 '17 07:03 healerkx

Here is our expectation...

2017-03-07 22 19 31

I think your theme is using Bold Black as background color, try this command echo -e '\x1b[1;30m hello \x1b[0m'.

monque avatar Mar 07 '17 14:03 monque