tmac/9term.app: invoke 9term with -l - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a791787a384745b90fa0eb704cd9cbbe8c758684
DIR parent d3f21b709efc5e1ca4c4f0ef58bf9ac5db8e921c
HTML Author: Russ Cox <rsc@swtch.com>
Date: Wed, 14 Nov 2018 00:11:58 -0500
mac/9term.app: invoke 9term with -l
This seems to match Terminal.
Fixes #145.
Diffstat:
M mac/9term.app/Contents/MacOS/9term | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/mac/9term.app/Contents/MacOS/9term b/mac/9term.app/Contents/MacOS/9term
t@@ -6,4 +6,4 @@ if ! [[ :$PATH: =~ :$PLAN9/bin: ]]
then
PATH=$PATH:$PLAN9/bin
fi
-$PLAN9/bin/9term -W600x800 &
+$PLAN9/bin/9term -l -W600x800 &