github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/cf/ssh/sigwinch/sigwinch.go (about) 1 // +build !windows 2 3 package sigwinch 4 5 import "syscall" 6 7 func SIGWINCH() syscall.Signal { 8 return syscall.SIGWINCH 9 }