You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConsoleInput module accumulates INPUT_RECORD values, then issues a single batched WriteConsoleInput call. While it's accumulating records, it can also call GenerateConsoleCtrlEvent or SendMessage. I think it should flush the input records before doing so.
The text was updated successfully, but these errors were encountered:
The ConsoleInput module accumulates
INPUT_RECORD
values, then issues a single batchedWriteConsoleInput
call. While it's accumulating records, it can also callGenerateConsoleCtrlEvent
orSendMessage
. I think it should flush the input records before doing so.The text was updated successfully, but these errors were encountered: