You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To preserve backwards compatibility with programs that use (the now mostly obsol
9
9
`conhost` intercepts some escape sequences such as `OSC 10` and `OSC 11`. However, `conhost` only supports setting colors using these two sequences, [but not querying][conhost/osc].
10
10
11
11
An alternative approach would be to retrieve the foreground and background color by using the [Console API]. \
12
-
However, for most Terminals—this includes **Windows Terminal**—[incorrect colors are reported](conhost/palette). \
12
+
However, for most Terminals—this includes **Windows Terminal**—[incorrect colors are reported][conhost/palette]. \
13
13
Using the [Console API] to retrieve colors only produces correct results in `conhost`'s own terminal window.
0 commit comments