aboutsummaryrefslogtreecommitdiff
path: root/mac
AgeCommit message (Collapse)AuthorFilesLines
2020-05-059term.app: respect user-set shell instead of forcing bashRuss Cox1-2/+22
2018-11-14mac/9term.app: invoke 9term with -lRuss Cox1-1/+1
This seems to match Terminal. Fixes #145.
2018-11-139term.app: add $PLAN9/bin to $PATH if not already in $PATH (#144)KADOTA, Kyohei1-0/+4
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"
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen1-10/+1
Change-Id: I7585870aee57c7482ebdd19c117be7982123ce79 Reviewed-on: https://plan9port-review.googlesource.com/1130 Reviewed-by: Russ Cox <rsc@google.com>
2014-01-22mac/Plumb: add URL scheme to Info.plistRob Kroeger1-1/+14
LGTM=rsc R=rsc CC=plan9port.codebot https://codereview.appspot.com/40780044
2012-01-16Plumb.app: prevent the Finder's activation after Devdraw'sDavid Jeannot1-3/+4
The Finder can be reactivated after Devdraw's activation if both windows are on the same space. We prevent this by preventing Plumb.app's activation in the first place. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5498096
2011-11-28mac Plumb: skip loading non-existent .bashrcRob Kroeger1-1/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5434052
2011-10-12devdraw: cleanup, fix macargvRuss Cox1-9/+18
2011-01-28Plumb.app: handle spaces in file names (Rob Pike)Russ Cox1-1/+9
R=rsc http://codereview.appspot.com/4113042
2010-10-27mac: add 9term.app, Plumb.appRuss Cox10-0/+119
R=rsc http://codereview.appspot.com/2783041