]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
styled-output.d: this option does not work on Windows
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Dec 2022 07:11:15 +0000 (08:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Dec 2022 08:07:32 +0000 (09:07 +0100)
Reported-by: u20221022 on github
Fixes #10082
Closes #10083

docs/cmdline-opts/styled-output.d

index 20e0114053e72790803abcf54a76aa809e98a082..45b36e4c0f93dc4971f690b9f0b768fe26a3d139 100644 (file)
@@ -11,5 +11,8 @@ Multi: boolean
 Enables the automatic use of bold font styles when writing HTTP headers to the
 terminal. Use --no-styled-output to switch them off.
 
+Styled output requires a terminal that supports bold fonts. This feature is
+not present on curl for Windows due to lack of this capability.
+
 This option is global and does not need to be specified for each use of
 --next.