mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04: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,4 +1,4 @@
|
|||||||
//go:build linux || darwin || dragonfly || openbsd_amd64 || freebsd
|
//go:build linux || darwin || dragonfly || solaris || openbsd || netbsd || freebsd
|
||||||
|
|
||||||
package action
|
package action
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user