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