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.
2 parents 51079f4 + a9ea607 commit 3eac30bCopy full SHA for 3eac30b
src/interactivity/win32/Clipboard.cpp
@@ -310,7 +310,7 @@ InputEventQueue Clipboard::TextToKeyEvents(_In_reads_(cchData) const wchar_t* co
310
currentChar = UNICODE_CARRIAGERETURN;
311
}
312
313
- const auto codepage = ServiceLocator::LocateGlobals().getConsoleInformation().OutputCP;
+ const auto codepage = ServiceLocator::LocateGlobals().getConsoleInformation().CP;
314
CharToKeyEvents(currentChar, codepage, keyEvents);
315
316
0 commit comments