~vtuson/scopecreator/twitter-template

« back to all changes in this revision

Viewing changes to src/go/src/github.com/jessevdk/go-flags/termsize_other.go

  • Committer: Victor Palau
  • Date: 2015-03-11 14:24:42 UTC
  • Revision ID: vtuson@gmail.com-20150311142442-f2pxp111c8ynv232
public release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// +build !darwin,!freebsd,!netbsd,!openbsd,!linux
 
2
 
 
3
package flags
 
4
 
 
5
const (
 
6
        tIOCGWINSZ = 0
 
7
)