DEBSOURCES
Skip Quicknav
sources / golang-github-charmbracelet-x / 0.0~git20240809.9ab0ca0%2Bds-2 / xpty / conpty_other.go
12345678910
//go:build !windows // +build !windows package xpty import "os/exec" func (c *ConPty) start(*exec.Cmd) error { return ErrUnsupported }