From a791787a384745b90fa0eb704cd9cbbe8c758684 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 14 Nov 2018 00:11:58 -0500 Subject: mac/9term.app: invoke 9term with -l This seems to match Terminal. Fixes #145. --- mac/9term.app/Contents/MacOS/9term | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mac') diff --git a/mac/9term.app/Contents/MacOS/9term b/mac/9term.app/Contents/MacOS/9term index d6487348..e5ef2735 100755 --- a/mac/9term.app/Contents/MacOS/9term +++ b/mac/9term.app/Contents/MacOS/9term @@ -6,4 +6,4 @@ if ! [[ :$PATH: =~ :$PLAN9/bin: ]] then PATH=$PATH:$PLAN9/bin fi -$PLAN9/bin/9term -W600x800 & +$PLAN9/bin/9term -l -W600x800 & -- cgit v1.2.3