Console-Docs icon indicating copy to clipboard operation
Console-Docs copied to clipboard

Document PSEUDOCONSOLE_WIN32_INPUT_MODE flag for CreatePseudoConsole

Open pingzing opened this issue 4 years ago • 4 comments

I imagine knowing that this flag exists, and is used by Windows Terminal, would be useful information for CLI application developers.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

pingzing avatar Jul 03 '20 22:07 pingzing

The idea is to eventually make this the default behavior (whereupon we would simply remove it); for now, though, that code hasn’t even gone back into Windows. :smile:

DHowett avatar Jul 03 '20 22:07 DHowett

fair 'nuff!

pingzing avatar Jul 03 '20 22:07 pingzing

@DHowett Per https://github.com/microsoft/terminal/blob/223af3a54abafc18a5bee70aed563fd46b83b63a/src/winconpty/winconpty.cpp#L133 is PSEUDOCONSOLE_WIN32_INPUT_MODE currently implemented?

pizzaz93 avatar May 03 '22 22:05 pizzaz93

It is not currently intended to be used outside of Windows Terminal, or by public consumers of the Windows CreatePseudoConsole API. Watch this space though :)

DHowett avatar May 03 '22 22:05 DHowett