Console-Docs
Console-Docs copied to clipboard
Document PSEUDOCONSOLE_WIN32_INPUT_MODE flag for CreatePseudoConsole
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.
- ID: 600cb1d1-7698-f4e8-2775-b1b7acc2c0f0
- Version Independent ID: 15c3bf4f-0aa1-9ecc-1288-a225cf13958f
- Content: CreatePseudoConsole function - Windows Console
- Content Source: docs/createpseudoconsole.md
- Product: console
- GitHub Login: @miniksa
- Microsoft Alias: miniksa
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:
fair 'nuff!
@DHowett Per https://github.com/microsoft/terminal/blob/223af3a54abafc18a5bee70aed563fd46b83b63a/src/winconpty/winconpty.cpp#L133 is PSEUDOCONSOLE_WIN32_INPUT_MODE
currently implemented?
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 :)