From: Zachary Yedidia Date: Fri, 26 Jan 2018 01:10:49 +0000 (-0500) Subject: Fix terminal emulator support X-Git-Tag: v1.4.0 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=af520cf047a7296ec292f15aa04114ad9f9052ae;p=micro.git Fix terminal emulator support --- diff --git a/cmd/micro/shell_supported.go b/cmd/micro/shell_supported.go index 2bf5fd92..215e1992 100644 --- a/cmd/micro/shell_supported.go +++ b/cmd/micro/shell_supported.go @@ -1,4 +1,4 @@ -// +build linux darwin dragonfly openbsd freebsd +// +build linux darwin dragonfly openbsd_amd64 freebsd package main diff --git a/cmd/micro/shell_unsupported.go b/cmd/micro/shell_unsupported.go index 006c9ee0..4d078457 100644 --- a/cmd/micro/shell_unsupported.go +++ b/cmd/micro/shell_unsupported.go @@ -1,4 +1,4 @@ -// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd +// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd_amd64 package main diff --git a/cmd/micro/vendor/github.com/zyedidia/pty b/cmd/micro/vendor/github.com/zyedidia/pty index a41f9242..30364665 160000 --- a/cmd/micro/vendor/github.com/zyedidia/pty +++ b/cmd/micro/vendor/github.com/zyedidia/pty @@ -1 +1 @@ -Subproject commit a41f924260f4464b040619f1dd9797f17320d83e +Subproject commit 30364665a2445782b12bcb2db75f16ce684da907 diff --git a/cmd/micro/vendor/github.com/zyedidia/terminal b/cmd/micro/vendor/github.com/zyedidia/terminal index 1195183a..1760577d 160000 --- a/cmd/micro/vendor/github.com/zyedidia/terminal +++ b/cmd/micro/vendor/github.com/zyedidia/terminal @@ -1 +1 @@ -Subproject commit 1195183a16e63a2b0b98b64b2f76c0603387adb3 +Subproject commit 1760577dbc0058809dd115a6bfe5999b6b24ab53