mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
7 lines
171 B
Go
7 lines
171 B
Go
|
package eval
|
||
|
|
||
|
// Process control functions in Windows. These are all NOPs.
|
||
|
func ignoreTTOU() {}
|
||
|
func unignoreTTOU() {}
|
||
|
func putSelfInFg() error { return nil }
|