diff options
author | Russ Cox <rsc@swtch.com> | 2018-11-14 00:11:58 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2018-11-14 00:13:01 -0500 |
commit | a791787a384745b90fa0eb704cd9cbbe8c758684 (patch) | |
tree | 4d2ea894c2a5c3082f750361127984821bcd2d14 /mac | |
parent | d3f21b709efc5e1ca4c4f0ef58bf9ac5db8e921c (diff) | |
download | plan9port-a791787a384745b90fa0eb704cd9cbbe8c758684.tar.gz plan9port-a791787a384745b90fa0eb704cd9cbbe8c758684.tar.bz2 plan9port-a791787a384745b90fa0eb704cd9cbbe8c758684.zip |
mac/9term.app: invoke 9term with -l
This seems to match Terminal.
Fixes #145.
Diffstat (limited to 'mac')
-rwxr-xr-x | mac/9term.app/Contents/MacOS/9term | 2 |
1 files changed, 1 insertions, 1 deletions
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 & |