1 package termenv 2 3 import "golang.org/x/sys/unix" 4 5 const ( 6 tcgetattr = unix.TCGETS 7 tcsetattr = unix.TCSETS 8 ) 9
View as plain text