Skip to content

Conversation

@larskanis
Copy link
Member

Using ReadConsoleInput the mouse inputs work for conhost.exe as well.

Stopping the threads when calling out per Kernel.system is a problem, since they continue to run and eat the input characters of sub-processes. This can be avoided by not using threads in favour of a single main_loop.

Using `ReadConsoleInput` the mouse inputs work for conhost.exe as well.

Stopping the threads when calling out per `Kernel.system` is a problem, since they continue to run and eat the input characters of sub-processes.
This can be avoided by not using threads in favour of a single main_loop.
@larskanis larskanis merged commit 75a83db into master Jan 15, 2026
8 of 11 checks passed
@larskanis larskanis deleted the mouse branch January 15, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants