Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-15 Thread Alan W. Irwin
On 2015-03-15 20:03-0400 Jim Dishaw wrote: > Did we ever come to a resolution on this? > >> On Mar 13, 2015, at 3:10 PM, Jim Dishaw wrote: >> The plP_eop() call, for some reason, results in extra keypresses needed to advance to the next page. I thought I knew the reason, but after examining the c

Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-15 Thread Jim Dishaw
Did we ever come to a resolution on this? > On Mar 13, 2015, at 3:10 PM, Jim Dishaw wrote: > > >> On Mar 13, 2015, at 2:34 PM, Phil Rosenberg wrote: >> >> Hi Jim Alan >> Firstly I'm not in front of a pc right now so I'm doing function names from >> memory. Apologies if they are wrong. >>

Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-13 Thread Jim Dishaw
> On Mar 13, 2015, at 2:34 PM, Phil Rosenberg wrote: > > Hi Jim Alan > Firstly I'm not in front of a pc right now so I'm doing function names from > memory. Apologies if they are wrong. > > Are you talking about the call to plP_eop() that is in the plreplot() > function? > > If so, I put tha

Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-13 Thread Phil Rosenberg
Hi Jim Alan Firstly I'm not in front of a pc right now so I'm doing function names from memory. Apologies if they are wrong. Are you talking about the call to plP_eop() that is in the plreplot() function? If so, I put that there. The reason is that when creating the first page from a buffer,

Re: [Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-13 Thread Alan W. Irwin
On 2015-03-13 10:59-0700 Alan W. Irwin wrote: > On 2015-03-13 11:10-0400 Jim Dishaw wrote: > >> Alan, >> > >> I noticed a bug that occurs when resizing a plot. Every time a plot > is resized, an extra key press is required to advance the page. The > problem appears to be a pop_eop() that was add

[Plplot-devel] Release status: fix for plbuf resizing issue

2015-03-13 Thread Alan W. Irwin
On 2015-03-13 11:10-0400 Jim Dishaw wrote: > Alan, > > I noticed a bug that occurs when resizing a plot. Every time a plot is resized, an extra key press is required to advance the page. The problem appears to be a pop_eop() that was added in plRemakePlot() during one of your fixes (afd73a98).