Make the preview text 100% more accurate (#15366)

This commit is contained in:
Dustin L. Howett
2023-05-16 17:59:36 -05:00
committed by GitHub
parent e269945a74
commit ce60bf290a

View File

@@ -15,7 +15,7 @@ static constexpr std::wstring_view PreviewText{
L"\x1b[1m" L"diff --git a/win b/win\x1b[m\r\n"
L"\x1b[36m@@ -1 +1 @@\x1b[m\r\n"
L"\x1b[31m- Windows Console\x1b[m\r\n"
L"\x1b[32m- Windows Terminal!\x1b[m\r\n"
L"\x1b[32m+ Windows Terminal!\x1b[m\r\n"
L"C:\\> \x1b[93mWrite-Host \x1b[36m\"\xd83e\xde9f!\"\x1b[1D\x1b[m"
};
// clang-format on