os: Support reading Ctrl + Space
from os.Stdin
on Windows.
#60632
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
I'm writing an SSH client in Go, and want to pass
Ctrl + Space
to the server.We can read
Ctrl + Space
fromos.Stdin
on MacOS and Linux, but not on Windows.Related to:
The text was updated successfully, but these errors were encountered: