infra/netbird/client/ssh/window_freebsd.go
2025-04-21 09:31:22 +00:00

11 lines
105 B
Go

//go:build freebsd
package ssh
import (
"os"
)
func setWinSize(file *os.File, width, height int) {
}