The glamourous AI coding agent for your favourite terminal 💘
1package termenv 2 3import "golang.org/x/sys/unix" 4 5const ( 6 tcgetattr = unix.TCGETS 7 tcsetattr = unix.TCSETS 8)