From f3d836b73601fc6d14cb917e1cd72f43b9056dff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 May 2018 14:09:17 +0200 Subject: curl: added --styled-output It is enabled by default, so --no-styled-output will switch off the detection/use of bold headers. Closes #2538 --- src/tool_cfgable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_cfgable.h') diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index 3bd908879..9d995f85e 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -276,6 +276,7 @@ struct GlobalConfig { int progressmode; /* CURL_PROGRESS_BAR / CURL_PROGRESS_STATS */ char *libcurl; /* Output libcurl code to this file name */ bool fail_early; /* exit on first transfer error */ + bool styled_output; /* enable fancy output style detection */ struct OperationConfig *first; struct OperationConfig *current; struct OperationConfig *last; /* Always last in the struct */ -- cgit v1.2.3