Fix terminal emulator support

This commit is contained in:
Zachary Yedidia
2018-01-25 20:10:49 -05:00
parent db75e11e32
commit af520cf047
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// +build linux darwin dragonfly openbsd freebsd
// +build linux darwin dragonfly openbsd_amd64 freebsd
package main

View File

@@ -1,4 +1,4 @@
// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd
// +build !linux,!darwin,!freebsd,!dragonfly,!openbsd_amd64
package main