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

SetConsoleMode and ENABLE_LINE_INPUT

Open PeterCamilleri opened this issue 6 years ago • 3 comments

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.

PeterCamilleri avatar Nov 02 '18 17:11 PeterCamilleri

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

miniksa avatar Dec 20 '18 21:12 miniksa

Does ENABLE_LINE_INPUT enable control flow in SetConsoleMode and GetConsoleMode?

pizzaz93 avatar May 03 '22 23:05 pizzaz93

Honestly, I don't know at this point!

DHowett avatar May 04 '22 18:05 DHowett