File: termios_bsd.go

package info (click to toggle)
golang-github-cheggaaa-pb.v3 3.1.5-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 344 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
// +build darwin freebsd netbsd openbsd dragonfly
// +build !appengine

package pb

import "syscall"

const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA