Support term emulation on solaris, netbsd, openbsd/*

Support terminal emulation on platforms below:
- Solaris
- NetBSD: Supported in creack/pty since v1.1.12
- OpenBSD with GOOS != amd64
  - Other architectures are supported now in creack/pty
This commit is contained in:
niten94 2025-04-05 10:40:19 +08:00
parent 9fdf5f3a26
commit a699cac3be

View File

@ -1,4 +1,4 @@
//go:build linux || darwin || dragonfly || openbsd_amd64 || freebsd //go:build linux || darwin || dragonfly || solaris || openbsd || netbsd || freebsd
package action package action