mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 06:03:24 +08:00
使用 xy.enable_color
This commit is contained in:
@@ -716,7 +716,7 @@ main (int argc, char const *argv[])
|
||||
else if (xy_streql (argv[i], "-no-color") || xy_streql (argv[i], "-no-colour"))
|
||||
{
|
||||
ProgMode.NoColorMode = true;
|
||||
xy_enable_color = false;
|
||||
xy.enable_color = false;
|
||||
}
|
||||
else if ( xy_streql (argv[i], "-h")
|
||||
|| xy_streql (argv[i], "-help")
|
||||
|
Reference in New Issue
Block a user