github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/status/term_bsd.go (about) 1 //+build darwin freebsd openbsd netbsd dragonfly 2 3 // Copyright 2018 GRAIL, Inc. All rights reserved. 4 // Use of this source code is governed by the Apache 2.0 5 // license that can be found in the LICENSE file. 6 7 package status 8 9 import "syscall" 10 11 const termios = syscall.TIOCGETA