From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 14 May 2004 19:32:13 -0400 From: Russ Cox To: 9fans <9fans@cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [9fans] plan 9 ports Topicbox-Message-UUID: 7be9a9f2-eacd-11e9-9e20-41e7f4b1d025 I pushed out lots of updates. They work on Mac, FreeBSD, and Linux. I think I've caught up now. Mostly minor things. The most significant is that all the X programs have a -W cmd line option that specifies how big and where the initial window should be, e.g. "acme -W 400x400". alternate syntaxes include WxH@MINX,MINY 'MINX MINY MAXX MAXY' MINX,MINY,MAXX,MAXY russ