go term_unix_other 源码

2022-07-15 浏览 (735)

golang term_unix_other 代码

文件路径:/src/cmd/vendor/golang.org/x/term/term_unix_other.go

/ Copyright 2021 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.

/go:build aix || linux || solaris || zos
/ +build aix linux solaris zos

package term

import "golang.org/x/sys/unix"

const ioctlReadTermios = unix.TCGETS
const ioctlWriteTermios = unix.TCSETS

相关信息

go 源码目录

相关文章

go term 源码

go term_plan9 源码

go term_unix 源码

go term_unix_bsd 源码

go term_unsupported 源码

go term_windows 源码

go terminal 源码

^