blob: 308160ca804ac884d57e1879c9a4599efe4bdd28 [file] [log] [blame]
David K. Bainbridge215e0242017-09-05 23:18:24 -07001// Based on ssh/terminal:
2// Copyright 2013 The Go Authors. All rights reserved.
3// Use of this source code is governed by a BSD-style
4// license that can be found in the LICENSE file.
5
6// +build !appengine
7
8package logrus
9
10import "syscall"
11
12const ioctlReadTermios = syscall.TCGETS
13
14type Termios syscall.Termios