Commit graph

5 commits

Author SHA1 Message Date
Russ Cox
61e362add9 mac: arrange for arm64 run on arm64
Makes 9term.app work again (not put you in an x86_64 jail).
2024-10-22 08:11:37 -04:00
Russ Cox
acffdcb6ee 9term.app: respect user-set shell instead of forcing bash 2020-05-05 09:30:39 -04:00
Russ Cox
a791787a38 mac/9term.app: invoke 9term with -l
This seems to match Terminal.

Fixes #145.
2018-11-14 00:13:01 -05:00
KADOTA, Kyohei
f3ed5754b1 9term.app: add $PLAN9/bin to $PATH if not already in $PATH (#144)
9term set $PLAN9 if PLAN9 is not set. But $PATH is not set.
As a result, 9term exits with "exec devdraw: No such file or directory"
2018-11-13 23:59:49 -05:00
Russ Cox
afea5fc3fd mac: add 9term.app, Plumb.app
R=rsc
http://codereview.appspot.com/2783041
2010-10-27 18:22:03 -07:00