plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a791787a384745b90fa0eb704cd9cbbe8c758684
parent d3f21b709efc5e1ca4c4f0ef58bf9ac5db8e921c
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:
Mmac/9term.app/Contents/MacOS/9term | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 &