aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print_stream.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-29 20:27:19 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-30 03:27:52 +0000
commit85838c124a2d5599acd8ecab52cea45fc25b6fff (patch)
tree63d8b489b4dac70c37b65b920e2784a9043f7aaf /epan/print_stream.c
parent1d984e598e10bd6bec8b10ee8527f1aa7e274303 (diff)
I misread the Microsoft documentation; fix the comment.
Change-Id: I5d751680fe038b40a5d982a28ac61a62baec116f Reviewed-on: https://code.wireshark.org/review/32625 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/print_stream.c')
-rw-r--r--epan/print_stream.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/epan/print_stream.c b/epan/print_stream.c
index d8193cca5f..15e0899695 100644
--- a/epan/print_stream.c
+++ b/epan/print_stream.c
@@ -72,11 +72,9 @@ print_color_escape(FILE *fh, const color_t *fg, const color_t *bg)
*
* https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences
*
- * documents all the escape sequences the Console supports. The current
- * version says that 24-bit color is supported using Operating System
- * Command (OSC) control sequences and that the ODA versions with 24-bit
- * color are supported but select the closest color from the 16-color
- * palette.
+ * documents all the escape sequences the Console supports. It currently
+ * seems to indicate that the ODA versions with 24-bit color are supported
+ * but select the closest color from the 16-color palette.
*
* The console in Windows 10 builds 14931 (a preview version of Windows 10
* version 1703) and later supports SGR RGB sequences:
@@ -92,7 +90,7 @@ print_color_escape(FILE *fh, const color_t *fg, const color_t *bg)
*
* which suggests that, with that version, whatever escape sequences
* work on UN*Xes also work on Windows, so maybe they support full
- * 24-bit color with the ODA versions.
+ * 24-bit color with the ODA sequences.
*
* We might want to print those instead depending on the version of
* Windows or just remove the SetConsoleTextAttribute calls and only