From ee5c6ff8461d5147fa74205f21b7fce6e5606d74 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 25 Jul 2014 23:11:41 -0400 Subject: Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm doing with the whole recursive call thing; when I get confirmation from the GTK+ camp I will. --- redo/containers_unix.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redo/containers_unix.go') diff --git a/redo/containers_unix.go b/redo/containers_unix.go index 2bae60b..6687994 100644 --- a/redo/containers_unix.go +++ b/redo/containers_unix.go @@ -1,3 +1,5 @@ +// +build !windows,!darwin + // 25 july 2014 package ui -- cgit v1.2.3