blob: bf23978b73d5057a645852d49e6f75062ae97451 [file] [log] [blame]
// +build linux
package flags
const (
TIOCGWINSZ = 0x5413
)