github.com/linapex/ethereum-dpos-chinese@v0.0.0-20190316121959-b78b3a4a1ece/log/term/terminal_darwin.go (about)

     1  
     2  //<developer>
     3  //    <name>linapex 曹一峰</name>
     4  //    <email>linapex@163.com</email>
     5  //    <wx>superexc</wx>
     6  //    <qqgroup>128148617</qqgroup>
     7  //    <url>https://jsq.ink</url>
     8  //    <role>pku engineer</role>
     9  //    <date>2019-03-16 12:09:41</date>
    10  //</624342647074459648>
    11  
    12  //基于ssh/终端:
    13  //版权所有2013 Go作者。版权所有。
    14  //此源代码的使用受BSD样式的控制
    15  //可以在许可文件中找到的许可证。
    16  //+建设!应用程序引擎
    17  
    18  package term
    19  
    20  import "syscall"
    21  
    22  const ioctlReadTermios = syscall.TIOCGETA
    23  
    24  type Termios syscall.Termios
    25