mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09: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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user