Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
drawterm for OSX 10.8
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeff Sickel  
View profile  
 More options Oct 12 2012, 9:19 pm
Newsgroups: comp.os.plan9
From: j...@corpus-callosum.com (Jeff Sickel)
Date: Fri, 12 Oct 2012 20:04:23 -0500
Local: Fri, Oct 12 2012 9:04 pm
Subject: [9fans] drawterm for OSX 10.8
I've placed a fork of drawterm up on https://bitbucket.org/jas/drawterm-cocoa/overview that is specifically targeted towards supporting the recent Mac OS X 10.8 releases that dropped earlier Carbon APIs.  A portion of the screen drawing is very similar to what is found in p9p's devdraw, with the exception that window resize- and full-screen options are not available at this time.  Build it on a OSX with Xcode 4.5+ using the simple command:

        make 'CONF=osx-cocoa'

The result will provide a Mach-O 64-bit executable for use on recent Macs.  If someone wants to build it on an OS X 10.7 target then you can take a look at the Make.osx-cocoa file and modify ARCHFLAGS appropriately.

I'll be pushing out changes to the port as I roll in updates from Plan 9 sources and add new features for OS X.  Send feedback as you see fit.

-jas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Skip Tavakkolian  
View profile  
 More options Oct 13 2012, 12:31 am
Newsgroups: comp.os.plan9
From: skip.tavakkol...@gmail.com (Skip Tavakkolian)
Date: Fri, 12 Oct 2012 21:18:21 -0700
Local: Sat, Oct 13 2012 12:18 am
Subject: Re: [9fans] drawterm for OSX 10.8
first try, after setting isysroot to 1.7, etc. it mostly compiles with
warnings. eventually it errors on "redefinition of typedef 'Cursor'"
compiling screen-cocoa.m. i'll try again tomorrow -- with a clear
head.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Sickel  
View profile  
 More options Oct 13 2012, 12:54 pm
Newsgroups: comp.os.plan9
From: j...@corpus-callosum.com (Jeff Sickel)
Date: Sat, 13 Oct 2012 11:42:21 -0500
Local: Sat, Oct 13 2012 12:42 pm
Subject: Re: [9fans] drawterm for OSX 10.8

This was added to the top of include/cursor.h:

typedef struct Cursor Cursor;

so it's safe to remove that line from screen-cocoa.m.  I've got that change w/a load of others I'll push soon.

-jas

On Oct 12, 2012, at 11:18 PM, Skip Tavakkolian <skip.tavakkol...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Leimbach  
View profile  
 More options Oct 13 2012, 1:20 pm
Newsgroups: comp.os.plan9
From: leim...@gmail.com (David Leimbach)
Date: Sat, 13 Oct 2012 10:07:34 -0700
Local: Sat, Oct 13 2012 1:07 pm
Subject: Re: [9fans] drawterm for OSX 10.8

Thank you!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Sickel  
View profile  
 More options Oct 23 2012, 12:50 pm
Newsgroups: comp.os.plan9
From: j...@corpus-callosum.com (Jeff Sickel)
Date: Tue, 23 Oct 2012 11:37:20 -0500
Local: Tues, Oct 23 2012 12:37 pm
Subject: Re: [9fans] drawterm for OSX 10.8
Another set of changes have been pushed to https://bitbucket.org/jas/drawterm-cocoa that support resize/reshape of the OS X window.  There are still a few drawing glitches once a window is resized, but those should be fixed in short order.

The drawterm-cocoa fork has a branch named 'p9' that I've used for these changes.  Use that branch until everything is merged back to default.  All comments & criticisms are welcome through any communication vector available.

This work has been sponsored and © coraid 2012 under the plan 9 open source license.

-jas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nemo  
View profile  
 More options Oct 23 2012, 1:03 pm
Newsgroups: comp.os.plan9
From: n...@lsub.org (Nemo)
Date: Tue, 23 Oct 2012 18:50:43 +0200
Local: Tues, Oct 23 2012 12:50 pm
Subject: Re: [9fans] drawterm for OSX 10.8
that's great, thanks!

btw, anyone using 9vx or inferno there? (10.8)

On Oct 23, 2012, at 6:37 PM, Jeff Sickel <j...@corpus-callosum.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Sickel  
View profile  
 More options Oct 23 2012, 9:05 pm
Newsgroups: comp.os.plan9
From: j...@corpus-callosum.com (Jeff Sickel)
Date: Tue, 23 Oct 2012 19:53:24 -0500
Local: Tues, Oct 23 2012 8:53 pm
Subject: Re: [9fans] drawterm for OSX 10.8
I use 9vx regularly and will be looking at a Cocoa update to support 10.8 in my spare time.  If another levitator order comes through, Inferno on 10.8 will be a prerequisite.

-jas

On Oct 23, 2012, at 11:50 AM, Nemo <n...@lsub.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »