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 cf76a95 commit 62445aeCopy full SHA for 62445ae
src/terminal/adapter/InteractDispatch.cpp
@@ -84,7 +84,7 @@ void InteractDispatch::WriteString(const std::wstring_view string)
84
}
85
else
86
{
87
- const auto codepage = _api.GetOutputCodePage();
+ const auto codepage = _api.GetConsoleOutputCP();
88
InputEventQueue keyEvents;
89
90
for (const auto& wch : string)
0 commit comments