github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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  }