Added terminal detection
This commit is contained in:
6
tty/Terminal_windows.go
Normal file
6
tty/Terminal_windows.go
Normal file
@ -0,0 +1,6 @@
|
||||
package tty
|
||||
|
||||
// IsTerminal returns true if the file descriptor is a terminal.
|
||||
func IsTerminal(fd uintptr) bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user