Skip to content

Commit 62445ae

Browse files
committed
Fix backport of 0512af5
1 parent cf76a95 commit 62445ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/terminal/adapter/InteractDispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void InteractDispatch::WriteString(const std::wstring_view string)
8484
}
8585
else
8686
{
87-
const auto codepage = _api.GetOutputCodePage();
87+
const auto codepage = _api.GetConsoleOutputCP();
8888
InputEventQueue keyEvents;
8989

9090
for (const auto& wch : string)

0 commit comments

Comments
 (0)