]> git.lizzy.rs Git - micro.git/commitdiff
Fix terminal emulator support v1.4.0
authorZachary Yedidia <zyedidia@gmail.com>
Fri, 26 Jan 2018 01:10:49 +0000 (20:10 -0500)
committerZachary Yedidia <zyedidia@gmail.com>
Fri, 26 Jan 2018 01:10:49 +0000 (20:10 -0500)
cmd/micro/shell_supported.go
cmd/micro/shell_unsupported.go
cmd/micro/vendor/github.com/zyedidia/pty
cmd/micro/vendor/github.com/zyedidia/terminal

index 2bf5fd9217f923127b2fa8b1bcba272c9f67bfa5..215e1992ca828d952f3333419e0a5e5b64504755 100644 (file)
@@ -1,4 +1,4 @@
-// +build linux darwin dragonfly openbsd freebsd
+// +build linux darwin dragonfly openbsd_amd64 freebsd
 
 package main
 
index 006c9ee0a4c19bc5e9140c47c35551dfac645cbd..4d078457a89a65a99b028dca579ff3f3e42df877 100644 (file)
@@ -1,4 +1,4 @@
-// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd
+// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd_amd64
 
 package main
 
index a41f924260f4464b040619f1dd9797f17320d83e..30364665a2445782b12bcb2db75f16ce684da907 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a41f924260f4464b040619f1dd9797f17320d83e
+Subproject commit 30364665a2445782b12bcb2db75f16ce684da907
index 1195183a16e63a2b0b98b64b2f76c0603387adb3..1760577dbc0058809dd115a6bfe5999b6b24ab53 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1195183a16e63a2b0b98b64b2f76c0603387adb3
+Subproject commit 1760577dbc0058809dd115a6bfe5999b6b24ab53