-
Notifications
You must be signed in to change notification settings - Fork 606
windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This adds syscall wrappers for FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents on Windows.
|
This PR (HEAD: 1f711a5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/704715. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Ayman Bagabas: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Quim Muntal: Patch Set 1: Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-17T17:02:58Z","revision":"8b5f61da4367afb61c0d14dae078e6bad47576e7"} Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Quim Muntal: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Michael Knyszek: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
|
Message from Mark Freeman: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/704715. |
This adds syscall wrappers for FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents on Windows. Change-Id: I2365aebc42a57f83cfc951e10520270e1f3e0606 GitHub-Last-Rev: 1f711a5 GitHub-Pull-Request: #264 Reviewed-on: https://go-review.googlesource.com/c/sys/+/704715 Reviewed-by: Mark Freeman <[email protected]> Auto-Submit: Sean Liao <[email protected]> Reviewed-by: Quim Muntal <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
|
This PR is being closed because golang.org/cl/704715 has been merged. |
This adds syscall wrappers for FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents on Windows.