We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e39ed2 commit 832fc7eCopy full SHA for 832fc7e
term_windows.go
@@ -20,7 +20,7 @@ func isTerminal(fd int) bool {
20
return err == nil
21
}
22
23
-// XXX: This is intended to be used on a console input handle.
+// This is intended to be used on a console input handle.
24
// See https://learn.microsoft.com/en-us/windows/console/setconsolemode
25
func makeRaw(fd int) (*State, error) {
26
var st uint32
0 commit comments