MicrosoftDocs / Console-Docs

Windows Console Docs Repo
Creative Commons Attribution 4.0 International
220 stars 86 forks source link

SetConsoleMode and ENABLE_LINE_INPUT #48

Open PeterCamilleri opened 6 years ago

PeterCamilleri commented 6 years ago

In the description of the ENABLE_LINE_INPUT flag in SetConsoleMode call there is no mention that this flag also enables CTRL-S/CTRL-Q flow control.

This also applies to GetConsoleMode.


Document Details

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

miniksa commented 5 years ago

I have MSFT:17790922 filed to myself regarding Ctrl+S control flow. Let me come back to this when I investigate that one.

pizzaz93 commented 2 years ago

Does ENABLE_LINE_INPUT enable control flow in SetConsoleMode and GetConsoleMode?

DHowett commented 2 years ago

Honestly, I don't know at this point!