9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Mark van Atten <vanattenmark@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] drawterm osx-x11 on x86_64
Date: Thu, 21 Nov 2013 11:40:14 +0100	[thread overview]
Message-ID: <CALAsyW1c_VNYdfA+JL1HmeVRkMk9eYvKa3Xbku677gT4pQb_WQ@mail.gmail.com> (raw)

For the record---to compile drawterm
(http://code.google.com/p/drawterm/) with CONF=osx-x11 on x86_64 (in
my case running 10.8.5), just add the required substitution to the
makefile:

Make.osx-x11

20 - arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \
20 + arch=`uname -m|sed 's/i.86/386/;s/Power
Macintosh/power/;s/x86_64/amd64/'`; \

For the moment, I prefer this to drawterm-cocoa because there is no
flicker, and window borders remain intact when reshaping with B1 or
B2.

Mark.



             reply	other threads:[~2013-11-21 10:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-21 10:40 Mark van Atten [this message]
2013-11-21 14:58 ` Jeff Sickel
2013-11-21 15:16   ` erik quanstrom
2013-11-21 15:03 ` Steven Stallion
2013-11-21 15:54   ` Jeff Sickel
2013-11-22  0:02   ` Jeff Sickel
2013-11-22  9:05     ` Mark van Atten
2013-11-22  9:18       ` Mark van Atten
2013-11-25 16:12         ` Jeff Sickel
2013-11-25 17:44           ` Mark van Atten
2013-11-26 14:36             ` Mark van Atten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALAsyW1c_VNYdfA+JL1HmeVRkMk9eYvKa3Xbku677gT4pQb_WQ@mail.gmail.com \
    --to=vanattenmark@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).