aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Sirupsen/logrus/terminal_linux.go
blob: 308160ca804ac884d57e1879c9a4599efe4bdd28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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.

// +build !appengine

package logrus

import "syscall"

const ioctlReadTermios = syscall.TCGETS

type Termios syscall.Termios