|
From: Ethan M. <merritt@u.washington.edu> - 2009-07-11 17:22:05
|
On Saturday 11 July 2009, Ethan Merritt wrote:
> On Saturday 11 July 2009, Tatsuro MATSUOKA wrote:
> > Hello
> >
> >
> > The patch did not go well.
> >
> > The petr's test gave the same results as those indicated by Petr.
> >
> > I have two question
> >
> > One is mere mistype
> >
> > > + else if (curptr-> == (TC_LT << 8)) { /* TC_LT */
> > else if (curptr->
> > is to be
> > else if (curptr->x
> > ?
>
> Yes, it should be curptr->x
Sorry, it should be curptr->y
Also I found that the windows terminal is affected by the same bug
reported last week for the postscript terminal.
Revised patch attached.
|