Skip to content

Commit 832fc7e

Browse files
authored
docs: update comment
1 parent 2e39ed2 commit 832fc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

term_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func isTerminal(fd int) bool {
2020
return err == nil
2121
}
2222

23-
// XXX: This is intended to be used on a console input handle.
23+
// This is intended to be used on a console input handle.
2424
// See https://learn.microsoft.com/en-us/windows/console/setconsolemode
2525
func makeRaw(fd int) (*State, error) {
2626
var st uint32

0 commit comments

Comments
 (0)