We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f48fe6 commit faa5f8bCopy full SHA for faa5f8b
src/cascadia/TerminalSettingsEditor/PreviewConnection.cpp
@@ -20,7 +20,7 @@ static constexpr std::u8string_view PreviewText{
20
u8"\x1b[36m@@ -1 +1 @@\x1b[m\r\n"
21
u8"\x1b[31m- Windows Console\x1b[m\r\n"
22
u8"\x1b[32m+ Windows Terminal!\x1b[m\r\n"
23
- u8"{0}\x1b[93mWrite-Host \x1b[36m\"\xd83c\xdf2f!\"\x1b[1D\x1b[m"
+ u8"{0}\x1b[93mWrite-Host \x1b[36m\"\xd83c\xdf2f!\"\x1b[1D\x1b[m" // this is broken due to u8string - you cannot use surrogate pairs there (!)
24
};
25
// clang-format on
26
0 commit comments