You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
320 B

  1. // 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. // +build !appengine
  6. package logrus
  7. import "golang.org/x/sys/unix"
  8. const ioctlReadTermios = unix.TCGETS
  9. type Termios unix.Termios