The glamourous AI coding agent for your favourite terminal 💘
1//go:build netbsd || openbsd 2// +build netbsd openbsd 3 4package termios 5 6func speed(b uint32) int32 { return int32(b) } 7func bit(b uint32) uint32 { return b }