docs: update comment

This commit is contained in:
Ayman Bagabas
2025-06-18 13:32:26 -04:00
committed by GitHub
parent 2e39ed2654
commit 832fc7e8af

View File

@@ -20,7 +20,7 @@ func isTerminal(fd int) bool {
return err == nil
}
// XXX: This is intended to be used on a console input handle.
// This is intended to be used on a console input handle.
// See https://learn.microsoft.com/en-us/windows/console/setconsolemode
func makeRaw(fd int) (*State, error) {
var st uint32