9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] drawterm osx-x11 on x86_64
@ 2013-11-21 10:40 Mark van Atten
  2013-11-21 14:58 ` Jeff Sickel
  2013-11-21 15:03 ` Steven Stallion
  0 siblings, 2 replies; 11+ messages in thread
From: Mark van Atten @ 2013-11-21 10:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-11-26 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-21 10:40 [9fans] drawterm osx-x11 on x86_64 Mark van Atten
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

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).