Peretz Cohen
Peretz Cohen
https://github.com/MicrosoftDocs/Console-Docs/blob/main/docs/includes/console-mode-flags.md is the source file, drafting some potential content here to update the documentation to more accurately reflect the flag behavior. **DISABLE_NEWLINE_AUTO_RETURN**: When writing with [WriteFile](https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-writefile) or [WriteConsole](https://docs.microsoft.com/en-us/windows/console/writeconsole), this prevents...
Thank you @j4james, I worked on incorporating that clarification into the document's pull request.
@j4james does the associated PR look correct? cc: @DHowett
@j4james I edited the text to more closely align with documenting that behavior, does this look correct? Should the second paragraph be removed entirely? | **DISABLE_NEWLINE_AUTO_RETURN** 0x0008 | When writing...
@DHowett or @zadjii-msft, I've implemented @j4james's feedback would you be able to review the referenced PR?
A potential approach for this item would be to start with a single example and then expanding it as new customer scenarios and questions arise.
Does ENABLE_LINE_INPUT enable control flow in SetConsoleMode and GetConsoleMode?
@DHowett Per https://github.com/microsoft/terminal/blob/223af3a54abafc18a5bee70aed563fd46b83b63a/src/winconpty/winconpty.cpp#L133 is `PSEUDOCONSOLE_WIN32_INPUT_MODE` currently implemented?