From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Mon, 29 Oct 2007 10:10:12 +0000 From: "Douglas A. Gwyn" Message-ID: <4722A295.531AA299@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <56091BE8-6F06-45B8-AB4F-075051F4B57D@mac.com> Subject: Re: [9fans] grap retarded?? Topicbox-Message-UUID: ddb93fbc-ead2-11e9-9d60-3106f5b1d025 I'm looking into it, but meanwhile I discovered a bug in /n/sources/plan9/sys/src/cmd/grap/input.c In function "eprint" the second occurrence of for (; p < q; p++) should be for (; p < ep; p++) (p has already passed q due to the previous loop). Also I found a bug in your "eg" implementation: In function "set_defaults" add the line start_drawing = 0