mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
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:
parent
9fdf5f3a26
commit
a699cac3be
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//go:build linux || darwin || dragonfly || openbsd_amd64 || freebsd
|
||||
//go:build linux || darwin || dragonfly || solaris || openbsd || netbsd || freebsd
|
||||
|
||||
package action
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue