mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 21:25:29 +00:00
Make the preview text 100% more accurate (#15366)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user