From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 9 Jan 2007 17:22:50 -0500 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Re: request: native graphics on OS X In-Reply-To: <3e1162e60701091339p52c99bebra6ee78d00d1e8e2b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0581A355-55A0-4226-B25D-C19C47DE4C48@telus.net> <3e1162e60701091339p52c99bebra6ee78d00d1e8e2b@mail.gmail.com> Cc: Topicbox-Message-UUID: 003ff3ba-ead2-11e9-9d60-3106f5b1d025 > Any update here? Paul got the native OS X graphics code working a few weeks ago. I have just checked it into the CVS repository. The tarball at http://swtch.com/drawterm/ is up to date. If before you used make 'CONF=osx' to get the OS X/X11 build, you should now use make 'CONF=osx-x11'. Using plain make 'CONF=osx' will now build the native Carbon version. There are still some things that could be done in the graphics code. In particular, it would be nice if the keyboard modifiers that X11 uses to get alternate mouse buttons worked here too -- otherwise on laptops you have a one-button drawterm. The changes I have just pushed out are untested by me (I tested an earlier version of them) and may not even compile (I am not at a Mac right now). Mail me and Paul if you have any problems. Russ