blob: b85ab899893e0531d8fe96281b324f1c3915e821 [file] [log] [blame]
David K. Bainbridge06631892021-08-19 13:07:00 +00001// Copyright 2020 The Go Authors. All rights reserved.
Matteo Scandoloa4285862020-12-01 18:10:10 -08002// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
David K. Bainbridge06631892021-08-19 13:07:00 +00005package term
Matteo Scandoloa4285862020-12-01 18:10:10 -08006
7import "golang.org/x/sys/unix"
8
9const ioctlReadTermios = unix.TCGETS
10const ioctlWriteTermios = unix.TCSETS