File: terminal_linux.go

package info (click to toggle)
golang-logrus 0.10.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 256 kB
  • sloc: sh: 41; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
// 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