mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-12 23:16:39 +02:00
9 lines
109 B
Go
9 lines
109 B
Go
package termenv
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const (
|
|
tcgetattr = unix.TCGETS
|
|
tcsetattr = unix.TCSETS
|
|
)
|