1
0
mirror of https://github.com/minio/minio.git synced 2025-03-24 14:34:16 -04:00

13 lines
290 B
Go
Raw Normal View History

2015-09-09 21:51:03 -07:00
// Based on ssh/terminal:
// Copyright 2013 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.
package logrus
import "syscall"
const ioctlReadTermios = syscall.TCGETS
type Termios syscall.Termios