1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-05-09 11:41:07 +03:00
2019-03-18 10:08:39 -04:00

13 lines
300 B
Go

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix
package terminal
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
const ioctlWriteTermios = unix.TCSETS